search for: __terminate

Displaying 20 results from an estimated 22 matches for "__terminate".

2011 Jul 27
5
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
...ument as they do seem to be translated verbatim (no CodeGen miracles). 8) I really like the idea of "terminate" being one of the options to the landingpad instruction, it makes identification of abnormal code more direct (otherwise control- flow analysis has to be done to see if __terminate() is reachable to conclude that something is abnormal code, and I really don't like that analysis, it seems too error- prone as __terminate() might be reachable for other reasons (not that I have come up with such a scenario yet, but I think I might be able to), and this conclusion woul...
2011 Jul 28
0
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
...calls and ABIs into LLVM. That's something we try to avoid. > 8) I really like the idea of "terminate" being one of the options to the landingpad > instruction, it makes identification of abnormal code more direct (otherwise control- > flow analysis has to be done to see if __terminate() is reachable to conclude that > something is abnormal code, and I really don't like that analysis, it seems too error- > prone as __terminate() might be reachable for other reasons (not that I have come > up with such a scenario yet, but I think I might be able to), and this conclusi...
2016 Mar 02
2
EH failures in MCJIT
...002b458704b0d8 abort /build/buildd/eglibc-2.19/stdlib/abort.c:91:0 #6 0x00002b4586068287 (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x8287) #7 0x00002b4586068438 (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x8438) #8 0x00002b45860a1da3 std::__terminate(void (*)()) (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x41da3) #9 0x00002b45860a1536 __cxa_throw (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x41536) #10 0x00002b4585ba702d #11 0x00002b4585ba703d #12 0x00000000008ce7db llvm::MCJIT::runFunc...
2011 Oct 16
0
[LLVMdev] Static destructor problem with recent HEAD
...(void*) + 53 1 tartc 0x00000001010a88cc SignalHandler(int) + 364 2 libSystem.B.dylib 0x00007fff831341ba _sigtramp + 26 3 libSystem.B.dylib 0x7261742e65637365 _sigtramp + 3796906437 4 libstdc++.6.dylib 0x00007fff878da5d2 __tcf_0 + 0 5 libstdc++.6.dylib 0x00007fff878d8ae1 __cxxabiv1::__terminate(void (*)()) + 11 6 libstdc++.6.dylib 0x00007fff878d8b16 __cxxabiv1::__unexpected(void (*)()) + 0 7 libstdc++.6.dylib 0x00007fff878d8fd6 std::bad_cast::what() const + 0 8 tartc 0x000000010106ad46 llvm::BumpPtrAllocator::DeallocateSlabs(llvm::MemSlab*) + 166 9 tartc 0x0000...
2011 Oct 16
2
[LLVMdev] Static destructor problem with recent HEAD
On Sat, Oct 15, 2011 at 9:49 PM, Chandler Carruth <chandlerc at google.com>wrote: > On Sat, Oct 15, 2011 at 9:20 PM, Talin <viridia at gmail.com> wrote: > >> I recently updated my version of LLVM from revision 140108 to 142082, and >> several things broke, most of which were easily fixed. However, I'm now >> getting a "pure virtual method called"
2011 Jul 27
0
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
...Itanium C++ EH works, and you should read their documentation. > 8) I really like the idea of "terminate" being one of the options to the landingpad > instruction, it makes identification of abnormal code more direct (otherwise control- > flow analysis has to be done to see if __terminate() is reachable to conclude that > something is abnormal code, and I really don't like that analysis, it seems too error- > prone as __terminate() might be reachable for other reasons (not that I have come > up with such a scenario yet, but I think I might be able to), and this conclusi...
2005 Nov 03
0
Fwd: Re: ices0, lame, and m4a
...gt; different bitrate). > #0 0x2873937b in kill () from /lib/libc.so.5 #1 0x286cfb8f in raise () from /usr/lib/libpthread.so.1 #2 0x287a0c1b in abort () from /lib/libc.so.5 #3 0x28864b69 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.4 #4 0x288692ba in __cxxabiv1::__terminate () from /usr/lib/libstdc++.so.4 #5 0x288692f0 in std::terminate () from /usr/lib/libstdc++.so.4 #6 0x288607a8 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.4 #7 0x285e8a99 in MP4IntegerProperty::GetValue () from /usr/local/lib/libmp4v2.so.0 #8 0x285f4b5e in MP4Track::GetSampleFileOffset (...
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
...turn toupper (c); } unsigned short int __ctype_b[256]; #include <errno.h> int *__errno_location(void) { return __error (); } unsigned long int __strtoul_internal(const char *__nptr, char **__endptr, int __base, int __group) { return strtoul (__nptr, __endptr, __base); } void __terminate() { fprintf (stderr, "terminate!\n"); } ssize_t __write (int __fd, const void *__buf, size_t __size) { return write (__fd, __buf, __size); } int __fxstat(int __ver, int __filedesc, struct stat *__stat_buf) { return fstat (__filedesc, __stat_buf); } int __xstat(int __ver, const...
2016 Mar 03
2
EH failures in MCJIT
....19/stdlib/abort.c:91:0 > #6 0x00002b4586068287 > (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x8287) > #7 0x00002b4586068438 > (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x8438) > #8 0x00002b45860a1da3 std::__terminate(void (*)()) > (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x41da3) > #9 0x00002b45860a1536 __cxa_throw > (/w/c/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/lib/libc++abi.so.1+0x41536) > #10 0x00002b4585ba702d > #11 0x00002b4585ba703d...
2000 Nov 06
2
Mac project files in mainstream
Hmm... The Mac makefiles are beginning to get really out of date in the mainstream ogg and vorbis trees. As a mtter of fact, there aren't any Mac makefiles in the ogg tree. I can make an attempt to update them, but I'm not very good at library work (exported symbols confuse the hell out of me), or if Chris is listening, I'm making a request for an update... please? Thanks,
2020 Jan 29
2
Trunk LLVM build fails on an x86 machine
...sysdeps/unix/sysv/linux/raise.c:55:0 #5 0x00007facf9578a68 abort /usr/src/debug/glibc-2.17-c758a686/stdlib/abort.c:92:0 #6 0x00007facf9bb7435 __gnu_cxx::__verbose_terminate_handler() /home/usr4/c74014i/packages/gcc-7.5.0/libstdc++-v3/libsupc++/vterminate.cc:95:0 #7 0x00007facf9bb51f6 __cxxabiv1::__terminate(void (*)()) /home/usr4/c74014i/packages/gcc-7.5.0/libstdc++-v3/libsupc++/eh_terminate.cc:51:0 #8 0x00007facf9bb5241 (/home/usr4/c74014i/opt/gcc-7.5.0/lib64/libstdc++.so.6+0x8f241) #9 0x00007facf9be026e execute_native_thread_routine /home/usr4/c74014i/packages/gcc-7.5.0/libstdc++-v3/src/c++11/thre...
2006 Aug 08
11
Core dump using sample DumbHttpClient
...d Abort trap: 6 (core dumped) #0 0x2826b397 in kill () from /lib/libc.so.6 #1 0x281834f6 in raise () from /usr/lib/libpthread.so.2 #2 0x28269e62 in abort () from /lib/libc.so.6 #3 0x2845b5b5 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.5 #4 0x28460795 in __cxxabiv1::__terminate () from /usr/lib/libstdc++.so.5 #5 0x284607d2 in std::terminate () from /usr/lib/libstdc++.so.5 #6 0x28460712 in __cxa_throw () from /usr/lib/libstdc++.so.5 #7 0x2829f75d in EventMachine_t::ConnectToServer () from /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd6/rubyeventmachine.so #8 0x282a4433...
2007 Feb 25
6
Crash occurs where EventMachine.connect is
...0 in __kernel_vsyscall () #1 0xb7d1a770 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7d1bef3 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb7b34520 in __gnu_cxx::__verbose_terminate_handler () at ../../../../src/libstdc++-v3/libsupc++/vterminate.cc:97 #4 0xb7b31f55 in __cxxabiv1::__terminate ( handler=0xb7b343d0 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:43 #5 0xb7b31f92 in std::terminate () at ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:53 #6 0xb7b320ca in __cxa_throw (obj=0x8117238, tinfo=0xb7b5531...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...glibc-2.17-c758a686/stdlib/abort.c:92:0 #6 0x00007fddd411ae8b (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) #7 0x00007fddd40fdb9f demangling_terminate_handler() (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) #8 0x00007fddd411a0a3 std::__terminate(void (*)()) (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) #9 0x00007fddd411ce06 (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) #10 0x00007fddd411cd9f (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2dd9f) #11 0x0...
2020 Mar 28
3
LLD issue on a massively parallel build machine
...gt; #6 0x00007fddd411ae8b >> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) >> #7 0x00007fddd40fdb9f demangling_terminate_handler() >> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) >> #8 0x00007fddd411a0a3 std::__terminate(void (*)()) >> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) >> #9 0x00007fddd411ce06 >> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) >> #10 0x00007fddd411cd9f >> (/home/usr4/c74014i/opt/clang/2020032902...
2014 May 11
2
[LLVMdev] [cfe-dev] Code generation for noexcept functions
On Sun, May 11, 2014 at 8:19 AM, Stephan Tolksdorf <st at quanttec.com> wrote: > Hi, > > When clang/LLVM can't prove that a noexcept function only contains > non-throwing code, it seems to insert an explicit exception handler that > calls std::terminate. Why doesn't clang leave it to the eh personality > function to call std::terminate when an exception is thrown
2020 Mar 28
2
LLD issue on a massively parallel build machine
...b/abort.c:92:0 > #6 0x00007fddd411ae8b > (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) > #7 0x00007fddd40fdb9f demangling_terminate_handler() > (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) > #8 0x00007fddd411a0a3 std::__terminate(void (*)()) > (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) > #9 0x00007fddd411ce06 > (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) > #10 0x00007fddd411cd9f > (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...ddd411ae8b >>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) >>> #7 0x00007fddd40fdb9f demangling_terminate_handler() >>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) >>> #8 0x00007fddd411a0a3 std::__terminate(void (*)()) >>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) >>> #9 0x00007fddd411ce06 >>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) >>> #10 0x00007fddd411cd9f >>> (/home/usr4/c74014i/...
2020 Apr 01
4
LLD issue on a massively parallel build machine
...(/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) >>>>> #7 0x00007fddd40fdb9f demangling_terminate_handler() >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) >>>>> #8 0x00007fddd411a0a3 std::__terminate(void (*)()) >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) >>>>> #9 0x00007fddd411ce06 >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) >>>>> #10 0x00007fddd411cd9f &...
2020 Apr 01
2
LLD issue on a massively parallel build machine
...ng/202003290200/bin/../lib/libc++abi.so.1+0x2be8b) > >>>>> #7 0x00007fddd40fdb9f demangling_terminate_handler() > >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0xeb9f) > >>>>> #8 0x00007fddd411a0a3 std::__terminate(void (*)()) > >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2b0a3) > >>>>> #9 0x00007fddd411ce06 > >>>>> (/home/usr4/c74014i/opt/clang/202003290200/bin/../lib/libc++abi.so.1+0x2de06) > >>&...