Status: Untriaged Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-1 OS-Linux Area-Misc
New issue 8809 by [email protected]: Linux crash in WaitableEventWatcher::StopWatching() http://code.google.com/p/chromium/issues/detail?id=8809 It looks like we're trying to lock a free'd lock. [6688:6688:2751930465336:FATAL:/usr/local/google/home/deanm/chrome/git/new/ src/base/lock_impl_posix.cc(42)] Check failed: rv == 0 (22 vs. 0) 0 DebugUtil::BreakDebugger () at /usr/local/google/home/deanm/chrome/git/new/src/base/debug_util_posix.cc: 109 #1 0x0804fcb9 in ~LogMessage (this=0xff83b1b4) at /usr/local/google/home/deanm/chrome/git/new/src/base/logging.cc:528 #2 0x0807f73d in LockImpl::Lock (this=0xff83b67c) at /usr/local/google/home/deanm/chrome/git/new/src/base/lock_impl_posix.cc:4 2 #3 0x0804a5f7 in Lock::Acquire (this=0xff83b67c) at /usr/local/google/home/deanm/chrome/git/new/src/base/lock.h:16 #4 0x0804a615 in AutoLock (this=0xff83b2c4, lo...@0xff83b67c) at /usr/local/google/home/deanm/chrome/git/new/src/base/lock.h:37 #5 0x087154e7 in base::WaitableEventWatcher::StopWatching (this=0x95151c8) at /usr/local/google/home/deanm/chrome/git/new/src/base/waitable_event_watch er_posix.cc:211 #6 0x087155c3 in base::WaitableEventWatcher::WillDestroyCurrentMessageLoop ( this=0x95151c8) at /usr/local/google/home/deanm/chrome/git/new/src/base/waitable_event_watch er_posix.cc:270 #7 0x0805247e in ~MessageLoop (this=0xff83b59c) at /usr/local/google/home/deanm/chrome/git/new/src/base/message_loop.cc:116 #8 0x0840dedd in ~MessageLoopForIO (this=0xff83b59c) at /usr/local/google/home/deanm/chrome/git/new/src/base/message_loop.h:449 -- 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 -~----------~----~----~----~------~----~------~--~---
