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 python/12966] New: python threads incompatible with gdbserver


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

           Summary: python threads incompatible with gdbserver
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
                CC: pmuldoon@redhat.com
              Host: x86_64-fedora15-linux-gnu
            Target: x86_64-fedora15-linux-gnu


gdb.python/py-evsignal.exp and gdb.python/py-evthreads.exp will have now KFAIL
with gdbserver.

RuntimeError: Could not find event thread

I do not see anywhere target_find_new_threads call before Python tries to deal
with the thread list.

(gdb) spawn ../gdbserver/gdbserver --once :2347
/home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.python/py-evthreads^M
Process /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.python/py-evthreads
created; pid = 9932^M
Listening on port 2347^M
target remote localhost:2347^M
Remote debugging using localhost:2347^M
Remote debugging from host 127.0.0.1^M
[New Thread 9932]^M
RuntimeError: Could not find event thread^M
(gdb) ^M
[Thread 9932] #1 stopped.^M
0x00007f03fb24d600 in ?? ()^M
event type: stop^M
event type: stop^M

-- 
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]