Skip to content

os x crash using rpanel and tcltk (PR#10495)

1 message · Aaron Robotham

#
---------- Forwarded message ----------
From: Aaron Robotham <a.robotham at bristol.ac.uk>
Date: 7 Dec 2007 14:30
Subject: Re: [Rd] os x crash using rpanel and tcltk (PR#10495)
To: Simon Urbanek <simon.urbanek at r-project.org>
Cc: Peter Dalgaard <p.dalgaard at biostat.ku.dk>, R-bugs at biostat.ku.dk,
r-devel at stat.math.ethz.ch


Here's the back trace i get after it crashes:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x90a61b09 in _objc_error ()
(gdb) bt
#0  0x90a61b09 in _objc_error ()
#1  0x90a61b40 in __objc_error ()
#2  0x90a601a0 in _freedHandler ()
#3  0x93442c64 in -[NSDocument close] ()
#4  0x00015f0b in -[RQuartz close] ()
#5  0x00016c93 in RQuartz_Close ()
#6  0x0039b6dc in removeDevice ()
#7  0x00015f3f in -[RQuartz windowShouldClose:] ()
#8  0x934429b2 in -[NSWindow _document:shouldClose:contextInfo:] ()
#9  0x93442437 in -[NSWindow __close] ()
#10 0x93382dbc in -[NSApplication sendAction:to:from:] ()
#11 0x93382d15 in -[NSControl sendAction:to:] ()
#12 0x93384ec1 in -[NSCell _sendActionFrom:] ()
#13 0x933976a1 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] ()
#14 0x933b5289 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] ()
#15 0x933b4b39 in -[NSControl mouseDown:] ()
#16 0x934422f8 in -[_NSThemeWidget mouseDown:] ()
#17 0x933723e3 in -[NSWindow sendEvent:] ()
#18 0x93364384 in -[NSApplication sendEvent:] ()
#19 0x00005151 in -[RController handleReadConsole:] ()
#20 0x0000c641 in Re_ReadConsole ()
#21 0x00015c76 in run_REngineRmainloop ()
#22 0x0000ec4a in -[REngine runREPL] ()
#23 0x0000226d in main ()

Is this what is wanted?

Thanks for the gdb advice btw. I'm not sure if it's important, but
before it crashed I got lots of warnings similar to the following in
gdb when I attached the tcltk package:

warning: Could not find object file
"/Builds/Rdev-web/QA/Simon/R-build/tiger-ppc/R-2.6-branch/src/extra/blas/blas00.o"
- no debug information available for
"../../../../../R-2.6-branch/src/extra/blas/blas00.c".

Is there an issue with a previous version of R on my machine causing problems?

Thanks for the help.

Aaron
On 07/12/2007, Aaron Robotham <a.robotham at bristol.ac.uk> wrote: