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 175078 - "!Source not found" in disassmbly tab in cygwin
Summary: "!Source not found" in disassmbly tab in cygwin
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 10:16 UTC by soldatov
Modified: 2009-10-22 23:51 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 soldatov 2009-10-21 10:16:41 UTC
Toolchain: Cygwin

Scenario:
- Create Welcome project
- Push Debug|Step Into menu item
- Push Step Over
- Push Windows|Debugging|Disassmbly
==>
main+37: call   0x4104a0 <__main>
!Source not found, file: welcome.cc, line: 33 
!Source not found, file: welcome.cc, line: 34 
main()
main+42: movl   $0x443000,0x4(%esp)
main+50: movl   $0x4463a0,(%esp)
main+57: call   0x43e7b0 <_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc>
main+62: movl   $0x43d570,0x4(%esp)
main+70: mov    %eax,(%esp)
main+73: call   0x42c010 <_ZNSolsEPFRSoS_E>
!Source not found, file: welcome.cc, line: 35 
!Source not found, file: welcome.cc, line: 36 
!Source not found, file: welcome.cc, line: 37
Comment 1 Egor Ushakov 2009-10-21 10:30:32 UTC
related with the recent cygpath changes
Comment 2 Egor Ushakov 2009-10-21 11:16:59 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/149862fe7269
Comment 3 Quality Engineering 2009-10-22 23:51:53 UTC
Integrated into 'main-golden', will be available in build *200910221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/149862fe7269
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed IZ#175078 ("!Source not found" in disassmbly tab in cygwin)