Bug 19288 - Nightly 34153 crashes when going on previous page
Summary: Nightly 34153 crashes when going on previous page
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 02:52 PDT by Anthony Ricaud
Modified: 2008-05-31 04:43 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 2008-05-28 02:52:11 PDT
Steps to reproduce:
1. Go to http://nightly.webkit.org
2. Go to http://nightly.webkit.org/builds/trunk/mac/1
3. Go to the previous page

A beautiful crash happens.
Comment 1 Mark Rowe (bdash) 2008-05-28 14:30:53 PDT
I cannot reproduce this.
Comment 2 Alexey Proskuryakov 2008-05-29 07:06:23 PDT
Could you please attach a full crash log?
Comment 3 Anthony Ricaud 2008-05-30 05:41:19 PDT
Here is the log. I can't reproduce it every time but it happens when I hit the previous page button.

Process:         Safari [35799]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r34257 (34257)
Code Type:       X86 (Native)
Parent Process:  launchd [109]

Date/Time:       2008-05-30 14:41:42.659 +0200
OS Version:      Mac OS X 10.5.3 (9D34)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.WebCore             	0x010e96c8 WebCore::String::length() const + 8
1   com.apple.WebCore             	0x00d60032 WebCore::FrameLoader::shouldTreatSchemeAsLocal(WebCore::String const&) + 18
2   com.apple.WebCore             	0x010d7d05 WebCore::SecurityOrigin::canAccess(WebCore::SecurityOrigin const*) const + 21
3   com.apple.WebCore             	0x00e4e902 WebCore::JSDOMWindowBase::allowsAccessFrom(KJS::JSGlobalObject const*) const + 66
4   com.apple.WebCore             	0x0110c83c -[WebScriptObject _isSafeScript] + 140
5   com.apple.WebCore             	0x0110dc96 -[WebScriptObject valueForKey:] + 38
6   info.8-p.GreaseKit            	0x0e6e3b01 JSValueForKey + 175
7   info.8-p.GreaseKit            	0x0e6e0b62 -[Info8_pCMController evalScriptsInFrame:force:] + 401
8   info.8-p.GreaseKit            	0x0e6e0f18 -[Info8_pCMController progressFinished:] + 124
9   com.apple.Foundation          	0x90d0d54a _nsnote_callback + 106
10  com.apple.CoreFoundation      	0x953d19ba __CFXNotificationPost + 362
11  com.apple.CoreFoundation      	0x953d1c93 _CFXNotificationPostNotification + 179
12  com.apple.Foundation          	0x90d0a7b0 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
13  com.apple.Foundation          	0x90d13ff8 -[NSNotificationCenter postNotificationName:object:] + 56
14  com.apple.WebKit              	0x001aed1c WebFrameLoaderClient::postProgressFinishedNotification() + 92
15  com.apple.WebCore             	0x00f592f8 WebCore::ProgressTracker::finalProgressComplete() + 104
16  com.apple.WebCore             	0x00f593e8 WebCore::ProgressTracker::progressCompleted(WebCore::Frame*) + 120
17  com.apple.WebCore             	0x00d65e11 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 353
18  com.apple.WebCore             	0x00d6614d WebCore::FrameLoader::opened() + 237
19  com.apple.WebCore             	0x00d6dc0c WebCore::FrameLoader::commitProvisionalLoad(WTF::PassRefPtr<WebCore::CachedPage>) + 188
20  com.apple.WebCore             	0x00d05e26 WebCore::DocumentLoader::loadFromCachedPage(WTF::PassRefPtr<WebCore::CachedPage>) + 70
21  com.apple.WebCore             	0x00d5fdb9 WebCore::FrameLoader::loadProvisionalItemFromCachedPage() + 73
22  com.apple.WebCore             	0x00d65b8d WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool) + 477
23  com.apple.WebCore             	0x00d65c05 WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool) + 53
24  com.apple.WebCore             	0x00d60e76 WebCore::FrameLoader::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, WTF::PassRefPtr<WebCore::FormState>, void (*)(void*, WebCore::ResourceRequest const&, WTF::PassRefPtr<WebCore::FormState>, bool), void*) + 790
25  com.apple.WebCore             	0x00d6687a WebCore::FrameLoader::load(WebCore::DocumentLoader*, WebCore::FrameLoadType, WTF::PassRefPtr<WebCore::FormState>) + 186
26  com.apple.WebCore             	0x00d6b511 WebCore::FrameLoader::loadItem(WebCore::HistoryItem*, WebCore::FrameLoadType) + 369
27  com.apple.WebCore             	0x00d6bfad WebCore::FrameLoader::recursiveGoToItem(WebCore::HistoryItem*, WebCore::HistoryItem*, WebCore::FrameLoadType) + 141
28  com.apple.WebCore             	0x00d6c330 WebCore::FrameLoader::goToItem(WebCore::HistoryItem*, WebCore::FrameLoadType) + 144
29  com.apple.WebCore             	0x00f497cf WebCore::Page::goBack() + 47
30  com.apple.WebKit              	0x001fc71d -[WebView goBack] + 29
31  com.apple.WebKit              	0x001b70b8 -[WebFrameView keyDown:] + 920
32  com.apple.AppKit              	0x96b80fe7 forwardMethod + 113
33  com.apple.AppKit              	0x96b80fe7 forwardMethod + 113
34  com.apple.AppKit              	0x96b80fe7 forwardMethod + 113
35  com.apple.AppKit              	0x96c8bac3 -[NSControl keyDown:] + 129
36  com.apple.WebKit              	0x001c9680 -[WebHTMLView keyDown:] + 400
37  com.apple.AppKit              	0x96af54c5 -[NSWindow sendEvent:] + 8511
38  com.apple.Safari              	0x0002bb53 0x1000 + 174931
39  com.apple.AppKit              	0x96ac1431 -[NSApplication sendEvent:] + 2941
40  com.apple.Safari              	0x0002b5d8 0x1000 + 173528
41  com.apple.AppKit              	0x96a1ee27 -[NSApplication run] + 847
42  com.apple.AppKit              	0x969ec030 NSApplicationMain + 574
43  com.apple.Safari              	0x000ba4d6 0x1000 + 758998

Thread 1:
0   libSystem.B.dylib             	0x9018768e __semwait_signal + 10
1   libSystem.B.dylib             	0x901b236d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x00df192f WebCore::IconDatabase::syncThreadMainLoop() + 239
3   com.apple.WebCore             	0x00df1a45 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
5   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x90180506 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x901b284f _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x901b40d3 pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation          	0x90d53e8c -[NSCondition waitUntilDate:] + 236
4   com.apple.Foundation          	0x90d53ca0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation          	0x90d53c05 -[NSConditionLock lockWhenCondition:] + 69
6   com.apple.AppKit              	0x96a8c470 -[NSUIHeartBeat _heartBeatThread:] + 753
7   com.apple.Foundation          	0x90d0df1d -[NSThread main] + 45
8   com.apple.Foundation          	0x90d0dac4 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
10  libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x901804a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90187c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x953f00be CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x953f0cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x90c8aafe CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
6   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x901804ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x901b2866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x901f8371 pthread_cond_wait + 48
3   com.zang.RegexKit             	0x017a4961 RKFastConditionLock + 663
4   com.zang.RegexKit             	0x017adefa -[RKThreadPool workerThreadStart:] + 436
5   com.apple.Foundation          	0x90d0df1d -[NSThread main] + 45
6   com.apple.Foundation          	0x90d0dac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
8   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x901804ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x901b2866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x901f8371 pthread_cond_wait + 48
3   com.zang.RegexKit             	0x017a4961 RKFastConditionLock + 663
4   com.zang.RegexKit             	0x017adefa -[RKThreadPool workerThreadStart:] + 436
5   com.apple.Foundation          	0x90d0df1d -[NSThread main] + 45
6   com.apple.Foundation          	0x90d0dac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
8   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x901804a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90187c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x953f00be CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x953f0cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x90d71460 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x90d0df1d -[NSThread main] + 45
6   com.apple.Foundation          	0x90d0dac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
8   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x901d05e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x901b16f5 _pthread_start + 321
2   libSystem.B.dylib             	0x901b15b2 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x901ea07a __workq_ops + 10
1   libSystem.B.dylib             	0x901ea0aa start_wqthread + 30

Thread 9:

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000004  ebx: 0x0110c7be  ecx: 0x0f4eb620  edx: 0x00000000
  edi: 0x0ea692e0  esi: 0x00000004  ebp: 0xbfffe4a8  esp: 0xbfffe4a8
   ss: 0x0000001f  efl: 0x00010246  eip: 0x010e96c8   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000004

Binary Images:
    0x1000 -   0x133fef  com.apple.Safari 3.1.1 (5525.20) <4869cc1f3ee39145836097e9470d9036> /Applications/Safari.app/Contents/MacOS/Safari
  0x17b000 -   0x17cffc +WebKitNightlyEnabler.dylib ??? (???) /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x181000 -   0x24bfef  com.apple.WebKit 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x2e0000 -   0x2efff8  SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x2ff000 -   0x3f5ff7  com.apple.JavaScriptCore 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x45b000 -   0x45dfff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
  0x4c1000 -   0x4cafff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock
  0xbca000 -  0x1316fff  com.apple.WebCore 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x1794000 -  0x17d1fe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
 0xaac3000 -  0xabcdfef  com.apple.RawCamera.bundle 2.0.5 (2.0.5) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
 0xe3d2000 -  0xe3d7ff3  libCGXCoreImage.A.dylib ??? (???) <32265ec157db98a33c5dcf0e6687dec2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
 0xe6d2000 -  0xe6d7fff  com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
 0xe6de000 -  0xe6e5fff +info.8-p.GreaseKit 1.5 (1.5) <4848112c468aafbb7085677d48bba17c> /Users/rik24d/Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit
 0xe765000 -  0xe789fff +com.quixpace.safarimicroformats 0.1.2 (0.1.2) /Users/rik24d/Library/Application Support/SIMBL/Plugins/safarimicroformats.bundle/Contents/MacOS/safarimicroformats
 0xeacd000 -  0xeaceffc  com.apple.JavaPluginCocoa 12.1.0 (12.1.0) <d21a12c5668d4d89bfe492a5223a75cc> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
 0xead4000 -  0xead9ffd  com.apple.JavaVM 12.1.0 (12.1.0) <25c546c36e5bed978579d281080ab4c8> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90003000 - 0x90053ff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x900a3000 - 0x900a5fff  com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x900a6000 - 0x90113ffb  com.apple.WhitePagesFramework 1.2 (119.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
0x9013f000 - 0x9017efef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9017f000 - 0x902dfff3  libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x902e0000 - 0x902e1ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x902e2000 - 0x902e5fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x902e6000 - 0x903c5fff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x903c6000 - 0x904abff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x904ac000 - 0x904f0feb  com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <7e80635e8f1380dbf4af27e17e709fcb> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x904f1000 - 0x90578ff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x90579000 - 0x905adfef  com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x905ae000 - 0x905bbff7  com.apple.DMNotification 1.1.0 (143) <07530f513cd71e41bccbf19225ac1cb4> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotification
0x905bc000 - 0x90648ff7  com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90649000 - 0x9068bfef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9068c000 - 0x90698fff  libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
0x90699000 - 0x90699ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9069a000 - 0x906a5fe7  libCSync.A.dylib ??? (???) <8011fc1963cebdde0c6f101dbee5afd7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x906a6000 - 0x906aafff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x906ab000 - 0x906b9ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x906ba000 - 0x906bcff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x906bd000 - 0x906d3fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x906d4000 - 0x906d4ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x906d5000 - 0x90768fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90a8a000 - 0x90ae3ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90aec000 - 0x90af7ff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x90af8000 - 0x90baaffb  libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x90bab000 - 0x90bb1fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90be2000 - 0x90c5ffef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90c60000 - 0x90c7efff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x90c7f000 - 0x90d01ffb  com.apple.CFNetwork 330 (330) <6c5eda16e640b09334809ba4c1df985d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90d02000 - 0x90d02ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90d03000 - 0x90f7efe7  com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90f7f000 - 0x9138ffef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91390000 - 0x913b4fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x913b5000 - 0x9140fff7  com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91410000 - 0x9144dfff  com.apple.DAVKit 3.0.2 (643) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
0x9150c000 - 0x91511ffc  com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x91512000 - 0x91636fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91706000 - 0x917cdff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x917ce000 - 0x9192afee  com.apple.CalendarStore 3.0.3 (817) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x9192b000 - 0x91a0cff7  libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
0x91a0d000 - 0x91a19fe7  com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91a1a000 - 0x91ad4fe3  com.apple.CoreServices.OSServices 226.3 (226.3) <456bdd65b936baf1ef497b74b4f960a8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91ad5000 - 0x91adffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x91ae0000 - 0x91cadfe7  com.apple.security 5.0.3 (33532) <3bef414f3c6f433e707ac5abee340e16> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91cae000 - 0x91caefff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91caf000 - 0x91cb6ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x91cf6000 - 0x91cf8fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x91cf9000 - 0x921ccffe  libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x921cd000 - 0x921f5fff  libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
0x921f6000 - 0x92214ff3  com.apple.DirectoryService.Framework 3.5.3 (3.5.3) <a3277abd826960efb44258699adafc17> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x92215000 - 0x9224effe  com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9224f000 - 0x922d9fe3  com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x922da000 - 0x9230cfff  com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9230d000 - 0x9248cfff  com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x924a1000 - 0x92551fff  edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92552000 - 0x92556fff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x926ce000 - 0x92761ff3  com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92762000 - 0x92772fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92773000 - 0x92782ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x92783000 - 0x92792fff  libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
0x92793000 - 0x9279afe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x927ec000 - 0x927f1fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x927f2000 - 0x9287dfff  com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9287e000 - 0x928daff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x929d0000 - 0x92a77feb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92a78000 - 0x92a78ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92a79000 - 0x92b59fff  com.apple.syncservices 3.1 (389.6) <51037594e950b0331d4996691cf4acba> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x92b5a000 - 0x92e61ff7  com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92e62000 - 0x92ea0ff7  libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92ea1000 - 0x92eb2ffe  com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x92eb3000 - 0x93249fff  com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9324a000 - 0x9324aff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9324b000 - 0x93256fff  com.apple.dotMacLegacy 3.1 (244.1) <dc5b306b079718439c199d386ff60cc4> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
0x93257000 - 0x93282fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x93283000 - 0x933bbff7  libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
0x933bc000 - 0x933ecff3  com.apple.DotMacSyncManager 1.2.3 (282) <dde488ab9d33ae5fc01a696cac63b5ad> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
0x933ed000 - 0x933edffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x933ee000 - 0x936c8ff3  com.apple.CoreServices.CarbonCore 786.4 (786.4) <059c4803a7a95e3c1a95a332baeb1edf> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x936c9000 - 0x937cafef  com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x937cb000 - 0x937dbffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93812000 - 0x9388efeb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x939c7000 - 0x939ebfeb  libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
0x93bc5000 - 0x93c0bfef  com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93c16000 - 0x93c1afff  com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9426c000 - 0x94294ff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95346000 - 0x9537dfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9537e000 - 0x954b0fff  com.apple.CoreFoundation 6.5.2 (476.13) <b633d15f2901d73670cb1475628df1b3> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x954b1000 - 0x954b1ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x954b2000 - 0x954b9ff7  libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x954ba000 - 0x954baffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x954bb000 - 0x954c0fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x954c6000 - 0x95545ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x955ba000 - 0x955ceff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x955cf000 - 0x95610fe7  libRIP.A.dylib ??? (???) <c8d988d3880d7268468112c64c626d86> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x95611000 - 0x95619fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x958b5000 - 0x95f51fff  com.apple.CoreGraphics 1.351.31 (???) <c97a42498636b2596764e48669f98e00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x95f52000 - 0x95f6afff  com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95f6b000 - 0x95f98feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95f99000 - 0x95fe3fe1  com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95fe4000 - 0x96003ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96004000 - 0x96061ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x96068000 - 0x96097fe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96098000 - 0x96163fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96164000 - 0x9617fff3  libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96180000 - 0x961e6ffb  com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x961e7000 - 0x96261ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96262000 - 0x963a8ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96436000 - 0x967f4fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x967f5000 - 0x9682ffff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96830000 - 0x96850ff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x968c4000 - 0x968cdfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x968ce000 - 0x96904fef  libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
0x969ce000 - 0x969e4fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <bad2d3a9a92fdecd02e64f0b73a76f27> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x969e6000 - 0x971e3fef  com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0xc0000000 - 0xc0009fff +com.growl.growlframework 0.8 (exported) <0854644babbf06efdcce782a8a79792c> /Users/rik24d/Library/Application Support/SIMBL/Plugins/safarimicroformats.bundle/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Comment 4 Matt Lilek 2008-05-30 05:59:21 PDT
(In reply to comment #3)
> 6   info.8-p.GreaseKit                  0x0e6e3b01 JSValueForKey + 175
> 7   info.8-p.GreaseKit                  0x0e6e0b62 -[Info8_pCMController
> evalScriptsInFrame:force:] + 401
> 8   info.8-p.GreaseKit                  0x0e6e0f18 -[Info8_pCMController
> progressFinished:]

Removing GreaseKit should fix it.
Comment 5 Alexey Proskuryakov 2008-05-31 04:43:59 PDT
As indicated above, this is very likely to be a GreaseKit issue.. Please re-open if you can reproduce the problem with it removed, and attach a new crash log.