R crashing when displaying X output (PR#3196)
Full_Name: Mark Nelson Version: 1.7.0 OS: Solaris 9 Submission from: (NULL) (144.32.160.78) When trying to produce a histogram, R crashes. Steps to reproduce the problem -
a <- rnorm(100,1,1) a hist(a)
Note source code was compiled with gcc 3.2.2 Mark.