<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>17695</bug_id>
          
          <creation_ts>2008-03-06 08:03:23 -0800</creation_ts>
          <short_desc>hit HTMLTokenizer::addAttribute assert</short_desc>
          <delta_ts>2008-03-06 10:11:38 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>13942</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>72913</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-03-06 08:03:23 -0800</bug_when>
    <thetext>hit HTMLTokenizer::addAttribute assert on internal company page

If I could actually remember which page I hit this on, I would make a reduction.

        ASSERT(!attrName.contains(&apos;/&apos;));

Process:         Safari [35802]
Path:            /Applications/Safari.app/Contents/MacOS/Safari
Identifier:      com.apple.Safari
Version:         3.0.4 (5523.15)
Build Info:      WebBrowser-55231500~3
Code Type:       X86 (Native)
Parent Process:  perl [35799]

Date/Time:       2008-03-05 15:40:57.784 -0800
OS Version:      Mac OS X 10.5.2 (9C31)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.WebCore             	0x01d8a9f4 WebCore::Token::addAttribute(WebCore::Document*, WebCore::AtomicString&amp;, WebCore::AtomicString const&amp;, bool) + 112 (HTMLTokenizer.cpp:137)
1   com.apple.WebCore             	0x01d86c71 WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&amp;, WebCore::HTMLTokenizer::State) + 4425 (HTMLTokenizer.cpp:1363)
2   com.apple.WebCore             	0x01d87ea1 WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&amp;, bool) + 1295 (HTMLTokenizer.cpp:1697)
3   com.apple.WebCore             	0x01cfb9a2 WebCore::FrameLoader::write(char const*, int, bool) + 956 (FrameLoader.cpp:1001)
4   com.apple.WebCore             	0x01cfbad6 WebCore::FrameLoader::addData(char const*, int) + 278 (FrameLoader.cpp:1748)
5   com.apple.WebCore             	0x020e19bc -[WebCoreFrameBridge addData:] + 148 (WebCoreFrameBridge.mm:296)
6   com.apple.WebCore             	0x020e65dc -[WebCoreFrameBridge receivedData:textEncodingName:] + 252 (WebCoreFrameBridge.mm:1188)
7   com.apple.WebKit              	0x001bec1e -[WebHTMLRepresentation receivedData:withDataSource:] + 200 (WebHTMLRepresentation.mm:175)
8   com.apple.WebKit              	0x0019bcd8 -[WebDataSource(WebInternal) _receivedData:] + 90 (WebDataSource.mm:197)
9   com.apple.WebKit              	0x001b03b8 WebFrameLoaderClient::committedLoad(WebCore::DocumentLoader*, char const*, int) + 128 (WebFrameLoaderClient.mm:710)
10  com.apple.WebCore             	0x01cf6d75 WebCore::FrameLoader::committedLoad(WebCore::DocumentLoader*, char const*, int) + 53 (FrameLoader.cpp:3230)
11  com.apple.WebCore             	0x01c98995 WebCore::DocumentLoader::commitLoad(char const*, int) + 87 (DocumentLoader.cpp:354)
12  com.apple.WebCore             	0x01c98bb4 WebCore::DocumentLoader::receivedData(char const*, int) + 76 (DocumentLoader.cpp:367)
13  com.apple.WebCore             	0x01cf6581 WebCore::FrameLoader::receivedData(char const*, int) + 41 (FrameLoader.cpp:2195)
14  com.apple.WebCore             	0x01ecf7e0 WebCore::MainResourceLoader::addData(char const*, int, bool) + 80 (MainResourceLoader.cpp:139)
15  com.apple.WebCore             	0x01fc61d5 WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 83 (ResourceLoader.cpp:240)
16  com.apple.WebCore             	0x01ecfaee WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool) + 282 (MainResourceLoader.cpp:299)
17  com.apple.WebCore             	0x01fc5dac WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 62 (ResourceLoader.cpp:368)
18  com.apple.WebCore             	0x01fc3441 -[WebCoreResourceHandleAsDelegate connection:didReceiveData:lengthReceived:] + 201 (ResourceHandleMac.mm:502)
19  com.apple.Foundation          	0x964253b7 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidReceiveData:originalLength:] + 119
20  com.apple.Foundation          	0x9642531e _NSURLConnectionDidReceiveData + 94
21  com.apple.CFNetwork           	0x935d90af sendDidReceiveDataCallback + 518
22  com.apple.CFNetwork           	0x935d676d _CFURLConnectionSendCallbacks + 1559
23  com.apple.CFNetwork           	0x935d60d9 muxerSourcePerform + 283
24  com.apple.CoreFoundation      	0x9350562e CFRunLoopRunSpecific + 3166
25  com.apple.CoreFoundation      	0x93505d18 CFRunLoopRunInMode + 88
26  com.apple.HIToolbox           	0x93c306a0 RunCurrentEventLoopInMode + 283
27  com.apple.HIToolbox           	0x93c304b9 ReceiveNextEventCommon + 374
28  com.apple.HIToolbox           	0x93c3032d BlockUntilNextEventMatchingListInMode + 106
29  com.apple.AppKit              	0x918db7d9 _DPSNextEvent + 657
30  com.apple.AppKit              	0x918db08e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
31  com.apple.Safari              	0x0000997e 0x1000 + 35198
32  com.apple.AppKit              	0x918d40c5 -[NSApplication run] + 795
33  com.apple.AppKit              	0x918a130a NSApplicationMain + 574
34  com.apple.Safari              	0x00002456 0x1000 + 5206

Thread 1:
0   libSystem.B.dylib             	0x945fdbce __semwait_signal + 10
1   libSystem.B.dylib             	0x946288cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x004c9285 WTF::ThreadCondition::wait(WTF::Mutex&amp;) + 39 (ThreadingPthreads.cpp:182)
3   com.apple.WebCore             	0x01d98a21 WebCore::IconDatabase::syncThreadMainLoop() + 641 (IconDatabase.cpp:1312)
4   com.apple.WebCore             	0x01d9a228 WebCore::IconDatabase::iconDatabaseSyncThread() + 1198 (IconDatabase.cpp:1014)
5   com.apple.WebCore             	0x01d9a257 WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 23 (IconDatabase.cpp:918)
6   libSystem.B.dylib             	0x94627c55 _pthread_start + 321
7   libSystem.B.dylib             	0x94627b12 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x945f69e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x945fe1dc mach_msg + 72
2   com.apple.CoreFoundation      	0x935050de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x93505d18 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x935d16cc CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x94627c55 _pthread_start + 321
6   libSystem.B.dylib             	0x94627b12 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x945f69e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x945fe1dc mach_msg + 72
2   com.apple.CoreFoundation      	0x935050de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x93505d18 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x96423ac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x963c05ad -[NSThread main] + 45
6   com.apple.Foundation          	0x963c0154 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x94627c55 _pthread_start + 321
8   libSystem.B.dylib             	0x94627b12 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x94646b3a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x94627c55 _pthread_start + 321
2   libSystem.B.dylib             	0x94627b12 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xbbadbeef  ebx: 0x01d8a991  ecx: 0x00000000  edx: 0x00000000
  edi: 0x03ce5a14  esi: 0x03c09400  ebp: 0xbfffd6c8  esp: 0xbfffd680
   ss: 0x0000001f  efl: 0x00010286  eip: 0x01d8a9f4   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0xbbadbeef

Binary Images:
    0x1000 -   0x12efff  com.apple.Safari 3.0.4 (5523.15) &lt;5d4eed758cf1ec66313f0ef39feb80dc&gt; /Applications/Safari.app/Contents/MacOS/Safari
  0x176000 -   0x275fe3  com.apple.WebKit 526+ (526+) &lt;8269cf643476e983f8e063fb7ec20a83&gt; /Users/eseidel/Projects/build/Debug/WebKit.framework/Versions/A/WebKit
  0x400000 -   0x40eff8  SyndicationUI ??? (???) &lt;ea1ecc2dfe3e87726e40859919e33733&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x41d000 -   0x4eafe7  com.apple.JavaScriptCore 526+ (526+) &lt;d733c82bc7654c2a134678d3867b0e1f&gt; /Users/eseidel/Projects/build/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x800000 -   0x8eefef  com.apple.RawCamera.bundle 2.0.2 (2.0.2) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  0x948000 -   0x94dff3  libCGXCoreImage.A.dylib ??? (???) &lt;978986709159e5fe9e094df5efddac1d&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
 0x1b47000 -  0x24c3ff2  com.apple.WebCore 526+ (526+) &lt;499f5156e8d1cbf8af77be4f88e7dec1&gt; /Users/eseidel/Projects/build/Debug/WebCore.framework/Versions/A/WebCore
0x1956c000 - 0x19571fff  com.apple.DictionaryServiceComponent 1.1 (1.1) &lt;8edc1180f52db18e9ddfb4e95debe61b&gt; /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x195fb000 - 0x1966cfff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x19b3d000 - 0x19b3dffe  com.apple.JavaPluginCocoa 12.0.0 (12.0.0) &lt;02a9f23a8bfc902c32ac0adfb66d6816&gt; /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x19bad000 - 0x19bb4ffd  com.apple.JavaVM 12.0.2 (12.0.2) &lt;44b9536fe4d7c7fcb3506adb695a180f&gt; /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) &lt;7af47d3b00b2268947563c7fa8c59a07&gt; /usr/lib/dyld
0x90003000 - 0x9007dff8  com.apple.print.framework.PrintCore 5.5.2 (245.1) &lt;3c9de512e95fbd838694ee5008d56a28&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90082000 - 0x90082fff  com.apple.Carbon 136 (136) &lt;98a5e3bc0c4fa44bbb09713bb88707fe&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x90083000 - 0x90083ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90164000 - 0x9022ffff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90499000 - 0x904a8ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) &lt;eac1c7b7c07ed3148c85934b6f656308&gt; /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x904bd000 - 0x904c2fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x904c3000 - 0x90561fef  com.apple.QuickTimeImporters.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x90562000 - 0x914e9fea  com.apple.QuickTimeComponents.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x91528000 - 0x91529ffc  libffi.dylib ??? (???) &lt;a3b573eb950ca583290f7b2b4c486d09&gt; /usr/lib/libffi.dylib
0x9152a000 - 0x9152affc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9152b000 - 0x9162cfff  com.apple.PubSub 1.0.2 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x9162d000 - 0x916f4ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91744000 - 0x91755ffe  com.apple.CFOpenDirectory 10.5 (10.5) &lt;6a7f55108d77db7384d0e2219d07e9f8&gt; /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x91756000 - 0x91762ff5  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9189b000 - 0x92098fef  com.apple.AppKit 6.5.2 (949.26) &lt;bc4593edd8a224409fb6953a354505a0&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92099000 - 0x92217fff  com.apple.AddressBook.framework 4.1 (687.1) &lt;b2f2f2c925eb080e53b841014e4f9a7c&gt; /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x92218000 - 0x92255ff7  libGLImage.dylib ??? (???) &lt;202d73e6a4688fc06ff11b71910c2ce7&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92256000 - 0x922b3ffb  libstdc++.6.dylib ??? (???) &lt;04b812dcec670daa8b7d2852ab14be60&gt; /usr/lib/libstdc++.6.dylib
0x922b4000 - 0x922dcff7  com.apple.shortcut 1 (1.0) &lt;057783867138902b52bc0941fedb74d1&gt; /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x922dd000 - 0x92337ff7  com.apple.CoreText 2.0.1 (???) &lt;07494945ad1e3f5395599f42748457cc&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92369000 - 0x9236dfff  libGIF.dylib ??? (???) &lt;d4234e6f5e5f530bdafb969157f1f17b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9236e000 - 0x9237cffd  libz.1.dylib ??? (???) &lt;5ddd8539ae2ebfd8e7cc1c57525385c7&gt; /usr/lib/libz.1.dylib
0x9237d000 - 0x923cdff7  com.apple.HIServices 1.7.0 (???) &lt;f7e78891a6d08265c83dca8e378be1ea&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x923ce000 - 0x92a67fff  com.apple.CoreGraphics 1.351.21 (???) &lt;6c93fd21149f389129fe47fa6ef71880&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92a68000 - 0x92a6aff5  libRadiance.dylib ??? (???) &lt;20eadb285da83df96c795c2c5fa20590&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92bc4000 - 0x92bcffe7  libCSync.A.dylib ??? (???) &lt;df82fc093e498a9eb5490761cb292218&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92bfb000 - 0x92cdcff7  libxml2.2.dylib ??? (???) &lt;450ec38b57fb46013847cce851001a2f&gt; /usr/lib/libxml2.2.dylib
0x92cdd000 - 0x92cf8ffb  libPng.dylib ??? (???) &lt;b6abcac36ec7654ff3e1cfa786b0117b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92cf9000 - 0x92d09ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) &lt;cbeb17ab39f28351fe2ab5b82bf465bc&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92d0a000 - 0x92de9fff  libobjc.A.dylib ??? (???) &lt;a53206274b6c2d42691f677863f379ae&gt; /usr/lib/libobjc.A.dylib
0x92df8000 - 0x92e03ff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x92e04000 - 0x92e90ff7  com.apple.LaunchServices 286.5 (286.5) &lt;33c3ae54abb276b61a99d4c764d883e2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92ea9000 - 0x92eb1fff  com.apple.DiskArbitration 2.2.1 (2.2.1) &lt;75b0c8d8940a8a27816961dddcac8e0f&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x92eb2000 - 0x92ed0fff  libresolv.9.dylib ??? (???) &lt;0629b6dcd71f4aac6a891cbe26253e85&gt; /usr/lib/libresolv.9.dylib
0x92ed1000 - 0x92ed1ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x92ed2000 - 0x92ed2ff8  com.apple.Cocoa 6.5 (???) &lt;e064f94d969ce25cb7de3cfb980c3249&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x92ed3000 - 0x92edafe9  libgcc_s.1.dylib ??? (???) &lt;f53c808e87d1184c0f9df63aef53ce0b&gt; /usr/lib/libgcc_s.1.dylib
0x92edb000 - 0x931b4ff3  com.apple.CoreServices.CarbonCore 785.8 (785.8) &lt;827c228e7d717b397cdb4941eba69553&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x931c1000 - 0x931c5fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x93382000 - 0x933bbffe  com.apple.securityfoundation 3.0 (32989) &lt;e9171eda22c69c884a04a001aeb526e0&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x933bc000 - 0x933bffff  com.apple.help 1.1 (36) &lt;b507b08e484cb89033e9cf23062d77de&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x933c0000 - 0x9343fff5  com.apple.SearchKit 1.2.0 (1.2.0) &lt;277b460da86bc222785159fe77e2e2ed&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93440000 - 0x93490feb  com.apple.framework.familycontrols 1.0.2 (1.0.2) &lt;41191d08725b27c8480cd7e90fd73ee8&gt; /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93491000 - 0x93491ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x93493000 - 0x935c5fef  com.apple.CoreFoundation 6.5.1 (476.10) &lt;d5bed2688a5eea11a6dc3a3c5c17030e&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x935c6000 - 0x9363dfe3  com.apple.CFNetwork 221.5 (221.5) &lt;5474cdd7d2a8b2e8059de249c702df9e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9363e000 - 0x93645ff7  libCGATS.A.dylib ??? (???) &lt;9b29a5500efe01cc3adea67bbc42568e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93646000 - 0x93673feb  libvDSP.dylib ??? (???) &lt;b232c018ddd040ec4e2c2af632dd497f&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9367e000 - 0x936bffe7  libRIP.A.dylib ??? (???) &lt;9d42e83d860433f9126c4871d1fe0ce8&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x936c0000 - 0x93b8cffe  libGLProgrammability.dylib ??? (???) &lt;e8bc0af671427cf2b6279a035805a086&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x93c00000 - 0x93f08fff  com.apple.HIToolbox 1.5.2 (???) &lt;7449d6f2da33ded6936243a92e307459&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93f09000 - 0x93f9cff3  com.apple.ApplicationServices.ATS 3.2 (???) &lt;cdf31bd0ac7de54a35ee2d27cf86b6be&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x944e4000 - 0x94594fff  edu.mit.Kerberos 6.0.12 (6.0.12) &lt;9e98dfb4cde8b0510fdd972dc9fa1dc9&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x945f0000 - 0x945f5fff  com.apple.CommonPanels 1.2.4 (85) &lt;ea0665f57cd267609466ed8b2b20e893&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x945f6000 - 0x94755ff3  libSystem.B.dylib ??? (???) &lt;4899376234e55593b22fc370935f8cdf&gt; /usr/lib/libSystem.B.dylib
0x9486d000 - 0x94871fff  com.apple.OpenDirectory 10.5 (10.5) &lt;e7e4507f5ecd8c8cdcdb2fc0675da0b4&gt; /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x94872000 - 0x94996fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94997000 - 0x94a49ffb  libcrypto.0.9.7.dylib ??? (???) &lt;330b0e48e67faffc8c22dfc069ca7a47&gt; /usr/lib/libcrypto.0.9.7.dylib
0x94a4a000 - 0x94a94fe1  com.apple.securityinterface 3.0 (32532) &lt;f521dae416ce7a3bdd594b0d4e2fb517&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94a95000 - 0x94a95ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94a96000 - 0x94daafe2  com.apple.QuickTime 7.4.1 (14) &lt;1a4838d29e0804a2a102f03c053600f0&gt; /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94dab000 - 0x94e28fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94f1e000 - 0x94f60fef  com.apple.NavigationServices 3.5.1 (161) &lt;cc6bd78eabf1e2e7166914e9f12f5850&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94f61000 - 0x94f61ff8  com.apple.ApplicationServices 34 (34) &lt;8f910fa65f01d401ad8d04cc933cf887&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94f62000 - 0x94fa6feb  com.apple.DirectoryService.PasswordServerFramework 3.0.2 (3.0.2) &lt;cded450287baf9b5de8856b540653322&gt; /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x94fa7000 - 0x95030fe3  com.apple.DesktopServices 1.4.5 (1.4.5) &lt;8b264cd6abbbd750928c637e1247269d&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95037000 - 0x9509cffb  com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9509d000 - 0x95128fff  com.apple.framework.IOKit 1.5.1 (???) &lt;a17f9f5ea7e8016a467e67349f4d3d03&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95129000 - 0x9514dfff  libxslt.1.dylib ??? (???) &lt;4933ddc7f6618743197aadc85b33b5ab&gt; /usr/lib/libxslt.1.dylib
0x9514e000 - 0x95286ff7  libicucore.A.dylib ??? (???) &lt;afcea652ff2ec36885b2c81c57d06d4c&gt; /usr/lib/libicucore.A.dylib
0x95287000 - 0x953ccff7  com.apple.ImageIO.framework 2.0.1 (2.0.1) &lt;68ba11e689a9ca30f8310935cd1e02d6&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x953cd000 - 0x95404fff  com.apple.SystemConfiguration 1.9.1 (1.9.1) &lt;8a76e429301afe4eba1330bfeaabd9f2&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x95405000 - 0x95429feb  libssl.0.9.7.dylib ??? (???) &lt;acee7fc534674498dcac211318aa23e8&gt; /usr/lib/libssl.0.9.7.dylib
0x9542a000 - 0x95449ffa  libJPEG.dylib ??? (???) &lt;0cfb80109d624beb9ceb3c43b6c5ec10&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9544a000 - 0x9545afff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) &lt;4ffef145fad3d4d787e0c33eab26b336&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95524000 - 0x9552dfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) &lt;d3180f9edbd9a5e6f283d6156aa3c602&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9552e000 - 0x9556dfef  libTIFF.dylib ??? (???) &lt;6d0f80e9d4d81f3f64c876aca005bd53&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9556e000 - 0x95653ff3  com.apple.CoreData 100.1 (186) &lt;8e28162ef2288692615b52acc01f8b54&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95654000 - 0x9581fff7  com.apple.security 5.0.2 (33001) &lt;0788969ffe7961153219be10786da436&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
0x95820000 - 0x95865fef  com.apple.Metadata 10.5.2 (398.7) &lt;73a6424c06effc474e699cde6883de99&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x95866000 - 0x95920fe3  com.apple.CoreServices.OSServices 224.4 (224.4) &lt;ff5007ab220908ac54b6c661e447d593&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95921000 - 0x95939fff  com.apple.openscripting 1.2.6 (???) &lt;b8e553df643f2aec68fa968b3b459b2b&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95a0e000 - 0x95a18feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) &lt;0f2ba6e891d3761212cf5a5e6134d683&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x95a19000 - 0x95a48fe3  com.apple.AE 402.2 (402.2) &lt;e01596187e91af5d48653920017b8c8e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95a49000 - 0x95a56fe7  com.apple.opengl 1.5.5 (1.5.5) &lt;aa08b52d2a84b44dc6ee5d544a53fe8a&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x95b1f000 - 0x95b78fff  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95bcc000 - 0x95c53ff7  libsqlite3.0.dylib ??? (???) &lt;6978bbcca4277d6ae9f042beff643f7d&gt; /usr/lib/libsqlite3.0.dylib
0x95c54000 - 0x95c63fff  libsasl2.2.dylib ??? (???) &lt;b9e1ca0b6612e280b6cbea6df0eec5f6&gt; /usr/lib/libsasl2.2.dylib
0x95cf7000 - 0x95d29fff  com.apple.LDAPFramework 1.4.3 (106) &lt;3a5c9df6032143cd6bc2658a9d328d8e&gt; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95d2a000 - 0x95d48ff3  com.apple.DirectoryService.Framework 3.5.1 (3.5.1) &lt;96407dca4d6b1d10ae5ca1881e31b27a&gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x95d49000 - 0x95ddcfff  com.apple.ink.framework 101.3 (86) &lt;bf3fa8927b4b8baae92381a976fd2079&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95ddd000 - 0x95de4fff  com.apple.agl 3.0.9 (AGL-3.0.9) &lt;7dac4a7cb0de2f6d08ae71c1249379e3&gt; /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x95de5000 - 0x95e1ffff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95e52000 - 0x95e54fff  com.apple.CrashReporterSupport 10.5.0 (156) &lt;3088b785b10d03504ed02f3fee5d3aab&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x95e55000 - 0x961ebff7  com.apple.QuartzCore 1.5.1 (1.5.1) &lt;665c80f6e28555b303020c8007c36b8b&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x961ec000 - 0x96248ff7  com.apple.htmlrendering 68 (1.1.3) &lt;fe87a9dede38db00e6c8949942c6bd4f&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96249000 - 0x96250ffe  libbsm.dylib ??? (???) &lt;d25c63378a5029648ffd4b4669be31bf&gt; /usr/lib/libbsm.dylib
0x96251000 - 0x96257fff  com.apple.print.framework.Print 218.0.2 (220.1) &lt;8bf7ef71216376d12fcd5ec17e43742c&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96258000 - 0x9628efef  libtidy.A.dylib ??? (???) &lt;e4d3e7399fb83d7f145f9b4ec8196242&gt; /usr/lib/libtidy.A.dylib
0x96290000 - 0x96337feb  com.apple.QD 3.11.52 (???) &lt;c72bd7bd2ce12694c3640a731d1ad878&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96338000 - 0x963b4feb  com.apple.audio.CoreAudio 3.1.0 (3.1) &lt;70bb7c657061631491029a61babe0b26&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x963b5000 - 0x963b5ffa  com.apple.CoreServices 32 (32) &lt;2fcc8f3bd5bbfc000b476cad8e6a3dd2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x963b6000 - 0x96630fe7  com.apple.Foundation 6.5.4 (677.15) &lt;6216196287f98a65ddb654d04d773e7b&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96631000 - 0x96657fff  libcups.2.dylib ??? (???) &lt;85ce204da14d62d6a3a5a9adfba01455&gt; /usr/lib/libcups.2.dylib
0x96658000 - 0x96a68fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96a69000 - 0x96a94fe7  libauto.dylib ??? (???) &lt;42d8422dc23a18071869fdf7b5d8fab5&gt; /usr/lib/libauto.dylib
0x96a95000 - 0x96aa9ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96afa000 - 0x96b10fff  com.apple.DictionaryServices 1.0.0 (1.0.0) &lt;ad0aa0252e3323d182e17f50defe56fc&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96b11000 - 0x96b27fe7  com.apple.CoreVideo 1.5.0 (1.5.0) &lt;7e010557527a0e6d49147c297d16850a&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96b28000 - 0x96ee6fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96ee7000 - 0x96ee9fff  com.apple.securityhi 3.0 (30817) &lt;2b2854123fed609d1820d2779e2e0963&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>72918</commentid>
    <comment_count>1</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-03-06 10:11:38 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 13942 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>