On Tue, 2005-04-26 at 13:14 -0400, Simon Urbanek wrote:
On 26.04.2005, at 12:52, Manuel.A.Morales@williams.edu wrote:
Program received signal SIGINT, Interrupt. 0x006547a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
Thanks you, however Marc omitted to mention that you need to type signal SIGINT before running the backtrace (bt), because gdb will catch the INT signal thus not leading to the desired crash and the backtrace just shows when you hit Ctrl-C, not what happens after. Only after the signal SIGINT you should get the crash (if at all). Cheers, Simon
Thanks Simon for picking that up. My error. Also, apologies for the double post, not sure how that happened. Manuel, I should have asked earlier, but I presume that you installed from source as I don't see RPMs for 2.1.0 yet? Marc