Comment #5 on issue 8809 by [email protected]: Crash in WaitableEventWatcher::StopWatching() http://code.google.com/p/chromium/issues/detail?id=8809
A WaitableEventWatcher is watching a WaitableEvent, but the WaitableEvent has been deleted. It seems that you can get away with this on Windows without crashing, but not on POSIX. If you run it in Valgrind, you should be able to get a stack trace of the delete call. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
