[LLVMbugs] [Bug 4360] New: clang crashes on solaris.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 10 11:12:02 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4360
Summary: clang crashes on solaris.
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eocallaghan at auroraux.org
CC: llvmbugs at cs.uiuc.edu
Hi,
llvm/clang;
At revision 73170.
I get the follow trace from clang that crashes instantly on both Solaris &
AuroraUX when run.
(gdb) bt
#0 0xfef60fe0 in malloc_unlocked () from /usr/lib/libmalloc.so.1
#1 0xfef60ab1 in malloc () from /usr/lib/libmalloc.so.1
#2 0xfee99f32 in __cxa_demangle () from /usr/sfw/lib/libstdc++.so.6
#3 0x080d9525 in PrintStackTrace () at Signals.inc:210
#4 0x080d926f in SignalHandler (Sig=11) at Signals.inc:136
#5 0xfecbd0af in __sighndlr () from /lib/libc.so.1
#6 0xfecb01af in call_user_handler () from /lib/libc.so.1
#7 <signal handler called>
#8 0xfef60fe0 in malloc_unlocked () from /usr/lib/libmalloc.so.1
#9 0xfef60ab1 in malloc () from /usr/lib/libmalloc.so.1
#10 0xfeeac0a9 in operator new () from /usr/sfw/lib/libstdc++.so.6
#11 0xfee7d946 in std::string::_Rep::_S_create () from
/usr/sfw/lib/libstdc++.so.6
#12 0x080982b2 in std::string::_S_construct<char const*> (__beg=0x810e2c4
"/export/home2/edward/lab/TEST_BUILDS/llvm/test1/bin", __end=0x810e2f7 "",
__a=@0x80475b0)
at basic_string.tcc:150
#13 0xfee7fcb3 in std::basic_string<char, std::char_traits<char>,
std::allocator<char> >::basic_string () from /usr/sfw/lib/libstdc++.so.6
#14 0x0809ad9d in Driver (this=0x8047684, _Name=0x810c6a4 "clang",
_Dir=0x810e2c4 "/export/home2/edward/lab/TEST_BUILDS/llvm/test1/bin",
_DefaultHostTriple=0x810d324 "i386-pc-solaris2.11",
_DefaultImageName=0x80da5d7 "a.out", _Diags=@0x80476f4) at Driver.cpp:52
#15 0x080962c4 in main (argc=1, argv=0x8047ccc) at driver.cpp:178
Regards,
Edward.
--
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