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 181142 - gdb hangs if some watch is added
Summary: gdb hangs if some watch is added
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 07:47 UTC by Alexander Pepin
Modified: 2010-06-10 09:18 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 Alexander Pepin 2010-02-24 07:47:21 UTC
Steps to reproduce:
- run IDE with debug.engine=on option
- create Quote sample
- set build tools to GNU and debugger to gdb (or "As Tool Collec")
- set line BP in line 123
- start debugging
- enter any name e.g. "aaaa"
- do step into getDiscountFor function
- create a new watch for "(*it).GetName()"
- do step over
Result: Debugger cursor does not move, debugging can not be finished. IDE needs restarting.

Debugger console shows:
...
unrecognized line: 14-var-create - * (*it).GetName()
~"/build/buildd/gdb-6.8/gdb/dwarf2loc.c:152: internal-error: dwarf_expr_frame_base: Assertion `framefunc != NULL' failed.\n"
~"A problem internal to GDB has been detected,\n"
~"further debugging may prove unreliable.\n"
~"Quit this debugging session? (y or n) "
....
Comment 1 ivan 2010-06-03 21:40:29 UTC
Not a P2 for solstudio aten.