Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDIException: Error initializing : Timeout
CDIException: Error initializing : Timeout [message #63297] Thu, 27 February 2003 10:03 Go to next message
Eclipse UserFriend
Originally posted by: celine.mortelette.atosorigin.com

Hello !

When I launch my HelloWorld C program, it works well.
But when I want to debug it, I have this error in my log file:

!ENTRY org.eclipse.debug.ui 4 120 févr. 26, 2003 10:53:36.390
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing: Timedout
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.ja
va:47)
at
org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger.createLaunch Session(CygwinGD
BDebugger.java:33)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(Loc
alCLaunchConfigurationDelegate.java:83)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:98)
!ENTRY org.eclipse.cdt.launch 4 150 févr. 26, 2003 10:53:36.390
!MESSAGE Failed Launching CDI Debugger : Error initializing: Timedout
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing: Timedout
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.ja
va:47)
at
org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger.createLaunch Session(CygwinGD
BDebugger.java:33)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(Loc
alCLaunchConfigurationDelegate.java:83)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchCon figurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:98)


Can someone help me ?!
I use Eclipse 2.0.2 ....
Re: CDIException: Error initializing : Timeout [message #63347 is a reply to message #63297] Fri, 28 February 2003 05:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javaproject_7.hotmail.com

Please try by changing the timeout to 100000.
Select Windows-->Preferences--->Debug --->GDBMI
change the timeout to 100000.

Good Luck,
Jose




"C
Re: CDIException: Error initializing : Timeout [message #63713 is a reply to message #63347] Tue, 04 March 2003 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: celine.mortelette.atosorigin.com

Thnks for your answer but nothing has changed !
I already have this error :

!ENTRY org.eclipse.debug.ui 4 120 mars 04, 2003 10:10:13.520
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing: Timedout
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.ja
va:47)
at
org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger.createLaunch Session(CygwinGD
BDebugger.java:33)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(Loc
alCLaunchConfigurationDelegate.java:83)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate .relaunch(Relaun
chActionDelegate.java:56)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate .relaunch(Relaun
chActionDelegate.java:32)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchA ction$1.run(Rela
unchHistoryLaunchAction.java:59)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:66)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchA ction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:361)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:352)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)
!ENTRY org.eclipse.cdt.launch 4 150 mars 04, 2003 10:10:13.520
!MESSAGE Failed Launching CDI Debugger : Error initializing: Timedout
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Error initializing: Timedout
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSessio n(GDBDebugger.ja
va:47)
at
org.eclipse.cdt.debug.mi.core.CygwinGDBDebugger.createLaunch Session(CygwinGD
BDebugger.java:33)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDel egate.launch(Loc
alCLaunchConfigurationDelegate.java:83)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate .relaunch(Relaun
chActionDelegate.java:56)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate .relaunch(Relaun
chActionDelegate.java:32)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchA ction$1.run(Rela
unchHistoryLaunchAction.java:59)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:66)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchA ction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:361)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:352)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)


"Jose" <javaproject_7@hotmail.com> a
Re: CDIException: Error initializing : Timeout [message #63777 is a reply to message #63713] Tue, 04 March 2003 14:07 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailkhod.rogers.com

Check the version of gdb (should be 5.2.1) and if it is in your path.

"C
Previous Topic:Tasks not extracted properly after make
Next Topic:CDIException: No symbol table is loaded
Goto Forum:
  


Current Time: Sat Jul 27 18:33:24 GMT 2024

Powered by FUDForum. Page generated in 0.03240 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top