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 gdb/16769] Assertion `thread->last_status.kind != TARGET_WAITKIND_IGNORE' failed


https://sourceware.org/bugzilla/show_bug.cgi?id=16769

--- Comment #2 from egphilippov at gmail dot com ---
Same assertion fails with gdb 7.8.50.20140715-cvs (weekly):

# gdbserver --attach 0.0.0.0:10000 `pgrep java`
Attached; pid = 14351
Listening on port 10000
Remote debugging from host 127.0.0.1
server.c:2691: A problem internal to GDBserver has been detected.
queue_stop_reply_callback: Assertion `thread->last_status.kind !=
TARGET_WAITKIND_IGNORE' failed.
# gdb --version|head -n1
GNU gdb (GDB) 7.8.50.20140715-cvs
# gdbserver --version|head -n1
GNU gdbserver (GDB) 7.8.50.20140715-cvs

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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