diff options
-rw-r--r-- | open_issues/libpthread_assertion_thread_prevp.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/open_issues/libpthread_assertion_thread_prevp.mdwn b/open_issues/libpthread_assertion_thread_prevp.mdwn index f93f07d6..85ac58d4 100644 --- a/open_issues/libpthread_assertion_thread_prevp.mdwn +++ b/open_issues/libpthread_assertion_thread_prevp.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2013, 2014 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -107,3 +108,13 @@ failed"]] <braunr> so i guess something is wrong with thread recycling <braunr> but i wanted to completely rewrite that part with the new kernel call i asked bddebian to work on :) + + +## 2014-09-15 + +During a run of the GDB testsuite, [[I|tschwinge]] hit `C-c`, and then saw: + + [...] + Running ../../../W._C._Handy/gdb/testsuite/gdb.base/shreloc.exp ... + ^Cexpect: ./pthread/pt-internal.h:131: __pthread_enqueue: Assertion `thread->prevp == 0' failed. + Aborted |