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 175082 - "!Source not found" in disassmbly tab on remote host
Summary: "!Source not found" in disassmbly tab on remote host
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 10:41 UTC by soldatov
Modified: 2009-10-21 11:34 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:41:57 UTC
Local Host: Linux
Remote Host: Linux, Solaris

Scenario:
- Create Welcome project
- Push Debug|Step Into menu item
- Push Step Over
- Push Windows|Debugging|Disassmbly
==>
!Source not found, file: welcome.cc, line: 32 
main+0: push   %ebp
main+1: mov    %esp,%ebp
main+3: sub    $0x8,%esp
main+6: and    $0xfffffff0,%esp
main+9: mov    $0x0,%eax
main+14: add    $0xf,%eax
main+17: add    $0xf,%eax
main+20: shr    $0x4,%eax
main+23: shl    $0x4,%eax
main+26: sub    %eax,%esp
!Source not found, file: welcome.cc, line: 33 
!Source not found, file: welcome.cc, line: 34 
main+28: sub    $0x8,%esp
main+31: push   $0x8050928
main+36: sub    $0xc,%esp
main+39: push   $0x8050e84
main+44: push   $0x8061168
main+49: call   0x8050938 <_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc@plt>
main+54: add    $0x14,%esp
main+57: push   %eax
main+58: call   0x8050948 <_ZNSolsEPFRSoS_E@plt>
main+63: add    $0x10,%esp
!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 11:34:27 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/149862fe7269