Displaying 3 results from an estimated 3 matches for "libcortexa9mp".
2013 Jul 09
1
[LLVMdev] Problem Using libLLVM-3.3.so
...us namespace)::DefaultOnOff, false, llvm::cl::parser<(anonymous namespace)::DefaultOnOff>::~opt() (CommandLine.h:1
==15093== by 0x285A3BD1: __tcf_5 (DwarfDebug.cpp:85)
==15093== by 0x441867: __cxa_finalize (in /lib/tls/libc-2.3.4.so)
==15093== by 0x282212F2: (within libCORTEXA9MP.mx_DBG.so)
==15093== by 0x28EEBB05: (within libCORTEXA9MP.mx_DBG.so)
==15093== by 0x518C41: _dl_close (in /lib/tls/libc-2.3.4.so)
==15093== by 0x56DD59: dlclose_doit (in /lib/libdl-2.3.4.so)
==15093== by 0x40966D: _dl_catch_error (in /lib/ld-2.3.4.so)
==150...
2013 Jul 08
0
[LLVMdev] Problem Using libLLVM-3.3.so
Rick Sullivan <ricks at carbondesignsystems.com> writes:
[snip]
> The problem is this. For some simulations, the LLVM shared library
> seems to take a segfault on exit. It runs correctly, but when the
> simulator finishes, it crashes on exit.
[snip]
>
> Does anybody have any ideas as to why this might be happening?
Can you run the application under gdb and obtain a
2013 Jul 08
2
[LLVMdev] Problem Using libLLVM-3.3.so
We're using the LLVM 3.3 AArch64 disassembler in the following way. We have built LLVM 3.3 on Linux as a shared library; and have a main program that dynamically loads shared objects (.so libraries). The program is a simulator (though that shouldn't be relevant to this question), and the shared objects it loads are electronic components that participate in the simulation. If the electronic