Skip to content

quartz() on MAC OSX

4 messages · Duncan Murdoch, Simon Urbanek, Hadley Wickham

#
hadley wickham wrote:
(Moved from R-help.)

I took a closer look:  I actually did get the window (hidden under my 
terminal window), and
interactivity worked partially:  I could use identify, for example.  But 
when I clicked on the red close
button on the graphics window, it kicked me right out of R:

 > library(CarbonEL)
 > plot(1:10,1:10)
 > quartz()
Warning message:
quartz() device interactivity reduced without an event loop manager in: 
quartz()
 > plot(1:10,1:10)
CGGStackRestore: gstack underflow.
 > identify(1:10,1:10)

[Worked fine, then I clicked on the red button...]

 *** caught segfault ***
address 0xff020000, cause 'memory not mapped'

Traceback:
 1: identify.default(1:10, 1:10)
 2: identify(1:10, 1:10)

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection:


Duncan Murdoch
#
On May 22, 2007, at 6:53 AM, Duncan Murdoch wrote:

            
Not a good idea ;) The window closes and the poor locator has no  
window to wait for clicks so it feels lonely and crashes R out of  
boredom... ;)
Should be fixed now.

FWIW: to get CarbonEL, run
install.packages("CarbonEL",,"http://www.rforge.net")

Cheers,
Simon
#
On 5/22/07, Simon Urbanek <simon.urbanek at r-project.org> wrote:
Thanks Simon - I still get
CGGStackRestore: gstack underflow.

whenever I plot anything.

Hadley
#
On May 22, 2007, at 10:53 AM, hadley wickham wrote:

            
Which version do you use? It's fixed in 41666.

Cheers,
Simon