Displaying 3 results from an estimated 3 matches for "778515de".
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...ly "_testclass1.test2" is executed, but crash just after, so probably when he get deleted.
After trying to test my code with the x64 Debug build i have found that it also crash, but the call stack is different then the x86 Debug build.
Call stack using LLVM in x86 Debug:
ntdll.dll!778515de()
[Les frames ci-dessous sont peut-être incorrects et/ou manquants, aucun symbole chargé pour ntdll.dll]
ntdll.dll!778515de()
ntdll.dll!7784014e()
> msvcr100d.dll!_write(int fh, const void * buf, unsigned int cnt) Ligne 83 + 0x9 octets C
msvcr100d.dl...
2012 Jul 07
0
[LLVMdev] Crash using the JIT on x86 but work on x64
Hi Skykill,
> Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s
> the same with 3.0) for running a bitcode on a C++ program, and Clang for
> compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m
> on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested
> in both Release and Debug build). Project was make
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON)
endif()
Without assertions enabled, when i'm running the program without the
debugger, it simply freeze until i close it, but not crash at all.
Here is the call stack for the x86 Debug build without assertions enabled:
ntdll.dll!778515de()
[Les frames ci-dessous sont peut-être incorrects et/ou manquants, aucun
symbole chargé pour ntdll.dll]
ntdll.dll!778515de()
ntdll.dll!7784014e()
> msvcp100d.dll!std::_Lockit::_Lockit(int kind) Ligne 64 + 0x14 octets
> C++
msvcp100d.dll!std::_Container_base12::_Orph...