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 171710 - dbx: Address breakpoints do not work
Summary: dbx: Address breakpoints do not work
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 13:28 UTC by Egor Ushakov
Modified: 2010-06-09 16:34 UTC (History)
1 user (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 Egor Ushakov 2009-09-08 13:28:43 UTC
set address breakpoint
command sent to dbx:
stopi at "/home/eu155513/NetBeansProjects/Welcome_55/dist/Debug/SunStudio-Solaris-x86/welcome_55"+0x8050e47

after that dbx caught a sigsegv
Comment 1 Egor Ushakov 2009-09-23 13:02:47 UTC
postponed until we have dbx support in NB
Comment 2 Vladimir Voskresensky 2009-10-05 13:34:36 UTC
move dbx related issues into dbx-gui component
Comment 3 Vladimir Voskresensky 2009-10-05 14:29:13 UTC
mark issues as not fixed
Comment 4 Egor Ushakov 2010-06-09 16:19:17 UTC
steps to reproduce:
- create instruction breakpoint with some real address in one project (e.g. 0x8051206)
- start debug session of another project
this breakpoint will be changed to session specific:
"/home/XXX/NetBeansProjects/Quote_43/dist/Debug/GNU-Solaris-x86/quote_43"+0x8051206
- restart this session
dbx issue: 
stopi at "/home/eu155513/NetBeansProjects/Quote_43/dist/Debug/GNU-Solaris-x86/quote_43"+0x8051206
and also receive:
java.lang.AssertionError: BreakpointJobs.get(): no bpt for rt 6145
	at com.sun.tools.debugger.dbxgui.debugger.breakpoints.BreakpointManager$BreakpointJobs.get(BreakpointManager.java:295)
Comment 5 Egor Ushakov 2010-06-09 16:34:01 UTC
well, in reality first time it sends correct 
"stopi at 0x08051206"
but receives dbx response (handler_new) with eventspec="at "/home/XXX/NetBeansProjects/Quote_43/dist/Debug/GNU-Solaris-x86/quote_43"+0x8051206"
Ivan, could you have a look?