Bug 7735 - REGRESSION: crash on importing bookmarks
Summary: REGRESSION: crash on importing bookmarks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 06:35 PST by Alexey Proskuryakov
Modified: 2006-03-12 14:06 PST (History)
0 users

See Also:


Attachments
proposed fix (1.93 KB, patch)
2006-03-12 06:47 PST, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-03-12 06:35:25 PST
Almost the same as bug 5541:

AtomicString is non-functional at Safari startup, when bookmarks are imported, which causes a crash as soon as it is used (which happens to be in HTMLNames::init()).

Steps to reproduce:
1. Launch MSIE at least once, to make it write out its bookmarks
2. defaults write com.apple.Safari IEFavoritesWereImported 0
3. run-safari

Results: Safari crashes
Comment 1 Alexey Proskuryakov 2006-03-12 06:47:52 PST
Created attachment 7021 [details]
proposed fix
Comment 2 Maciej Stachowiak 2006-03-12 13:32:27 PST
Comment on attachment 7021 [details]
proposed fix

r=me