Googling showed me that people can have this exception if two boost-threads try to access ressources that are locked by a mutex from one of the two threads. But I don't know if this is true :) The only thing boosts online-documentation contains about this exception (and this is not that much):
" The thread_resource_error class defines an exception type that is thrown by constructors in the Boost.Threads library when thread-related resources can not be acquired." Am Freitag, den 16.03.2007, 10:49 +0100 schrieb Aurélien Gâteau: > Pirmin Walthert wrote: > > While I agree that this fix isn't the way this issue should be fixed > > (although the submission of this patch to the mailinglist was done by > > me) it's simply not true, that the application crashes soon after this! > > I know this because I'd run the application once before the > > contactlist-repainting patch was applied for two days and this error was > > catched more than 6 times (I did some logging here) during this two > > days! In fact the application wasn't crashing but would had crashed 6 > > times without the exception-handling (at the end I've closed the app > > myself)... > > Oh... point taken. I will have a look at boost thread code to see what > can cause such exception to be raised. > > Aurélien > > _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
