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

           Summary: Crash on call to exit()
           Product: libraries
           Version: 2.6
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The following backtrace appeared when a process using LLVM crashed after
calling exit:

Thread 0:  Dispatch queue: com.apple.main-thread
0   rbx                                 0x0000000100622823
llvm::RegisterPassParser<llvm::RegisterRegAlloc>::NotifyRemove(char const*) +
131
1   rbx                                 0x00000001006130fa
llvm::MachinePassRegistry::Remove(llvm::MachinePassRegistryNode*) + 74
2   libSystem.B.dylib                   0x00007fff8023c274 __cxa_finalize + 203
3   libSystem.B.dylib                   0x00007fff8023c18c exit + 18
4   rbx                                 0x000000010005651a
rubinius::quit_handler(int) + 90 (environment.cpp:131)


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to