|
Bugzilla – Full Text Bug Listing |
| Summary: | gdb always stops in _dl_catch_error if doing single stepping | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Karsten Keil <karsten.keil> |
| Component: | Development | Assignee: | Andreas Schwab <schwab> |
| Status: | RESOLVED WORKSFORME | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 4 | ||
| Target Milestone: | --- | ||
| Hardware: | 32bit | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | bzip2 tar archive for xisdnload testcase | ||
|
Description
Karsten Keil
2005-09-23 15:42:11 UTC
Single stepping always steps until a different source line is reached. But next should stop on the next program line in the same source and should not doing signle stepping into the function call. Please provide a fully-contained test case. Created attachment 56641 [details]
bzip2 tar archive for xisdnload testcase
you do not need any isdn equipment for this testcase, but you need to load the module isdn (modprobe isdn).
Then do following to see the issue:
cd isdn4k-utils/xisdnload
gdb ./xisdnload
break 519
run
n
n
and you are not on the next line, but in _dl_catch_error()
Works fine here. Which version ? Any special gdb setttings ? I'm using 10.0 final and no extra gdb init file. |