WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 22454
22406
Crash using @font-face
https://bugs.webkit.org/show_bug.cgi?id=22406
Summary
Crash using @font-face
Jacob Kaplan-Moss
Reported
2008-11-21 08:26:33 PST
The use of @font-face causes crashes on my site; crash dump is below. If I remove the font-face declaration from the stylesheet, the crash stops. To reproduce, visit
http://jacobian.org/writing/typography-rhythm-proportion/
; I've reproduced this crash using
r37894
,
r38078
, and
r38654
. Search for duplicates, I found
https://bugs.webkit.org/show_bug.cgi?id=21467
. The crash dumps over there don't appear to be the same as mine so I'm opening a new ticket, but this may indeed be a dup of #21467. Crash dump follows: Process: Safari [1356] Path: /Users/jacob/Applications/WebKit.app/Contents/MacOS/WebKit Identifier: org.webkit.nightly.WebKit Version:
r38654
(38654) Code Type: X86 (Native) Parent Process: launchd [244] Date/Time: 2008-11-21 10:18:10.996 -0600 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Thread 0 Crashed: 0 ??? 0000000000 0 + 0 1 com.apple.WebCore 0x00f57b7d WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const + 141 2 com.apple.WebCore 0x00f4f2c1 WebCore::Font::cachePrimaryFont() const + 33 3 com.apple.WebCore 0x00f4fcb8 WebCore::Font::lineSpacing() const + 40 4 com.apple.WebCore 0x01243606 WebCore::RenderTextControl::createInnerTextStyle(WebCore::RenderStyle const*) + 998 5 com.apple.WebCore 0x0124451b WebCore::RenderTextControl::styleDidChange(WebCore::RenderStyle::Diff, WebCore::RenderStyle const*) + 235 6 com.apple.WebCore 0x0121b974 WebCore::RenderObject::setStyle(WTF::PassRefPtr<WebCore::RenderStyle>) + 308 7 com.apple.WebCore 0x0121b489 WebCore::RenderObject::setAnimatableStyle(WTF::PassRefPtr<WebCore::RenderStyle>) + 89 8 com.apple.WebCore 0x011aacb1 WebCore::Node::setRenderStyle(WTF::PassRefPtr<WebCore::RenderStyle>) + 49 9 com.apple.WebCore 0x00f31639 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 505 10 com.apple.WebCore 0x00fb3029 WebCore::HTMLFormControlElement::recalcStyle(WebCore::Node::StyleChange) + 25 11 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 12 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 13 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 14 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 15 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 16 com.apple.WebCore 0x00f316d2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 658 17 com.apple.WebCore 0x00f01892 WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 162 18 com.apple.WebCore 0x00daf09a WebCore::CSSFontSelector::fontLoaded(WebCore::CSSSegmentedFontFace*) + 58 19 com.apple.WebCore 0x00dac8a9 WebCore::CSSFontFace::fontLoaded(WebCore::CSSFontFaceSource*) + 73 20 com.apple.WebCore 0x00e0b90c WebCore::CachedFont::checkNotify() + 60 21 com.apple.WebCore 0x01367864 WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 276 22 com.apple.WebCore 0x01307f7d WebCore::SubresourceLoader::didFinishLoading() + 45 23 com.apple.Foundation 0x93d93097 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87 24 com.apple.Foundation 0x93d93003 _NSURLConnectionDidFinishLoading + 147 25 com.apple.CFNetwork 0x945cb209 sendDidFinishLoadingCallback + 148 26 com.apple.CFNetwork 0x945c8180 _CFURLConnectionSendCallbacks + 1759 27 com.apple.CFNetwork 0x945c7a25 muxerSourcePerform + 283 28 com.apple.CoreFoundation 0x96c6d615 CFRunLoopRunSpecific + 3141 29 com.apple.CoreFoundation 0x96c6dcf8 CFRunLoopRunInMode + 88 30 com.apple.HIToolbox 0x90f41480 RunCurrentEventLoopInMode + 283 31 com.apple.HIToolbox 0x90f41299 ReceiveNextEventCommon + 374 32 com.apple.HIToolbox 0x90f4110d BlockUntilNextEventMatchingListInMode + 106 33 com.apple.AppKit 0x914c43ed _DPSNextEvent + 657 34 com.apple.AppKit 0x914c3ca0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 35 com.apple.Safari 0x000080be 0x1000 + 28862 36 com.apple.AppKit 0x914bccdb -[NSApplication run] + 795 37 com.apple.AppKit 0x91489f14 NSApplicationMain + 574 38 com.apple.Safari 0x000b9b46 0x1000 + 756550 Thread 1: 0 libSystem.B.dylib 0x9260b68e __semwait_signal + 10 1 libSystem.B.dylib 0x9263636d pthread_cond_wait$UNIX2003 + 73 2 com.apple.WebCore 0x01003bf4 WebCore::IconDatabase::syncThreadMainLoop() + 244 3 com.apple.WebCore 0x01003d05 WebCore::IconDatabase::iconDatabaseSyncThread() + 181 4 libSystem.B.dylib 0x926356f5 _pthread_start + 321 5 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x926044a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9260bc9c mach_msg + 72 2 com.apple.CoreFoundation 0x96c6d0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96c6dcf8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x945c2eca CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x926356f5 _pthread_start + 321 6 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x926545e2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x926356f5 _pthread_start + 321 2 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x92604506 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x9263684f _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x926380d3 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x93d73b1c -[NSCondition waitUntilDate:] + 236 4 com.apple.Foundation 0x93d73930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 5 com.apple.Foundation 0x93d73895 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.AppKit 0x9152a358 -[NSUIHeartBeat _heartBeatThread:] + 753 7 com.apple.Foundation 0x93d2dbad -[NSThread main] + 45 8 com.apple.Foundation 0x93d2d754 __NSThread__main__ + 308 9 libSystem.B.dylib 0x926356f5 _pthread_start + 321 10 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x92634f66 kevent + 10 1 com.apple.Foundation 0x93d2dbad -[NSThread main] + 45 2 com.apple.Foundation 0x93d2d754 __NSThread__main__ + 308 3 libSystem.B.dylib 0x926356f5 _pthread_start + 321 4 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 6: 0 libSystem.B.dylib 0x926044a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9260bc9c mach_msg + 72 2 com.apple.CoreFoundation 0x96c6d0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96c6dcf8 CFRunLoopRunInMode + 88 4 com.apple.Safari 0x00118d4d 0x1000 + 1146189 5 com.apple.Safari 0x00117fd3 0x1000 + 1142739 6 com.apple.Safari 0x00118081 0x1000 + 1142913 7 libSystem.B.dylib 0x926356f5 _pthread_start + 321 8 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 7: 0 libSystem.B.dylib 0x926044a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9260bc9c mach_msg + 72 2 com.apple.CoreFoundation 0x96c6d0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96c6dcf8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x93d91100 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x93d2dbad -[NSThread main] + 45 6 com.apple.Foundation 0x93d2d754 __NSThread__main__ + 308 7 libSystem.B.dylib 0x926356f5 _pthread_start + 321 8 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 8: 0 libSystem.B.dylib 0x9260b68e __semwait_signal + 10 1 libSystem.B.dylib 0x9263636d pthread_cond_wait$UNIX2003 + 73 2 com.apple.ColorSync 0x9389d45c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42 3 com.apple.ColorSync 0x938afd8e CMMConvTask(void*) + 54 4 libSystem.B.dylib 0x926356f5 _pthread_start + 321 5 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 9: 0 libSystem.B.dylib 0x926044a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9260bc9c mach_msg + 72 2 com.apple.CoreFoundation 0x96c6d0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96c6dcf8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x93d62135 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 5 com.apple.Foundation 0x93d6e254 -[NSRunLoop(NSRunLoop) run] + 84 6 com.apple.Safari 0x0005b9e0 0x1000 + 371168 7 com.apple.Foundation 0x93d2dbad -[NSThread main] + 45 8 com.apple.Foundation 0x93d2d754 __NSThread__main__ + 308 9 libSystem.B.dylib 0x926356f5 _pthread_start + 321 10 libSystem.B.dylib 0x926355b2 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x11495480 ebx: 0x00f3144e ecx: 0x11055250 edx: 0x12aa0680 edi: 0x1149ff18 esi: 0x1149ff00 ebp: 0xbfffdc78 esp: 0xbfffdc5c ss: 0x0000001f efl: 0x00010206 eip: 0x00000000 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000000 Binary Images: 0x1000 - 0x1d7fe2 com.apple.Safari 3.2 (5525.26.12) <d72b65c7a19061632ec086246c55372c> /Applications/Safari.app/Contents/MacOS/Safari 0x223000 - 0x224ffc +WebKitNightlyEnabler.dylib ??? (???) <e4e0567344459258d3d1de7e87435c77> /Users/jacob/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib 0x229000 - 0x2f1fff com.apple.WebKit
r38654
(528.5+) <58caf892dedd044b7a0a00097d9d37ef> /Users/jacob/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit 0x37f000 - 0x38eff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI 0x39e000 - 0x4eafef com.apple.JavaScriptCore 528+ (528.5+) <95a88e2f30cd26b0cbda4d84417b8851> /Users/jacob/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x586000 - 0x587ffd +com.1passwd.InputManager 2.8.3.BETA-1 (7201) <da848fcec021b97c1e8b623e135d05c0> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM 0x59e000 - 0x5a0fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x5a9000 - 0x5aeffe +com.macromates.edit_in_textmate ??? (1.0) /Library/InputManagers/Edit in TextMate/Edit in TextMate.bundle/Contents/MacOS/Edit in TextMate 0x800000 - 0x802fff +com.unsanity.menuextraenabler 1.0.3 (1.0.3) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler 0xd88000 - 0x15eafff com.apple.WebCore 528+ (528.5+) <7fc76e3d5b1ba6f0a66a8184717de10a> /Users/jacob/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore 0x1d00000 - 0x1ee8fff com.apple.RawCamera.bundle 2.0.11 (410) <7704cc57f7daceb81672bfdc4434da40> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x1033f000 - 0x10344ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x105fc000 - 0x1067fff2 +com.onepasswd.onepasswdsafaribundle 2.9.5.Beta-1 (7320) <703d19dbbb7c6cab9b9393199661c50d> /Users/jacob/Applications/1Password.app/Contents/Extensions/OnePasswdSafari.bundle/Contents/MacOS/OnePasswdSafari 0x10f42000 - 0x10f42ffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa 0x10f48000 - 0x10f4effd com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x110fc000 - 0x110fdff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld 0x90003000 - 0x90021ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <4b81063df189bc462f012a169474fcbc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x90095000 - 0x9009ffeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x90309000 - 0x903e9fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x903ea000 - 0x903eaffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x903eb000 - 0x90451ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x9045e000 - 0x90afafff com.apple.CoreGraphics 1.351.33 (???) <481a77e81d9e53589a05e80cfa90bbb5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x90afb000 - 0x90afbffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x90b01000 - 0x90f11fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x90f12000 - 0x91219fff com.apple.HIToolbox 1.5.4 (???) <5e2af960b53059c648af4adb99471032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9121a000 - 0x91247feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91248000 - 0x91298ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x9144f000 - 0x9145effe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x9145f000 - 0x9147affb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9147b000 - 0x91480fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x91481000 - 0x91483fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x91484000 - 0x91c81fef com.apple.AppKit 6.5.3 (949.34) <4c7af9b12c894d4a528fda29377f143b> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x91c82000 - 0x91d0cfe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x91d0d000 - 0x91d0dffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x91d0e000 - 0x91d10fff com.apple.CrashReporterSupport 10.5.5 (159) <9a0fe0419410218e5b1a25c08d4531cd> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x91d11000 - 0x91e49ff7 libicucore.A.dylib ??? (???) <3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib 0x91e4a000 - 0x91f4bfef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x91f4c000 - 0x91f53ff7 libCGATS.A.dylib ??? (???) <973c01cc14f3d673270e269ccfaec660> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x91f54000 - 0x92312fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92313000 - 0x9234afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x9234b000 - 0x9238cfe7 libRIP.A.dylib ??? (???) <1f09316e876fe813271bdfb9eb5b229e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x923fb000 - 0x923fffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x92400000 - 0x92546ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x92547000 - 0x925eefeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x925ef000 - 0x925f4fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x925f5000 - 0x925f6ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x925f7000 - 0x925f7ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x925f8000 - 0x92600fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x92601000 - 0x92601fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92602000 - 0x92602ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x92603000 - 0x92763ff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib 0x92764000 - 0x927beff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x927bf000 - 0x9284bff7 com.apple.LaunchServices 290 (290) <61af37aac50984d220dd176f777e3b72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9284c000 - 0x92858ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x929f0000 - 0x92a3afe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x9308d000 - 0x930cbfff libGLImage.dylib ??? (???) <f0fe2252f6b1ca341bc7837fe2dcf11a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x93205000 - 0x93229fff libxslt.1.dylib ??? (???) <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib 0x93287000 - 0x932e0ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x932e1000 - 0x932fffff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib 0x93300000 - 0x93306fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93307000 - 0x93386ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x93395000 - 0x933c0fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x93410000 - 0x93420ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x93421000 - 0x93450fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x93451000 - 0x93490fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x93552000 - 0x935d9ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x935da000 - 0x937a8fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x937ee000 - 0x937eeff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x93862000 - 0x93869fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib 0x9386a000 - 0x93935fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x93937000 - 0x93994ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x93995000 - 0x93a28fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x93a29000 - 0x93a62ffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x93c3d000 - 0x93c55fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93c63000 - 0x93c72fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib 0x93c73000 - 0x93cb5fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x93d23000 - 0x93f9efe7 com.apple.Foundation 6.5.6 (677.21) <5cfa0aa8b9b43193955d601ba6c2591a> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x93f9f000 - 0x9401cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9401d000 - 0x9402bffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x9402c000 - 0x94033ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib 0x940f3000 - 0x941baff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x941bb000 - 0x9429cff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib 0x9429d000 - 0x942a0fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9436b000 - 0x94425fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x94426000 - 0x945a5fff com.apple.AddressBook.framework 4.1.1 (696) <bb7f2d5f0b2d180288cd959cd9ba6c1a> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x945b7000 - 0x9463bfe3 com.apple.CFNetwork 339.5 (339.5) <c6565c13b0356e1d4bb99a68398d558b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9463c000 - 0x94650ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x94651000 - 0x94661fff 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 0x9467f000 - 0x94681ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x956a9000 - 0x95759fff edu.mit.Kerberos 6.0.12 (6.0.12) <da7253e3fb7e47e46cb46d47ed320ffc> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x957b6000 - 0x957ccfe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x957cd000 - 0x95849feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9584a000 - 0x9584aff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9584b000 - 0x9586ffeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib 0x95870000 - 0x958a2fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x958a3000 - 0x959c7fe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x95a6b000 - 0x95a93fff libcups.2.dylib ??? (???) <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib 0x95a94000 - 0x95b0eff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x95b0f000 - 0x95ba2ff3 com.apple.ApplicationServices.ATS 3.4 (???) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x95ba3000 - 0x95f40fe7 com.apple.QuartzCore 1.5.5 (1.5.5) <82435993614a3fff1236be18f82188bf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x95f41000 - 0x95f4dff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x95f4e000 - 0x95fd9fff com.apple.framework.IOKit 1.5.1 (???) <324526f69e1443f2f9fb722cc88a23ec> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x95fda000 - 0x964abf3e libGLProgrammability.dylib ??? (???) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x964ac000 - 0x96786ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x9678c000 - 0x967d5fef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x96b11000 - 0x96b47fef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib 0x96b48000 - 0x96bfaffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib 0x96bfb000 - 0x96d2dfff com.apple.CoreFoundation 6.5.4 (476.15) <e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x96d7e000 - 0x96ddaff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x96ddb000 - 0x96dfaffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x96dfb000 - 0x96dfbffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x96dfc000 - 0x96e36fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x96e37000 - 0x96e5fff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x96e60000 - 0x96f45ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x96f46000 - 0x96f4ffff 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 0x96f50000 - 0x96f5dfe7 com.apple.opengl 1.5.7 (1.5.7) <db835aeb1ffca9f5b5647dd0829a5b2c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x96f5e000 - 0x96f62fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x96f63000 - 0x96f79fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9706f000 - 0x9707afe7 libCSync.A.dylib ??? (???) <86d2f2e167ba6f74f45a186f5c7f8980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Attachments
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2008-11-29 13:21:53 PST
Closing as a duplicate of the newer
bug 22454
because that one has a patch attached to it. Sorry about not noticing this one. *** This bug has been marked as a duplicate of
22454
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug