
8 Aug
2006
8 Aug
'06
2:23 p.m.
Markus Schöpflin wrote:
John Maddock wrote:
Failing that, if you can run it under gdb and see what traps that might suggest something.
And here is the stack trace when running the program on gdb:
There seems to be a problem then with exceptions when thrown from a running thread not getting caught by the appropriate handler - I can assure you that there *is* a handler present for exceptions of type regex_error, indeed the code for the multithreaded case is no different from the single threaded one. Is this a known gcc problem? Thanks Markus, John.