Skip to content

Instantly share code, notes, and snippets.

Created August 13, 2014 21:49
Show Gist options
  • Save anonymous/46ed87f844badb790258 to your computer and use it in GitHub Desktop.
Save anonymous/46ed87f844badb790258 to your computer and use it in GitHub Desktop.
(gdb) thread 1
[Switching to thread 1 (Thread 1240.0x1ce0)]
#0 0x00000000777817ba in ntdll!ZwProtectVirtualMemory ()
from /cygdrive/c/Windows/SYSTEM32/ntdll.dll
(gdb) bt
#0 0x00000000777817ba in ntdll!ZwProtectVirtualMemory ()
from /cygdrive/c/Windows/SYSTEM32/ntdll.dll
#1 0x000007fefd6b2f63 in VirtualProtectEx () from /cygdrive/c/Windows/system32/KERNELBASE.dll
#2 0x000007fefd6b2f1b in VirtualProtect () from /cygdrive/c/Windows/system32/KERNELBASE.dll
#3 0x000000006d880367 in llvm::sys::Memory::setRangeWritable(void const*, unsigned long long) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#4 0x000000006d8803a9 in llvm::sys::Memory::setWritable(llvm::sys::MemoryBlock&, std::string*) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#5 0x000000006d3e5bf3 in (anonymous namespace)::DefaultJITMemoryManager::setMemoryWritable() ()
from /home/Tony/julia/usr/bin/libjulia.dll
#6 0x000000006d3f139f in (anonymous namespace)::JITEmitter::startFunction(llvm::MachineFunction&)
() from /home/Tony/julia/usr/bin/libjulia.dll
#7 0x000000006d1d0c43 in (anonymous namespace)::Emitter<llvm::JITCodeEmitter>::runOnMachineFunction(llvm::MachineFunction&) () from /home/Tony/julia/usr/bin/libjulia.dll
#8 0x000000006d81b6bd in llvm::FPPassManager::runOnFunction(llvm::Function&) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#9 0x000000006d81c040 in llvm::FunctionPassManagerImpl::run(llvm::Function&) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#10 0x000000006d81c16a in llvm::FunctionPassManager::run(llvm::Function&) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#11 0x000000006d3e7d47 in llvm::JIT::runJITOnFunctionUnlocked(llvm::Function*, llvm::MutexGuard const&) () from /home/Tony/julia/usr/bin/libjulia.dll
#12 0x000000006d3e89a6 in llvm::JIT::getPointerToFunction(llvm::Function*) ()
from /home/Tony/julia/usr/bin/libjulia.dll
#13 0x000000006d0a1ee7 in jl_generate_fptr (f=f@entry=0x2336a450) at codegen.cpp:642
#14 0x000000006d09a00a in jl_trampoline (F=0x2336a450, args=0xd6ee40, nargs=2) at builtins.c:782
#15 0x000000006d0927fa in jl_apply (nargs=2, args=0xd6ee40, f=<optimized out>) at julia.h:981
#16 jl_apply_generic (F=0x4953930, args=0xd6ee40, nargs=2) at gf.c:1428
#17 0x0000000002e3fe9c in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment