On 2010/11/09 00:27, Nick Guenther wrote: > I just installed 4.8 and the R statistical language from packages, but > it keeps crashing whenever I try to use plot().
this problem will have started when threads were enabled in glib2, there is still some fallout from this change. the R binary will now need to be linked with -pthread (see graphviz patch-cmd_dot_Makefile_in for an example).. for now as a quick hack you could try setting LD_PRELOAD=libpthread.so before starting R, this may work but may cause other problems.