Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-30 Thread Prof Brian Ripley
On 30/05/2013 02:27, Bryan Hanson wrote: Unfortunately, I already have XQuartz 2.7.4 and it gives the problem I reported. :-( Bryan But as I said way back in this thread, there are two different rgl devices and this trhead has conflated two problems, on in each. Roger was using the

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-30 Thread Bryan Hanson
Yes, sorry. I just confirmed (for myself) that showSomething() works just fine from command line R where it uses XQuartz ( 2.7.4) and fails from R.app. Bryan On May 30, 2013, at 4:05 AM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On 30/05/2013 02:27, Bryan Hanson wrote: Unfortunately, I

[R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Bryan Hanson
[originally on R-help, reposted here as the most relevent place] NOTE: problem is with R.app, looks OK on command line R This is really odd, and probably 100% local to me, but I'm at a loss as to a next step. After narrowing things down, here's how to reproduce: library(rgl) showSomething -

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Federico Calboli
On 29 May 2013, at 16:19, Bryan Hanson han...@depauw.edu wrote: [originally on R-help, reposted here as the most relevent place] NOTE: problem is with R.app, looks OK on command line R This is really odd, and probably 100% local to me No, same here. I'm on OS 10.8.3, Xcode command line,

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Duncan Murdoch
On 13-05-29 11:19 AM, Bryan Hanson wrote: [originally on R-help, reposted here as the most relevent place] NOTE: problem is with R.app, looks OK on command line R This is really odd, and probably 100% local to me, but I'm at a loss as to a next step. After narrowing things down, here's how

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Roger Koenker
I doubt that this is helpful, but I get: rgl.open() Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x00e8 0x000102e31a90 in gui::X11GUIFactory::createWindowImpl

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Robert J Goedman
Roger, Do you ever see an rgl window pop-up? Just wondering if this is the same issue. Rob J. Goedman goed...@icloud.com On May 29, 2013, at 2:49 PM, Roger Koenker rkoen...@illinois.edu wrote: I doubt that this is helpful, but I get: rgl.open() Reading symbols for shared libraries .

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Roger Koenker
no, I never get a window I get an immediate segfault as soon as rgl.open() is called. url:www.econ.uiuc.edu/~rogerRoger Koenker emailrkoen...@uiuc.eduDepartment of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Robert J Goedman
Roger, Not sure if that would fix it, but my system is the patched R.3.0.1, using XQuartz 2.7.4 and a slightly newer version of rgl (rgl_0.93.940). Rob J. Goedman goed...@icloud.com On May 29, 2013, at 3:19 PM, Roger Koenker rkoen...@illinois.edu wrote: no, I never get a window I

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Robert J Goedman
Great, like with Rcmdr, example(rgl) seems to work well. Repeatedly just 'example(plot3d)' and each time removing all rgl windows, will lead to the same problem Bryan mentioned this morning. Rob J. Goedman goed...@icloud.com On May 29, 2013, at 3:57 PM, Roger Koenker rkoen...@illinois.edu

Re: [R-SIG-Mac] rgl crashes after one successful draw on R.app

2013-05-29 Thread Bryan Hanson
Unfortunately, I already have XQuartz 2.7.4 and it gives the problem I reported. :-( Bryan On May 29, 2013, at 7:16 PM, Robert J Goedman goed...@icloud.com wrote: Great, like with Rcmdr, example(rgl) seems to work well. Repeatedly just 'example(plot3d)' and each time removing all rgl