[LLVMbugs] [Bug 5384] New: Crash on call to exit()

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Nov 3 11:53:02 PST 2009


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: unassignedbugs at nondot.org
        ReportedBy: evan at fallingsnow.net
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list