This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/10046] New: internal-error: linux_nat_resume: Assertion `lp != NULL' failed.


hi,
I've the following problem when trying to debug wesnoth:
[New LWP 3306]
infrun: TARGET_WAITKIND_STOPPED
infrun: prepare_to_wait
infrun: infwait_normal_state
infrun: TARGET_WAITKIND_STOPPED
infrun: stop_pc = 0x4000e56c
infrun: context switch
infrun: Switching context from LWP 3305 to LWP 3306
infrun: BPSTAT_WHAT_CHECK_SHLIBS
infrun: no stepping, continue
infrun: resume (step=1, signal=0)
infrun: prepare_to_wait
infrun: infwait_normal_state
infrun: TARGET_WAITKIND_STOPPED
infrun: stop_pc = 0x40011eec
infrun: software single step trap for LWP 3306
infrun: no stepping, continue
infrun: resume (step=0, signal=0)
infrun: prepare_to_wait
[LWP 3306 exited]
[LWP 3305 exited]
infrun: infwait_normal_state
[New LWP 3297]
infrun: TARGET_WAITKIND_STOPPED
/home/embedded/oetmp_openmoko/work/armv4t-angstrom-linux-gnueabi/gdb-6.8-r3/gdb-6.8/gdb/linux-nat.c:1152:
internal-error: linux_nat_resume: Assertion `lp != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)

the strange thing is that I didnt play with gdb...I just ran wesnoth with:
gdb wesnoth
run -f -r 480x640
and I've waited until it crashes...I didn't add breakpoints etc...like in this
bugreport:
http://sourceware.org/ml/gdb/2008-08/msg00163.html

-- 
           Summary: internal-error: linux_nat_resume: Assertion `lp != NULL'
                    failed.
           Product: gdb
           Version: 6.8
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: threads
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: GNUtoo at no-log dot org
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=10046

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]