Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread Manuel Morales
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, [EMAIL PROTECTED] wrote: > > > Program received signal SIGINT, Interrupt. > > 0x006547a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread MSchwartz
On Tue, 2005-04-26 at 19:59 +0200, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > > > > 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

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread ripley
On Tue, 26 Apr 2005, Peter Dalgaard wrote: > [EMAIL PROTECTED] writes: > >>> 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

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > > 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 wha

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread MSchwartz
On Tue, 2005-04-26 at 13:14 -0400, Simon Urbanek wrote: > On 26.04.2005, at 12:52, [EMAIL PROTECTED] 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 > signa

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread Simon Urbanek
On 26.04.2005, at 12:52, [EMAIL PROTECTED] 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

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread Manuel . A . Morales
On Tue, 2005-04-26 at 11:30 -0500, Marc Schwartz wrote: > On Tue, 2005-04-26 at 11:41 -0400, Manuel Morales wrote: > > On Tue, 2005-04-26 at 10:34 -0500, Marc Schwartz wrote: > > > On Tue, 2005-04-26 at 16:47 +0200, [EMAIL PROTECTED] wrote: > > > > I tried to submit this in R, but not sure if it wo

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread MSchwartz
On Tue, 2005-04-26 at 11:41 -0400, Manuel Morales wrote: > On Tue, 2005-04-26 at 10:34 -0500, Marc Schwartz wrote: > > On Tue, 2005-04-26 at 16:47 +0200, [EMAIL PROTECTED] wrote: > > > I tried to submit this in R, but not sure if it worked. > > > > > > When running R as sudo, using ctrl-c dumps me

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread MSchwartz
On Tue, 2005-04-26 at 11:41 -0400, Manuel Morales wrote: > On Tue, 2005-04-26 at 10:34 -0500, Marc Schwartz wrote: > > On Tue, 2005-04-26 at 16:47 +0200, [EMAIL PROTECTED] wrote: > > > I tried to submit this in R, but not sure if it worked. > > > > > > When running R as sudo, using ctrl-c dumps me

Re: [Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread MSchwartz
On Tue, 2005-04-26 at 16:47 +0200, [EMAIL PROTECTED] wrote: > I tried to submit this in R, but not sure if it worked. > > When running R as sudo, using ctrl-c dumps me to the command line. > Hitting exit to exit the terminal window results in R taking 100% of > resources. > > I am using R-2.1.0 o

[Rd] Ctrl-c crashes R when run as sudo (PR#7819)

2005-04-26 Thread Manuel . A . Morales
I tried to submit this in R, but not sure if it worked. When running R as sudo, using ctrl-c dumps me to the command line. Hitting exit to exit the terminal window results in R taking 100% of resources. I am using R-2.1.0 on Fedora Core 3. Thanks. Manuel ___