OS: RH Linux 7.1
Submission from: (NULL) (128.138.88.127)
If I start up R and just do:
Save workspace image? [y/n/c]: c
then R segfaults.
"gdb `locate R.bin` core" reports:
(gdb) where
#0 0x080a2282 in Rf_mainloop () at eval.c:41
However, if I use q() then there is no segfault:
Save workspace image? [y/n/c]: c
Save workspace image? [y/n/c]: n
and it exits without further ado.
Also, <ctl-D> followed by 'y' or 'n' exits without segfault.
I searched the bug archive but I didn't find this
bug, so here it is.