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 236633 - IDE can't stop application if MinGW and Cygwin are installed
Summary: IDE can't stop application if MinGW and Cygwin are installed
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-02 08:34 UTC by soldatov
Modified: 2013-10-25 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
bug_236633_snapshot (59.66 KB, image/png)
2013-10-23 13:47 UTC, ilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-10-02 08:34:11 UTC
Cygwin and MinGW was installed. MinGW and MSYS was added into %Path%

Scenario:
- Select MinGW as a default toolchain
- Create Quote
- Run project
- Select "Quote_1 (Run)" tab
- Type Ann and press ENTER
- Type q and press ENTER
==> "Quote_1 (Run)" progress bar doesn't disappear (also I can't stop application via "Stop" button)

Workaround1: use "External Terminal" or "Standard Output" console type instead of "Internal Terminal"
Workaround2: delete Cygwin from computer
Comment 1 soldatov 2013-10-02 08:47:29 UTC
P.S. same behavior in NetBeans 7.3
Comment 2 ilia 2013-10-23 13:47:11 UTC
Created attachment 141482 [details]
bug_236633_snapshot
Comment 3 ilia 2013-10-23 13:48:14 UTC
I'm not able to reproduce the bug.
For me both 'q' and pressing stop button works fine.
My %Path% includes 
- C:\MinGW\bin;
- C:\MinGW\MSYS\1.0\bin;
- C:\MinGW\msys\1.0\local\bin;
- C:\Program Files\Java\jdk1.7.0_40\bin

MinGW selected as default (see attachment)
Comment 4 ilia 2013-10-25 11:33:03 UTC
Works in trunk