Steffen Mueller wrote: Hi,
I've mostly been busy being ill, but in the little time I could spend on debugging, I've found out that the same program (Padre) about which I reported crashes earlier *only crashes if AUI elements are involved*.
Thanks for narrowsing it down! The problem is that that wxAuiManager and wxAuiPaneInfo have a DESTROY method that deletes the underlying C++ object but neither is marked as thread-aware in the typemap.
A previous posting I found in the archive of the mailing list hinted at AUI being a potential problem. Is this a wxPerl or a wxwidgets issue? Any ideas on how I can get to the bottom of this? I may not have much time nor expertise in things wx, but I'm willing to (slowly) go to great lengths to fix this*.
I just checked in a fix + test for that. Could you try if it works for you? Thanks! Mattia
* Why, oh why, do I feel that this sentence was a mistake?
:-)
