Bug 20742 - Crash at JSC::PropertyMap::resizePropertyStorage
Summary: Crash at JSC::PropertyMap::resizePropertyStorage
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 04:30 PDT by Ismail Donmez
Modified: 2012-09-23 16:33 PDT (History)
5 users (show)

See Also:


Attachments
crash log from r36309 (26.44 KB, text/plain)
2008-09-13 05:58 PDT, Dave Marquard
no flags Details
iframe x contextmenu event demonstration (591 bytes, text/html)
2009-08-25 02:04 PDT, martin.pucala
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2008-09-09 04:30:50 PDT
Happened when using GMail :

Process:         Safari [26003]
Path:            /Users/cartman/Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r31275 (31275)
Code Type:       X86 (Native)
Parent Process:  launchd [94]

Date/Time:       2008-09-09 14:20:53.138 +0300
OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000018981000
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.JavaScriptCore      	0x00379e88 JSC::PropertyMap::resizePropertyStorage(WTF::OwnArrayPtr<JSC::JSValue*>&, unsigned int) + 120 (PropertyMap.cpp:598)

Thread 1:
0   libSystem.B.dylib             	0x9001168e __semwait_signal + 10
1   libSystem.B.dylib             	0x9003c36d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x0146d0ef WebCore::IconDatabase::syncThreadMainLoop() + 239 (IconDatabase.cpp:1334)
3   com.apple.WebCore             	0x0146d205 WebCore::IconDatabase::iconDatabaseSyncThread() + 181 (IconDatabase.cpp:1036)
4   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
5   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x9001168e __semwait_signal + 10
1   libSystem.B.dylib             	0x9003c36d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x0187afb0 WebCore::LocalStorageThread::localStorageThread() + 528 (MessageQueue.h:79)
3   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
4   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x9000a4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90011c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x964210ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96421cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x94ffea32 CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
6   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x9000a4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90011c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x964210ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96421cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x9073d460 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x906d9f1d -[NSThread main] + 45
6   com.apple.Foundation          	0x906d9ac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
8   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x9005a5e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
2   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x9000a4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90011c9c mach_msg + 72
2   ...romedia.Flash Player.plugin	0x1be2e3c2 Flash_EnforceLocalSecurity + 1970808
3   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
4   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x9000a4ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x9003c866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x90082371 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x1bc3f674 0x1b980000 + 2881140
4   ...romedia.Flash Player.plugin	0x1bc57273 Flash_EnforceLocalSecurity + 41257
5   ...romedia.Flash Player.plugin	0x1bc3fa66 0x1b980000 + 2882150
6   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
7   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x9000a4ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x9003c866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x90082371 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x1bc3f674 0x1b980000 + 2881140
4   ...romedia.Flash Player.plugin	0x1bc57273 Flash_EnforceLocalSecurity + 41257
5   ...romedia.Flash Player.plugin	0x1bc3fa66 0x1b980000 + 2882150
6   libSystem.B.dylib             	0x9003b6f5 _pthread_start + 321
7   libSystem.B.dylib             	0x9003b5b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x003d9b7d  ecx: 0x00000021  edx: 0x00000084
  edi: 0x18980f80  esi: 0x17830928  ebp: 0x18975600  esp: 0xbfffd050
   ss: 0x0000001f  efl: 0x00010206  eip: 0x00379e88   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x18981000

Binary Images:
    0x1000 -   0x142fef  com.apple.Safari 4.0 (5528.1) <88983e9de4325a60c903ef39a2293d27> /Applications/Safari.app/Contents/MacOS/Safari
  0x18f000 -   0x190ffc +WebKitNightlyEnabler.dylib ??? (???) /Users/cartman/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x195000 -   0x25efff  com.apple.WebKit 528+ (528.4+) <f7cbbcf89d8153e045e4a1f4eb8bab5a> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x34d000 -   0x35cff8  SyndicationUI ??? (???) <1fe4e2e3c35f575a6122b9192644dae4> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x36c000 -   0x492fe3  com.apple.JavaScriptCore 528+ (528.4+) <7581d5cbec73ba0dc10cb9564824fa1e> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x53a000 -   0x53bffa +com.google.GearsEnabler ??? (1.0) <a04c1566c4ecd8df7f1950260ed615e3> /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEnabler
  0x593000 -   0x59fffb +com.fsb.SafariBlock ??? (2.2) <b0d68f73f1c4000aafd98171033d0d2c> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBlock
  0x5a9000 -   0x5abfff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
 0x11e2000 -  0x1a0dfff  com.apple.WebCore 528+ (528.4+) <2a9a13fcbcc953352cb6b1289dff5a27> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x2500000 -  0x261eff7  com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x17f0e000 - 0x17f13ff3  libCGXCoreImage.A.dylib ??? (???) <b6cf72d9cbd5312d4ec435e298954ade> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x1800a000 - 0x1800affe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <a41ca6c794a24a30a5130fb544d7f432> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x18010000 - 0x18016ffd  com.apple.JavaVM 12.2.0 (12.2.0) <8b6c3936c233b265a94623e1912240b4> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x1b980000 - 0x1bf9dfd7 +com.macromedia.Flash Player.plugin 10.0.2.26 (1.0.4f262) <4a63ef09ab644029a10222d0c31d1f55> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x1c0d6000 - 0x1c0f5fed  com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90009000 - 0x90169ff3  libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x9019b000 - 0x901a0ffb  com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x901a1000 - 0x901a8fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x901a9000 - 0x90377fff  com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x90378000 - 0x90393ff3  libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x90394000 - 0x90394fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90395000 - 0x90474fff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x90475000 - 0x90475ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x90493000 - 0x904f0ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x904f1000 - 0x904f2ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x90501000 - 0x9058cfff  com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x905de000 - 0x90614fef  libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
0x90615000 - 0x9061ffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x90620000 - 0x906ceffb  com.apple.QTKit 7.5 (861) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x906cf000 - 0x9094afe7  com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91a91000 - 0x91ad7fef  com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91ad8000 - 0x91af6ff3  com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <fe27e80e1a9e86403fd9ed16dcfe4e11> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x91bc0000 - 0x91bf7fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91c66000 - 0x91c71fe7  libCSync.A.dylib ??? (???) <3f58eb487099bff0476ec79974d0ad4d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91c72000 - 0x91c77fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x91d6d000 - 0x91daffef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91e83000 - 0x91ef5fff  com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x91ef6000 - 0x91f4fff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91f95000 - 0x91f95ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x92209000 - 0x92285feb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x92286000 - 0x922b0fff  com.apple.CoreMediaPrivate 9.0 (9.0) <8eb20bcfecc950600aa62dfa07aa47f3> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x922b1000 - 0x92aaefef  com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92c4d000 - 0x92c7afeb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92c80000 - 0x92d32ffb  libcrypto.0.9.7.dylib ??? (???) <01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
0x92d33000 - 0x92d71ff7  libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92d72000 - 0x92d76fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x92d77000 - 0x92d96ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92d97000 - 0x92db5fff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x92db6000 - 0x92ddeff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92ddf000 - 0x92f17ff7  libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
0x92f18000 - 0x92ffdff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x930df000 - 0x9349dfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9349e000 - 0x9354efff  edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9354f000 - 0x9357afe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x9357b000 - 0x93581fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x93582000 - 0x936a6fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x936bf000 - 0x93d5bfef  com.apple.CoreGraphics 1.351.32 (???) <793d7ceb9e1880818e03c1f1b10df04b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x93d5c000 - 0x9422fffe  libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94230000 - 0x94240ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94241000 - 0x94257fe7  com.apple.CoreVideo 1.5.1 (1.5.1) <ed7bb95fb94817ea3212090aac5c65f3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94264000 - 0x94264ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x94265000 - 0x942ecff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x942ed000 - 0x94367ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94368000 - 0x943a6fff  com.apple.CoreMediaIOServicesPrivate 9.0 (9.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x943a7000 - 0x94488ff7  libxml2.2.dylib ??? (???) <de34eb9b43eb7d4a4e0b7f25529efa12> /usr/lib/libxml2.2.dylib
0x94489000 - 0x9448bff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9448c000 - 0x94518ff7  com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94519000 - 0x94524ff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x94525000 - 0x94533ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x94534000 - 0x945fffff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94614000 - 0x94628ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x94629000 - 0x9465bfff  com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9465c000 - 0x94936ff3  com.apple.CoreServices.CarbonCore 786.6 (786.6) <bc7c12c84fe21ae2626bdd17070aaafa> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94937000 - 0x94937ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94938000 - 0x94c3fff7  com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94c40000 - 0x94fd6fff  com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94fd7000 - 0x94fedfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94fee000 - 0x94ff2fff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94ff3000 - 0x95075ff3  com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95076000 - 0x95085fff  libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
0x95086000 - 0x950e2ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x950e3000 - 0x951aaff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x951ab000 - 0x951abffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x951ac000 - 0x951d0feb  libssl.0.9.7.dylib ??? (???) <3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib
0x951d1000 - 0x9525bfe3  com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9525c000 - 0x95295ffe  com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x95296000 - 0x9529bfff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9529c000 - 0x95319fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9531a000 - 0x9533efff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x9533f000 - 0x95379fff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9537a000 - 0x9537aff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9537b000 - 0x95382fff  com.apple.agl 3.0.9 (AGL-3.0.9) <7dac4a7cb0de2f6d08ae71c1249379e3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x95383000 - 0x956a4fea  com.apple.QuickTime 7.5.0 (861) <4e1161b204b3b1f1047412c16483c39a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x956a5000 - 0x956a5ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x956a6000 - 0x95ab6fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95ab7000 - 0x95b06fff  com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x95b07000 - 0x95b16ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x95bfc000 - 0x95c1cff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95c1d000 - 0x95d54feb  com.apple.imageKit 1.0.1 (1.0) <9b6da3210b7e69e75039cbb0fd4a8482> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95e29000 - 0x95e32fff  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
0x95e33000 - 0x95ec6fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95ec7000 - 0x95ec9fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x95eca000 - 0x95ee8ff7  com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x95ee9000 - 0x95f33fe1  com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x95f69000 - 0x95f79fff  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
0x95f7a000 - 0x95fcaff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95fcb000 - 0x9600afef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96010000 - 0x96012fff  com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x96013000 - 0x96092ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96093000 - 0x9609aff7  libCGATS.A.dylib ??? (???) <fbc59d0e1eccf907396563568d5cd872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9609b000 - 0x96155fe3  com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x96163000 - 0x962e2fff  com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x962f5000 - 0x962f8fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x962f9000 - 0x9638cff3  com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9638d000 - 0x96395fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96396000 - 0x963aefff  com.apple.openscripting 1.2.8 (???) <d85d82af796d1df9bce7b1db8f6c846c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x963af000 - 0x964e1fff  com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x964e2000 - 0x964eefe7  com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x964ef000 - 0x964efffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x964f0000 - 0x964f0ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x964f1000 - 0x964f1ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x964f2000 - 0x966adff3  com.apple.QuartzComposer 2.1 (106.5) <1a52b406a3f3d04387c822da4a93c245> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x96e77000 - 0x96f1efeb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96f1f000 - 0x96f85ffb  com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x96f86000 - 0x97087fff  com.apple.PubSub 1.0.3 (65.3) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x97088000 - 0x9708fffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x97090000 - 0x970b8fff  libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
0x970b9000 - 0x970e8fe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x971b3000 - 0x972f9ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x972fa000 - 0x9733bfe7  libRIP.A.dylib ??? (???) <8c2cd4f044b3413d770ca8ad740f7645> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9733c000 - 0x9736dffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9736e000 - 0x973c8ff7  com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Comment 1 Ismail Donmez 2008-09-09 08:44:31 PDT
Randomly reproducable with just loading GMail.
Comment 2 Cameron Zwarich (cpst) 2008-09-09 11:48:23 PDT
This regression is most likely caused by r36285:

http://trac.webkit.org/changeset/36285

I can't confirm it with a debug build, but I will try a release build now.
Comment 3 Ismail Donmez 2008-09-09 11:55:50 PDT
I locally reverted r36285 and trying a release build now, no crash so far.
Comment 4 Cameron Zwarich (cpst) 2008-09-09 12:17:36 PDT
I can't reproduce this with either a Debug or a Release build.
Comment 5 Sam Weinig 2008-09-09 13:19:01 PDT
I cannot reproduce this either.  Can you please remove the third party extensions you have installed and try to reproduce it again.
Comment 6 Ismail Donmez 2008-09-09 13:31:18 PDT
I will try with SafariBlock disabled, the only extension I had. Also I use a custom css with the following:

/* workaround Safari underlining all links */
a { text-decoration: none }

/* Hide Google text ads */
div[class*="slwyWc"] { display: none }

/* Hide OpenDNS text ads */
div[class*="blocked-ads"] { display: none }
div[id*="adbox"] { display: none }

FWIW.
Comment 7 Sam Weinig 2008-09-09 17:05:23 PDT
From the backtrace, it looks like you have SIMBL and Gears as wells.
Comment 8 Sam Weinig 2008-09-09 17:05:37 PDT
From the backtrace, it looks like you have SIMBL and Gears as well.
Comment 9 Ismail Donmez 2008-09-09 22:30:58 PDT
Indeed, I removed them too.
Comment 10 Ismail Donmez 2008-09-09 22:34:26 PDT
And I crashed at the same place with zero addons installed:

Process:         Safari [5725]
Path:            /Users/cartman/Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r31275 (31275)
Code Type:       X86 (Native)
Parent Process:  launchd [129]

Date/Time:       2008-09-10 08:31:05.483 +0300
OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000001fa6e000
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.JavaScriptCore      	0x00379cd8 JSC::PropertyMap::resizePropertyStorage(WTF::OwnArrayPtr<JSC::JSValue*>&, unsigned int) + 120 (PropertyMap.cpp:598)

Thread 1:
0   libSystem.B.dylib             	0x9178968e __semwait_signal + 10
1   libSystem.B.dylib             	0x917b436d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x0146d02f WebCore::IconDatabase::syncThreadMainLoop() + 239 (IconDatabase.cpp:1334)
3   com.apple.WebCore             	0x0146d145 WebCore::IconDatabase::iconDatabaseSyncThread() + 181 (IconDatabase.cpp:1036)
4   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
5   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x9178968e __semwait_signal + 10
1   libSystem.B.dylib             	0x917b436d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x0187aef0 WebCore::LocalStorageThread::localStorageThread() + 528 (MessageQueue.h:79)
3   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
4   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x917824a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x91789c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x96d610ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96d61cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x9362ea32 CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
6   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x917824a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x91789c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x96d610ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96d61cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x9414b460 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x940e7f1d -[NSThread main] + 45
6   com.apple.Foundation          	0x940e7ac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
8   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x917d25e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
2   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x917824a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x91789c9c mach_msg + 72
2   ...romedia.Flash Player.plugin	0x1c05e3c2 Flash_EnforceLocalSecurity + 1970808
3   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
4   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x917824ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x917b4866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x917fa371 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x1be6f674 0x1bbb0000 + 2881140
4   ...romedia.Flash Player.plugin	0x1be87273 Flash_EnforceLocalSecurity + 41257
5   ...romedia.Flash Player.plugin	0x1be6fa66 0x1bbb0000 + 2882150
6   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
7   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x917824ee semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x917b4866 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x917fa371 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x1be6f674 0x1bbb0000 + 2881140
4   ...romedia.Flash Player.plugin	0x1be87273 Flash_EnforceLocalSecurity + 41257
5   ...romedia.Flash Player.plugin	0x1be6fa66 0x1bbb0000 + 2882150
6   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
7   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x917824a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x91789c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x96d610ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x96d61cf8 CFRunLoopRunInMode + 88
4   com.apple.audio.CoreAudio     	0x9197e464 HALRunLoop::OwnThread(void*) + 160
5   com.apple.audio.CoreAudio     	0x9197e300 CAPThread::Entry(CAPThread*) + 96
6   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
7   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 10:
0   libSystem.B.dylib             	0x91782506 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x917b484f _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x917b60d3 pthread_cond_timedwait_relative_np + 47
3   com.apple.audio.CoreAudio     	0x9198da47 CAGuard::WaitFor(unsigned long long) + 213
4   com.apple.audio.CoreAudio     	0x9198f602 CAGuard::WaitUntil(unsigned long long) + 70
5   com.apple.audio.CoreAudio     	0x9198dda7 HP_IOThread::WorkLoop() + 759
6   com.apple.audio.CoreAudio     	0x9198daab HP_IOThread::ThreadEntry(HP_IOThread*) + 17
7   com.apple.audio.CoreAudio     	0x9197e300 CAPThread::Entry(CAPThread*) + 96
8   libSystem.B.dylib             	0x917b36f5 _pthread_start + 321
9   libSystem.B.dylib             	0x917b35b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x003d9b5d  ecx: 0x00000011  edx: 0x00000044
  edi: 0x1fa6dfc0  esi: 0x1de3be08  ebp: 0x1fa60900  esp: 0xbfffe030
   ss: 0x0000001f  efl: 0x00010206  eip: 0x00379cd8   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x1fa6e000

Binary Images:
    0x1000 -   0x142fef  com.apple.Safari 4.0 (5528.1) <88983e9de4325a60c903ef39a2293d27> /Applications/Safari.app/Contents/MacOS/Safari
  0x18f000 -   0x190ffc +WebKitNightlyEnabler.dylib ??? (???) /Users/cartman/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x195000 -   0x25efff  com.apple.WebKit 528+ (528.4+) <4f253a415fc6ff88afc8c4a3dda03050> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x34d000 -   0x35cff8  SyndicationUI ??? (???) <1fe4e2e3c35f575a6122b9192644dae4> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x36c000 -   0x492fe3  com.apple.JavaScriptCore 528+ (528.4+) <6c72f60a88ccb5e0472a16de62c5aa94> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
 0x11e2000 -  0x1a0dfff  com.apple.WebCore 528+ (528.4+) <6183c5c966a37c775b6d374211c48c95> /Users/cartman/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x2500000 -  0x261eff7  com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
 0x27d8000 -  0x27ddff3  libCGXCoreImage.A.dylib ??? (???) <b6cf72d9cbd5312d4ec435e298954ade> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x187c7000 - 0x187c7ffe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <a41ca6c794a24a30a5130fb544d7f432> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x187f0000 - 0x187f6ffd  com.apple.JavaVM 12.2.0 (12.2.0) <8b6c3936c233b265a94623e1912240b4> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x1aab6000 - 0x1aab9fff  com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ce6f675ce724b0ba4e78323b79cf95c> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x1bbb0000 - 0x1c1cdfd7 +com.macromedia.Flash Player.plugin 10.0.2.26 (1.0.4f262) <4a63ef09ab644029a10222d0c31d1f55> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x1c306000 - 0x1c325fed  com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x1ed43000 - 0x1ed51feb  libSimplifiedChineseConverter.dylib ??? (???) <548d5a699dbe2bb8fcc8275321fdc0d4> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1ed56000 - 0x1ed68fff  libTraditionalChineseConverter.dylib ??? (???) <89ec94121ef50601dc538548caae57fc> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x1f8e2000 - 0x1f8e3ffd  com.apple.BluetoothMenu 2.1 (2.1f17) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
0x1fa8a000 - 0x1fa8cffe  com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0x20d2b000 - 0x20d2efff  com.apple.BezelServicesFW 1.4.832 (1.4.832) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x20d3b000 - 0x20d40fff  com.apple.audio.AppleHDAHALPlugIn 1.5.7 (1.5.7a24) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x20d55000 - 0x20d5dfff +com.getdropbox.finderplugin ??? (169) <9b429dfa91be445a7d6e12d4749ccbba> /Users/cartman/Library/Contextual Menu Items/DropboxPlugin.plugin/Contents/MacOS/DropboxPlugin
0x20d69000 - 0x20d6ffcb +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 17) (1.1.2) /Users/cartman/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
0x20d96000 - 0x20d9bfff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x21078000 - 0x210e6ff7  com.apple.Bluetooth 2.1 (2.1f17) <29ab5843bb608c155d4d7353320c2194> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x70000000 - 0x700e3ff2  com.apple.audio.units.Components 1.5.1 (1.5.1) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90003000 - 0x90096fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x900b4000 - 0x900b6ff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9106d000 - 0x9111dfff  edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91132000 - 0x91148fe7  com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x912f4000 - 0x9137efe3  com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9137f000 - 0x913c5fef  com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x913c6000 - 0x913cdff7  libCGATS.A.dylib ??? (???) <fbc59d0e1eccf907396563568d5cd872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x913ce000 - 0x913e9ff3  libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x913ea000 - 0x915b8fff  com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x915b9000 - 0x9162bfff  com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9162c000 - 0x91685ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91686000 - 0x91696fff  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
0x91697000 - 0x91745ffb  com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x91746000 - 0x9177fffe  com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91780000 - 0x91780ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91781000 - 0x918e1ff3  libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x918e2000 - 0x918e2ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x918e3000 - 0x91960fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91961000 - 0x919ddfeb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x919f6000 - 0x91a46ff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91a47000 - 0x91a74feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91a75000 - 0x91a94ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a95000 - 0x91bb9fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91bba000 - 0x91edcfe2  com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x91f33000 - 0x91f37fff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91f38000 - 0x922cefff  com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x922d4000 - 0x9234eff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9234f000 - 0x9235aff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9235b000 - 0x92635ff3  com.apple.CoreServices.CarbonCore 786.6 (786.6) <bc7c12c84fe21ae2626bdd17070aaafa> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x926d9000 - 0x9278bffb  libcrypto.0.9.7.dylib ??? (???) <01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
0x9278c000 - 0x927cbfef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x927cc000 - 0x927dbfff  libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
0x92fa5000 - 0x9300bffb  com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9301a000 - 0x931d5ff3  com.apple.QuartzComposer 2.1 (106.5) <1a52b406a3f3d04387c822da4a93c245> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x931d6000 - 0x932a1fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x932a2000 - 0x9332eff7  com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9332f000 - 0x9332fff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93330000 - 0x93372fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93373000 - 0x93397fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x933e7000 - 0x93441ff7  com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x93445000 - 0x93447fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93448000 - 0x934effeb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x935d5000 - 0x935e9ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x935ea000 - 0x935f1ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x93623000 - 0x936a5ff3  com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x936a6000 - 0x936a6ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x936a7000 - 0x936a9fff  com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x936aa000 - 0x936c8ff3  com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <fe27e80e1a9e86403fd9ed16dcfe4e11> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x937be000 - 0x9381aff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9381b000 - 0x93824fff  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
0x93825000 - 0x93b2cff7  com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93b2d000 - 0x93c12ff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93c13000 - 0x93c13ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x93c14000 - 0x93c3efff  com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x93c51000 - 0x93c90fff  com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x93c91000 - 0x9404ffea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94050000 - 0x94087fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94088000 - 0x9408dfff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9408e000 - 0x940a4fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x940a5000 - 0x940d4fe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x940d5000 - 0x940dcfe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x940dd000 - 0x94358fe7  com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x94359000 - 0x94359ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9435a000 - 0x943edff3  com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x943ee000 - 0x94428fff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x94466000 - 0x9448efff  libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
0x9448f000 - 0x9450eff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9450f000 - 0x9450ffff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x94510000 - 0x9451afeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9451b000 - 0x9454dfff  com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9454e000 - 0x946cdfff  com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x946ce000 - 0x946d2fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x94703000 - 0x94752fff  com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x94753000 - 0x94789fef  libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
0x9478a000 - 0x9479affc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x947a7000 - 0x947c7ff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x947c8000 - 0x947d4fe7  com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x947d5000 - 0x94813ff7  libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94814000 - 0x9489bff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x9489c000 - 0x948e6fe1  com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x948e7000 - 0x949c8ff7  libxml2.2.dylib ??? (???) <de34eb9b43eb7d4a4e0b7f25529efa12> /usr/lib/libxml2.2.dylib
0x949c9000 - 0x949f4fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x949f5000 - 0x94e05fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x94e06000 - 0x954a2fef  com.apple.CoreGraphics 1.351.32 (???) <793d7ceb9e1880818e03c1f1b10df04b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x954a3000 - 0x954a3ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x954a4000 - 0x954c2fff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x954c3000 - 0x9558aff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9558b000 - 0x956c3ff7  libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
0x956c4000 - 0x9574ffff  com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95750000 - 0x95778ff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95779000 - 0x9577affc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x9577b000 - 0x9585afff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x9585b000 - 0x95992feb  com.apple.imageKit 1.0.1 (1.0) <9b6da3210b7e69e75039cbb0fd4a8482> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x95c06000 - 0x95c2afeb  libssl.0.9.7.dylib ??? (???) <3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib
0x95c2b000 - 0x95c31fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95c67000 - 0x9613affe  libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9613b000 - 0x9613bffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9613c000 - 0x96154fff  com.apple.openscripting 1.2.8 (???) <d85d82af796d1df9bce7b1db8f6c846c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x96155000 - 0x96163ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x96164000 - 0x96169ffb  com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x9616a000 - 0x96188ff7  com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x96189000 - 0x96190fff  com.apple.agl 3.0.9 (AGL-3.0.9) <7dac4a7cb0de2f6d08ae71c1249379e3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9619e000 - 0x9629ffff  com.apple.PubSub 1.0.3 (65.3) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x962a0000 - 0x962a8fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x962a9000 - 0x962b8ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x962b9000 - 0x962b9ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x962ba000 - 0x96ab7fef  com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96ab8000 - 0x96ac3fe7  libCSync.A.dylib ??? (???) <3f58eb487099bff0476ec79974d0ad4d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96ac4000 - 0x96b7efe3  com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x96c48000 - 0x96c79ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x96c80000 - 0x96c80ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96cef000 - 0x96e21fff  com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x96e22000 - 0x96f68ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96f69000 - 0x96f6cfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96f6d000 - 0x96fcaffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9712c000 - 0x97131fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x97132000 - 0x97173fe7  libRIP.A.dylib ??? (???) <8c2cd4f044b3413d770ca8ad740f7645> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <51586b8d9ef39123fbe6918f12d8285f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Comment 11 Alexey Proskuryakov 2008-09-11 01:38:42 PDT
Please post stack traces as attachments, not inline.
Comment 12 Dave Marquard 2008-09-13 05:58:40 PDT
Created attachment 23391 [details]
crash log from r36309

Has happened for me a few times as well on r36309. Crash log attached.
Comment 13 Alexey Proskuryakov 2008-09-13 07:12:10 PDT
Marking as confirmed, as we already have multiple reports of this. If anyone has a (semi-)reproducible case, that would help a lot!
Comment 14 Cameron Zwarich (cpst) 2008-09-13 08:01:51 PDT
To others besides the original reporter: what were you doing when you experienced this crash? We are currently unable to reproduce this, so any hints would be helpful.
Comment 15 Dave Marquard 2008-09-13 08:43:47 PDT
Unfortunately, I don't have a great repro case for you yet. The last time is happened I had yammer open in a tab in the background and was browsing through a static site in the foreground tab. 

I'll give an update with a better scenario the next time t happens for me. 
Comment 16 martin.pucala 2009-08-25 02:04:37 PDT
Created attachment 38537 [details]
iframe x contextmenu event demonstration
Comment 17 Ismail Donmez 2010-07-08 07:38:26 PDT
Can't reproduce this anymore. I am not closing since there were other people reporting the same problem.
Comment 18 Gavin Barraclough 2012-09-23 16:33:53 PDT
This code has all changed a lot since this was filed.  Closing, since the reporter states he cannot repro any more.