Leo wrote: > On 2010-05-24 21:03 +0100, Hazen Babcock wrote: >> Are you getting any sort of error message? A backtrace? Are multiple >> threads trying to run your code at the same time? > > I don't why I didn't get a backtrace even when running lisp in gdb. > > What I observed is this: > > 1. If I start lisp in terminal, and run the test code in it, it works, > no crash, a few drivers like qtwidget xcairo etc. all work fine. > > 2. If I use slime to connect to it, and run the test code in slime, it > starts a new thread, if I hit SPC on the plot window the whole thing > goes down - seg fault.
So in slime your code runs fine, updating the plot, etc, but once it is done and you press the space bar everything crashes? However, if you do the same thing from lisp in the terminal the lisp process continues to run after the space bar is pressed? Could you try to simplify it to the minimal number of instructions for bad results? For example, does this also crash? (plsdev *plot-device*) (plinit) (plend) This is a long shot, but does using (plend1) instead work? What Lisp (and version #) are you using? -Hazen ------------------------------------------------------------------------------ _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
