Displaying 1 result from an estimated 1 matches for "r_setppsize".
2004 Aug 24
1
Need help debugging R.
...any important things I should know about debugging R
that I'm not doing? Is this just total memory corruption?
For what it's worth a sample trace below:
(gdb) where
#0 0x00a22096 in _int_free () from /lib/tls/libc.so.6
#1 0x00a2101b in free () from /lib/tls/libc.so.6
#2 0x080d632a in R_SetPPSize ()
#3 0x080d7d13 in do_regFinaliz ()
#4 0x080d9503 in do_gctime ()
#5 0x080d8fcb in Rf_allocVector ()
#6 0x080a9f7f in Rf_duplicate ()
#7 0x080aa18c in Rf_duplicate ()
#8 0x080b7b28 in R_execMethod ()
#9 0x080b8a0f in do_function ()
#10 0x080b8bf9 in do_function ()
#11 0x080b70b7 in Rf_eval...