Displaying 4 results from an estimated 4 matches for "do_browser".
2013 May 25
0
segfault when using browser() in Rprofile.site
...x-gnu (64-bit)
<snip>
Called from: top level
Browse[1]> ls()
==31314== Invalid write of size 1
==31314== at 0x4CF07D: R_IoBufferPutc (iosupport.c:135)
==31314== by 0x4D3C5C: Rf_ReplIteration (main.c:222)
==31314== by 0x4D4047: R_ReplConsole (main.c:307)
==31314== by 0x4D4353: do_browser (main.c:1137)
==31314== by 0x4B1E86: Rf_eval (eval.c:639)
==31314== by 0x4D22F0: R_ReplFile (main.c:101)
==31314== by 0x4D23FF: R_LoadProfile (main.c:663)
==31314== by 0x4D2965: setup_Rmainloop (main.c:892)
==31314== by 0x4D4558: Rf_mainloop (main.c:992)
==31314== by 0x41A4D7: mai...
2009 May 28
1
internal and external debugging [was: [R] step by step debugger in R?]
...ralia
> >> There is also the debug package [3,4] which does __not__ work with R
> >> internals but rather works with instrumenting tricks at the R level.
> >> debug provides a tcl/tk front-end. It is my understanding that it does
> >> not work using R internals (do_browser, ...) because it was not possible
> >> at the time, and I believe this is still not possible today, but I might
> >> be wrong. I'd prefer to be wrong actually.
> >>
> >
> > I don't understand this statement. It has always been possible to work wi...
1997 Aug 05
1
R-beta: Characters in .C
I am having some difficulties using dynamically loaded
C functions on a Sparc 10 with R compiled
using cc (both R-0.49 and R-0.50). I get sporadic errors with the
error message:
Error: character variables must be duplicated in .C/.Fortran,
with C functions which pass character variables.
my C functions look like: anyfunc(char **filename, other variables )
This error message appears about 25%
1997 Aug 05
1
R-beta: Characters in .C
I am having some difficulties using dynamically loaded
C functions on a Sparc 10 with R compiled
using cc (both R-0.49 and R-0.50). I get sporadic errors with the
error message:
Error: character variables must be duplicated in .C/.Fortran,
with C functions which pass character variables.
my C functions look like: anyfunc(char **filename, other variables )
This error message appears about 25%