Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 91875] New: M6/Linux Can't launch - Can not create pty

https://bugs.eclipse.org/bugs/show_bug.cgi?id=91875

           Summary: M6/Linux Can't launch - Can not create pty
           Product: CDT
           Version: 3.0
          Platform: PC
        OS/Version: Linux-GTK
            Status: NEW
          Severity: major
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: neil@xxxxxxxxxxxxxxxxxx


Eclipse 3.1M6
CDT 3.0M6

I can't launch my application, getting only this error:
"Can not create pty". Does the same thing with a trivial "hello world"
executable. The same app will run in the debugger however.

log file:

!SESSION 2005-04-19 14:39:02.820 -----------------------------------------------
eclipse.buildId=I20050401-1645
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86 -data /home/nswingle/workspace

!ENTRY org.eclipse.cdt.launch 4 150 2005-04-19 14:39:02.821
!MESSAGE Error starting process
!STACK 0
java.io.IOException: Can not create pty
	at org.eclipse.cdt.utils.pty.PTY.<init>(PTY.java:54)
	at
org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate.exec(LocalRunLaunchDelegate.java:157)
	at
org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate.launch(LocalRunLaunchDelegate.java:125)
	at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
	at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
	at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152)
	at
org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut.launch(CApplicationLaunchShortcut.java:75)
	at
org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut.searchAndLaunch(CApplicationLaunchShortcut.java:404)
	at
org.eclipse.cdt.launch.internal.CApplicationLaunchShortcut.launch(CApplicationLaunchShortcut.java:66)
	at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:395)
	at
org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:62)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
	at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
	at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2778)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2472)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
	at org.eclipse.core.launcher.Main.run(Main.java:942)
	at org.eclipse.core.launcher.Main.main(Main.java:926)
!SUBENTRY 1 org.eclipse.cdt.launch 4 150 2005-04-19 14:39:02.824
!MESSAGE Can not create pty
!STACK 0



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top