This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202769 - Can not run or debug on some Windows 7 machines
Summary: Can not run or debug on some Windows 7 machines
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.1
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-09-28 10:01 UTC by Alexander Pepin
Modified: 2011-10-14 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2011-09-28 10:01:04 UTC
Steps to reproduce:
- run IDE with a fresh userdir
- create Welcome sample
- run the project
Result: Output window (Internal terminal) shows:

Unable to start pty process: 

RUN FAILED (exit value -1, total time: 365890h 2m 11s)


In fact if I try to run 'pty' from cygwin it hangs. 'pty' from 7.0.1 patch 2 runs successfully.
Comment 1 Andrew Krasny 2011-09-30 10:37:02 UTC
Looks like the problem is that sources were re-compiled with a newer version of cygwin, which produced incompatible with older versions code...
Comment 2 Andrew Krasny 2011-10-13 15:24:42 UTC
The root cause is the same as discussed here:
http://comments.gmane.org/gmane.os.cygwin/125577

So, recompiled on 1.7.7... 

[changed pty.c to make it possible to compile without c99 flag - as in this case some warnings are issued... ]


changeset: http://hg.netbeans.org/cnd-main/rev/061001a6fffe
Comment 3 Quality Engineering 2011-10-14 15:06:05 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/061001a6fffe
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug #202769 - Can not run or debug on some Windows 7 machines