Message-ID: <1114539622.5030.1.camel@localhost.localdomain>
Date: 2005-04-26T20:20:38Z
From: Manuel Morales
Subject: Ctrl-c crashes R when run as sudo (PR#7819)
In-Reply-To: <72BCC1A4-FF6A-477C-8268-3929B8D15CE1@r-project.org>
I get no crash after typing signal SIGINT - it just returns me to the R
prompt.
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