[LLVMbugs] [Bug 21402] New: crash in __pthread_attr_init_2_1

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 28 01:30:08 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21402

            Bug ID: 21402
           Summary: crash in __pthread_attr_init_2_1
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: woskimi at yahoo.de
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

Hi,

I know I might be at the wrong place with my problem, but I don't know exactly
where else to start.

I have this little problem:

Thread 1 (Thread 0x7fef46668800 (LWP 1974)):
[KCrash Handler]
#5  0x00007fef3fe6bb45 in __pthread_attr_init_2_1 (attr=0x0) at
pthread_attr_init.c:41
#6  0x00007fef378c6be7 in handle_fildes_io (arg=<optimized out>) at
../sysdeps/pthread/aio_misc.c:674
#7  0x0000000000000000 in  ()

this crash happens when I run Mesa compiled with clang (git) and with libc++
(git). When I use Mesa compiled against libstdc++ I can't see this crash
happening.

BTW, glibc is 2.20 from openSUSE factory and compiled against libstdc++ of
course.

do you have an idea where the problem really comes from?

thx Michi

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141028/89d202d5/attachment.html>


More information about the llvm-bugs mailing list