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/19303] nptl/tst-cancel24-static fails on arm, mips and hppa


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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
While this bug worries me, what is likely happening is bad interaction between
static/dlopen. For cancellation we must dlopen libgcc.so, and there are lots of
problems presently in glibc with static/dlopen use cases. Someone would have to
debug this deeper to see what's going wrong in the test case.

There could be a race condition in the changes Alex made, but reverting them is
not the right answer because it introduces a series of other problems which the
patches solved.

A developer needs to step in to debug this thoroughly to determine what's
wrong.

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