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/14564] ./common/linux-ptrace.c:117: internal-error:linux_ptrace_test_ret_to_nx: Assertion `WIFSTOPPED (status)' failed.


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

--- Comment #2 from Anton Kochkov <anton.kochkov at gmail dot com> 2012-09-09 09:39:08 UTC ---
When add printf("status=%lx", status); before gdb_assert(WIFSTOPPED(status));
in gdb/common/linux-ptrace.c in function linux_ptrace_test_ret_to_nx() it show 
"status=9" before /common/linux-ptrace.c:117: internal-error:
linux_ptrace_test_ret_to_nx: Assertion `WIFSTOPPED (status)' failed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]