[Webkit-unassigned] [Bug 15178] New: UNREPRODUCIBLE: REGRESSION: ASSERTION FAILED: iconID
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 11 09:30:28 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15178
Summary: UNREPRODUCIBLE: REGRESSION: ASSERTION FAILED: iconID
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: NeedsReduction, Regression
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ddkilzer at webkit.org
CC: beidson at apple.com
* SUMMARY
I've gotten an assertion failure twice so far in a debug build of WebKit r25488
with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).
Haven't figured out how to reproduce it yet. Happens when I click on a link
(apparently at the wrong time).
* CONSOLE
ASSERTION FAILED: iconID
(/path/to/WebKit/WebCore/loader/icon/IconDatabase.cpp:1898 void
WebCore::IconDatabase::removeIconFromSQLDatabase(const WebCore::String&))
Segmentation fault
* CRASH LOG
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0xbbadbeef
Thread 0:
0 libSystem.B.dylib 0x9000b348 mach_msg_trap + 8
1 libSystem.B.dylib 0x9000b29c mach_msg + 60
2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
4 com.apple.HIToolbox 0x9329bb20 RunCurrentEventLoopInMode +
264
5 com.apple.HIToolbox 0x9329b1b4 ReceiveNextEventCommon + 380
6 com.apple.HIToolbox 0x9329b020
BlockUntilNextEventMatchingListInMode + 96
7 com.apple.AppKit 0x937a1ae4 _DPSNextEvent + 384
8 com.apple.AppKit 0x937a17a8 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
9 com.apple.Safari 0x00006770 0x1000 + 22384
10 com.apple.AppKit 0x9379dcec -[NSApplication run] + 472
11 com.apple.AppKit 0x9388e87c NSApplicationMain + 452
12 com.apple.Safari 0x0000244c 0x1000 + 5196
13 com.apple.Safari 0x0004f1b0 0x1000 + 319920
Thread 1 Crashed:
0 com.apple.WebCore 0x01383438
WebCore::IconDatabase::removeIconFromSQLDatabase(WebCore::String const&) + 248
(IconDatabase.cpp:1898)
1 com.apple.WebCore 0x01383a0c
WebCore::IconDatabase::writeIconSnapshotToSQLDatabase(WebCore::IconSnapshot
const&) + 360 (IconDatabase.cpp:1938)
2 com.apple.WebCore 0x01386bf0
WebCore::IconDatabase::writeToDatabase() + 740 (IconDatabase.cpp:1478)
3 com.apple.WebCore 0x01388a00
WebCore::IconDatabase::syncThreadMainLoop() + 296 (IconDatabase.cpp:1285)
4 com.apple.WebCore 0x0138a708
WebCore::IconDatabase::iconDatabaseSyncThread() + 1596 (IconDatabase.cpp:975)
5 com.apple.WebCore 0x0138a760
WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 40
(IconDatabase.cpp:881)
6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list