Leo wrote: > On 2010-05-28 19:14 +0100, Hazen Babcock wrote: >> This happens only upon exiting? Or at some random point during execution? >> >> Sorry to keep asking this, but does this only occur when you are also >> using slime? If so, can you change how slime interacts with the lisp >> process so that it does not use interrupts? >> >> -Hazen > > with help from #lisp, I have found a way to reproduce an 'Unhandled > memory fault at #x90' without using slime: > > If you have http://common-lisp.net/project/bordeaux-threads/ installed: > > run this two or three times get to the error: > > (bt:make-thread (lambda () (with-plot-window > (loop for (x y) in '((1 1) (-2 4) (3 9) (-4 16) (5 25)) > do (plot-point x y) > (sleep 1)))) :name "test-bug") > > > where (defparameter *plot-device* "xcairo") > > See: http://paste.lisp.org/display/105741.
This problem I think we have seen before: http://www.mail-archive.com/[email protected]/msg02032.html Can you try again using plend1 instead? -Hazen ------------------------------------------------------------------------------ _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
