Closed GoogleCodeExporter closed 9 years ago
Thanks for taking the time to put together a patch.
I have two concerns:
Do you have the original callstacks of the deadlock? A DLL getting loaded
while the
spinlock is held seems like a very bad condition indeed - we may want to ensure
that
doesn't happen rather than this fix. Further, threads should not be exiting
while
holding the lock - so something else fishy may be going on as well. (To this
end,
you may have more luck using the statically linked version of tcmalloc?)
Second, the changes to spinlock.cc are all windows-specific, but that is cross
platform code, so this patch will need more work (but I hope we can tackle the
root
issue)
Original comment by mike%belshe.com@gtempaccount.com
on 21 Jul 2009 at 7:43
Ping -- any more info on this? I've not seen this problem myself, so I'm going
to
have to close the bug as CannotReproduce unless we can get a bit more data
about it.
Original comment by csilv...@gmail.com
on 14 Oct 2009 at 11:08
Oh well. Closing.
Original comment by csilv...@gmail.com
on 10 Mar 2010 at 6:15
Original issue reported on code.google.com by
escri...@hotmail.com
on 21 Jul 2009 at 2:48Attachments: