Skip to content
Prev 28755 / 63421 Next

a R_PV problem

Thanks for the pointer, and the problem solved.

I double checked that Rf_PrintValue works when the option
"unwindonsignal" is turned on in gdb. I also found that without "set
unwindonsignal on", both "p Rf_PrintValue(colNames)" and "p
R_PV(colNames)" could result in SIGTRAP or SIGSEGV sometimes. But not
sure what caused the signal and why... because if I stepped into these
functions, nothing would happen.

Thanks, Gang
On Tue, May 6, 2008 at 8:30 AM, Bill Dunlap <bill at insightful.com> wrote: