Bug#543474: libwxgtk2.6-0: appending text to TextCtrl crashes in unpredictable ways

2009-12-01 Thread Mario Frasca
On 2009-1129 00:25:06, Ben Hutchings wrote: > Does this function run in a different thread from the other GUI code? > Most GUI frameworks do not support access to a single widget from > multiple threads. in my test program I have two threads, one tread that does almost nothing: after it creates th

Bug#543474: libwxgtk2.6-0: appending text to TextCtrl crashes in unpredictable ways

2009-11-28 Thread Ben Hutchings
On Tue, 2009-08-25 at 10:27 +0200, Mario Frasca wrote: > Package: libwxgtk2.6-0 > Version: 2.6.3.2.2-3 > Severity: grave > Justification: renders package unusable > > using wxpython, I am writing a very simple GUI around a command-line > program that produces logging. I have written a simple hand

Bug#543474: libwxgtk2.6-0: appending text to TextCtrl crashes in unpredictable ways

2009-08-25 Thread Mario Frasca
Package: libwxgtk2.6-0 Version: 2.6.3.2.2-3 Severity: grave Justification: renders package unusable using wxpython, I am writing a very simple GUI around a command-line program that produces logging. I have written a simple handler class, derived from logging.handler and owning a TextCtrl. this