|
From: Gwenole B. <gb...@di...> - 2004-07-11 16:26:19
|
Hi, > So, something is screwy in my configuration, somewhere, eh? Not sure, IIRC the ABI reserves r2 usage for system (kernel + glibc), but we need to be free to use r2 for MacOS ABI. I will build a static Linux binary for testing. Or will you know where is crashes. g++ -g paranoia.cpp gdb ./a.out run [crash] bt I guess the stack trace will return something from the raise() [kill() function actually]. Your paranoia.s looks good. So, there is some interaction with your glibc. |