search for: jump_to_top_ex

Displaying 4 results from an estimated 4 matches for "jump_to_top_ex".

2012 Nov 22
0
why does do_stop call R_GetTraceback ?
...race below. As you can see, R seems to have been busy calling R_GetTraceback() and a bunch of subsidiary deparse functions. But, at that point I'm done with recover(), and when stop() finally finishes NOTHING else has been printed out - no additional traceback, nothing. So why are we calling jump_to_top_ex() with traceback=TRUE, what good does the call to R_GetTraceback() do? That jump_to_top_ex() code only calls R_GetTraceback() when R_Interactive or haveHandler are true. I am certainly running interactively here, and I did define a handler with options("error"=). But AFAICT, my handler...
2007 Jul 04
2
problem with findFun call from embedded R
...ourced, meaning that the object "foo" does not exist, findFun never returns. Instead the segfault occurs at line 719 in errors.c at the LONGJMP statement. Setting a breakpoint at erros.c:719, the backtrace looks like this (will wrap poorly): 8<------------------------ Breakpoint 2, jump_to_top_ex (traceback=TRUE, tryUserHandler=TRUE, processWarnings=TRUE, resetConsole=TRUE, ignoreRestartContexts=FALSE) at errors.c:719 719 LONGJMP(R_ToplevelContext->cjmpbuf, 0); (gdb) bt #0 jump_to_top_ex (traceback=TRUE, tryUserHandler=TRUE, processWarnings=TRUE, resetConsole=TRUE, i...
2016 Sep 18
0
getGraphicsEvent() and setTimeLimit() bug and compatibility patch.
...sable for the remainder of its life. As far as I've been able to tell, the values set with setTimeLimit() are checked in R_ProcessEvents(), which is defined separately in gnuwin32/system.c and unix/sys-unix.c. If a time limit is exceeded, it error()s out. That in turn percolates up and through jump_to_top_ex(), as defined in main/errors.c, which eventually calls GEonExit() in main/engine.c, a function meant to reset some state on graphics devices and which from the look of it and its comments was added to fix a similar bug with recordGraphics(). I've added a single line to GEonExit(), to also rese...
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...ception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 libR.dylib 0x010665c8 Rf_eval + 0xa4 (eval.c:300) 1 libR.dylib 0x0103b218 R_run_onexits + 0xd4 (context.c:142) 2 libR.dylib 0x01063eb4 jump_to_top_ex + 0x260 (errors.c:682) 3 com.apple.AppKit 0x92fda908 -[NSToolbarButton sendAction:to:] + 0x4c 4 com.apple.AppKit 0x92fda8a8 -[NSToolbarButton sendAction] + 0x50 5 com.apple.AppKit 0x92f5a70c -[NSToolbarItemViewer mouseDown:] + 0x674 6 com.apple.AppKit 0x9...