On Tue, May 6, 2008 at 5:23 AM, Antonio, Fabio Di Narzo <[EMAIL PROTECTED]> wrote: > 2008/5/6 pseudo <[EMAIL PROTECTED]>: > [...] > > > A strange thing is that after halting the program: > > > > (gdb) p R_PV(colNames) > > > > does not show the content of colNames. I am positive my code is right > > because if I insert "PrintValue(colNames);" in the c code, it will > > print the right value. > Have you tried: > p Rf_PrintValue(colNames) > from the gdb prompt? >
Yes, I also tried "p Rf_PrintValue(colNames)", the outcome is the same. I can step in the r-base-core and what I found is that the "isObject" returns false. > A. > -- > Antonio, Fabio Di Narzo > Ph.D. student at > Department of Statistical Sciences > University of Bologna, Italy > ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel