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/14382] gdb hangs after plotting with matplotlib


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

--- Comment #9 from Marc BrÃnink <m at bruenink dot de> 2013-03-07 09:16:41 UTC ---
Created attachment 6919
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6919
Simple multithreading that hangs gdb

Another way to reproduce similar behaviour. Run gdb with a multi-threaded
program and import matplotlib.pyplot
(version 1.1.1)

gdb  ./testc_multithreading
(gdb) python import matplotlib.pyplot
(gdb) r 128

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