Comment #4 on issue 16143 by [email protected]: Crash -  
BookmarkModel::`vector deleting destructor'(unsigned int)
http://code.google.com/p/chromium/issues/detail?id=16143

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=28227

------------------------------------------------------------------------
r28227 | [email protected] | 2009-10-06 20:29:48 -0700 (Tue, 06 Oct 2009) |  
13 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/importer/importer.cc?r1=28227&r2=28226
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/importer/importer.h?r1=28227&r2=28226

Attempt at fixing crash during importing. As far as I can tell from
the crash the BookmarkModel is trying to notifying observers it's
going away and one of those observers has been deleted. This is during
first run import, so the only observer should be the importer.

This may be possible if someone prematurely exits the nested loop
started during first run so that the importerhost isn't done when the
profile is deleted.

BUG=16143
TEST=none

Review URL: http://codereview.chromium.org/242119
------------------------------------------------------------------------


--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to