Markus Gürtler <mar...@guertler.org> writes: > one important thing is to 'use threads' before you 'use Wx'.
Yes, I did. > Do you get the core dumps when creating the threads or when trying to > join them? On creating. It crashes even when the thread subroutine is empty. warn("Creating thread...\n"); my $worker = threads->create( sub {} ); warn("Thread created.\n"); > For the usage with Wx::PlThreadEvent there is a good example in the POD. This is basically the code I copied... -- Johan