This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 nptl/19004] tst-robust8 fails intermittently on x86_64


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

--- Comment #10 from Paulo Andrade <paulo.cesar.pereira.de.andrade at gmail dot com> ---
  As an extra note, returning to test robust_test2, but
changing MAX_CHILDREN to 5 I can again trigger a dead lock
with systemtap.

  It enters an "infinite" loop in exit_robust_list due to a
circular list (well, it leaves due to the kernel preventing
it, looping '#define ROBUST_LIST_LIMIT  2048' times):

[16445] > exit_robust_list(curr=0xffff880305c49700)
  head         = 0x7f7b510f2a20
  entry        = 0x7f7b51116020
  next         = 0x7f7b51116020
  pending      = 0x0

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