[LLVMdev] Unallocated address error triggered from ::RALinScan::assignRegOrStackSlotAtInterval on i386
Duncan Sands
baldrick at free.fr
Thu Mar 31 19:48:06 PDT 2011
Hi Yuri,
> I am debugging the memory issue that manifests itself like this:
>
> *** glibc detected *** ../app/app.OWS: free(): invalid pointer: 0x0ad391fc ***
try running under valgrind. Note that if the program being JIT'd corrupts
memory then this can cause the JIT itself to blow up.
Ciao, Duncan.
More information about the llvm-dev
mailing list