[R] Bus error with xyplot

Martin Maechler maechler at stat.math.ethz.ch
Mon Feb 3 15:49:05 CET 2003


>>>>> "Giovanni" == Giovanni Petris <GPetris at uark.edu>
>>>>>     on Mon, 3 Feb 2003 08:36:06 -0600 (CST) writes:

    Giovanni> Has anybody else experienced something like the example below? 
not recently.
Could it be that your version of the `grid' package (which is
loaded by `lattice') or `lattice' are incompatible (i.e. older
than) to your R version?
After   library(lattice), use 
 .path.package()
to see where it was loaded from.

    Giovanni> Any clues about where I could start looking?

If it's not the above, and since you are on a unix system, start
R inside the debugger.  You then will hopefully see in which
call the problem occurs:

  R -d gdb
  run
  library(lattice)
  ## .... 

The "Bus error" should leave you inside gdb,
where you can enter `bt' to get the [b]ack[t]race of function
calls.

More details on using the debugger are in the R-FAQ and "Writing
Extensions.."
  
Martin Maechler <maechler at stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO C16	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><




More information about the R-help mailing list