Hej,

On Wed, 24 Jan 2007, Dirk Eddelbuettel wrote:

(Duncan: This is in regards to rgl crashing R. See the log at
        http://bugs.debian.org/384518   and in particular Michel's
       message from 23 Jan 2007 18:25)

Hi guys,

I just noticed that this bug landed in my (rgl maintainer) lap ;-)  Turns out
that I am confused as I just did

  $ R
  > library(rgl)
  > triangles3d(c(1,2,3),c(1,2,4),c(1,3,5))   # extra comma removed
  > rgl.postscript('testing.pdf','pdf')

and it happens to work with rgl 0.70 (there have been lots of updates
upstream) on a machine with an Nvidia card -- but it crashes on another
machine with an ATI card.  Both run the same R version (2.4.1) and the same
rgl version (0.70). So maybe we can absolve rgl of any guilt?

If this can be of any help, it crashes on a machine with nvidia card but nv drivers (not those from nvidia thus). However, rgl is version 0.68 and R 2.4.0, so a little bit old, (debian testing).

library(rgl)
triangles3d(c(1,2,3),c(1,2,4),c(1,3,5))
rgl.postscript('testing.pdf','pdf')
X Error of failed request:  GLXBadContextState
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  98
  Current serial number in output stream:  98

/Gaspard




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to