On 25.12.2011 18:45, gregor herrmann wrote: > >> How can I help figuring out which code of mine actually causes that >> error in fork's shared.pm? > You could run your script under the Perl debugger.
Thank you for your reply, Gregor. That's exactly my problem, that I had (and still have) no idea how to debug Perl scripts. I used devel::trace now and saw that forks doesn't seem to deal too well with Wx::PlThreadEvent. I removed the call, which caused the modification of read-only value, from the OnInit() function of my frame and the script ran, but it seems like other events are not been passed on properly either. Anyways, I assume this is a incompatibility between forks & Wx. Probably not worth keeping this bug report open. Please close it. Thanks! Mit freundlichen Grüßen / Best regards Marc H. Thoben -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

