Leo wrote:
> On 2010-05-27 23:08 +0100, Andrew Ross wrote:
>> debugger invoked on a UNDEFINED-FUNCTION in thread #<THREAD "initial
>> thread" RUNNING {100367F441}>: The function PLSDEV is undefined.
>>
>>
>> I don't know whether this is a problem between versions of plplot and
>> cl-plplot (both installed as Ubuntu packages).
> 
> I think it could be due to the 'cffi'ยน package. I use the version from
> the darcs repo: http://common-lisp.net/project/cffi/darcs/cffi/.
> 
> I had problems with the current version 0.10.5 when trying to use GSL
> (for lisp).
> 
> But I am not entirely sure. I wonder if Hazen can help out here ;)

Perhaps :), but it will be a few days. Meanwhile my guess is that the 
qtwidget will not work for you unless there is some way to force it to 
be run in the main thread. If you look at the error message in your 
message on 5-24-10 it states:

? WARNING: QApplication was not created in the main() thread.

In my experience with Qt (mostly PyQt) you are asking for trouble if you 
try and do anything GUI related in a thread that is not the main thread. 
As I recall you can (with some pain) configure slime to work with a 
single threaded lisp? If you do that, do you still see the same crashes?

What was the problem with the xcairo driver? You mentioned that it 
crashed when you clicked on the close box, but that should be fixed. Is 
there anything else?

-Hazen



------------------------------------------------------------------------------

_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to