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 168670 - Can not run application in Output Window using cygwin tool collection
Summary: Can not run application in Output Window using cygwin tool collection
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-07-16 13:12 UTC by Alexander Pepin
Modified: 2009-07-17 13:56 UTC (History)
3 users (show)

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 2009-07-16 13:12:34 UTC
This is a new regression occurred in 6.7.1 after fixing issue #167480. It looks like issue #167551 but its nature is
different.
Steps to reproduce:
- set cygwin tool collection as default
- create Welcome sample
- set Output window as Console type
- run the application
Result: Run fails with the following message:
    181 [main] welcome_8 4436
C:\Users\ap153252\Documents\NetBeansProjects\Welcome_8\dist\Debug\Cygwin-Windows\welcome_8.exe: *** fatal error - error
while loading shared libraries: /C/Program\ Files/NetBeans\ 6.7/dlight1/bin/nativeexecution/Windows-x86/unbuffer.dll:
cannot open shared object file: No such file or directory

RUN FAILED (exit value 256, total time: 217ms)
Comment 1 Andrew Krasny 2009-07-16 14:20:03 UTC
Fixed in cnd-main: changeset: 
http://hg.netbeans.org/cnd-main/rev/3388983712a6
Comment 2 Alexander Pepin 2009-07-16 14:27:33 UTC
verified in dev build
Comment 3 pgebauer 2009-07-16 15:20:28 UTC
The fix has been ported into the release67_fixes repository.
http://hg.netbeans.org/release67_fixes/rev/7615d0bf592d
Comment 4 Alexander Pepin 2009-07-17 13:54:15 UTC
verified in the latest 6.7.1rc build (20090716)