[Webkit-unassigned] [Bug 6974] New: REGRESSION: Assertion fails (m_multiple) in HTMLSelectElementImpl::selectedIndex

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jan 31 10:26:46 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6974

           Summary: REGRESSION: Assertion fails (m_multiple) in
                    HTMLSelectElementImpl::selectedIndex
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://bugzilla.opendarwin.org/enter_bug.cgi?product=Web
                    Kit
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P1
         Component: HTML Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: sullivan at apple.com


This assertion fires when trying to visit the page from which new WebKit bugs
are entered. D'oh!

To reproduce: go to http://bugzilla.opendarwin.org/enter_bug.cgi?product=WebKit

Crash log:

Date/Time:      2006-01-31 10:22:42.355 -0800
OS Version:     10.4.4 (Build 8G32)
Report Version: 3

Command: Safari
Path:   
/Volumes/Big/johnsullivan/symroots/Development/Safari.app/Contents/MacOS/Safari
Parent:  WindowServer [8296]

Version: 2.0.1 (420+)

PID:    21227
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xbbadbeef

Thread 0 Crashed:
0   com.apple.WebCore           0x01ed8b54
WebCore::HTMLSelectElementImpl::selectedIndex() const + 312
(HTMLSelectElementImpl.cpp:97)
1   com.apple.WebCore           0x01d436b8
KJS::HTMLElement::selectGetter(KJS::ExecState*, int) const + 296
(kjs_html.cpp:1513)
2   com.apple.WebCore           0x01d40fe8
KJS::HTMLElement::getValueProperty(KJS::ExecState*, int) const + 1540
(kjs_html.cpp:2196)
3   com.apple.WebCore           0x020e08a4 KJS::JSValue*
KJS::staticValueGetter<KJS::HTMLElement>(KJS::ExecState*, KJS::JSObject*,
KJS::Identifier const&, KJS::PropertySlot const&) + 92 (lookup.h:147)
4   com.apple.JavaScriptCore    0x01687bd0
KJS::PropertySlot::getValue(KJS::ExecState*, KJS::JSObject*, KJS::Identifier
const&) const + 108 (property_slot.h:45)
5   com.apple.JavaScriptCore    0x0161907c KJS::JSObject::get(KJS::ExecState*,
KJS::Identifier const&) const + 84 (object.cpp:156)
6   com.apple.JavaScriptCore    0x0160a64c
KJS::DotAccessorNode::evaluate(KJS::ExecState*) + 216 (nodes.cpp:435)
7   com.apple.JavaScriptCore    0x01613240
KJS::AssignResolveNode::evaluate(KJS::ExecState*) + 448 (nodes.cpp:1319)
8   com.apple.JavaScriptCore    0x01608d5c
KJS::ExprStatementNode::execute(KJS::ExecState*) + 220 (nodes.cpp:1611)
9   com.apple.JavaScriptCore    0x01607ac4
KJS::SourceElementsNode::execute(KJS::ExecState*) + 280 (nodes.cpp:2335)
10  com.apple.JavaScriptCore    0x0160646c
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1588)
11  com.apple.JavaScriptCore    0x0160efac
KJS::IfNode::execute(KJS::ExecState*) + 500 (nodes.cpp:1630)
12  com.apple.JavaScriptCore    0x01607c14
KJS::SourceElementsNode::execute(KJS::ExecState*) + 616 (nodes.cpp:2341)
13  com.apple.JavaScriptCore    0x0160646c
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1588)
14  com.apple.JavaScriptCore    0x015ee5a8
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 92 (function.cpp:339)
15  com.apple.JavaScriptCore    0x015edca4
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 700 (function.cpp:110)
16  com.apple.JavaScriptCore    0x0161a034 KJS::JSObject::call(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 288 (object.cpp:96)
17  com.apple.JavaScriptCore    0x016119e4
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 820 (nodes.cpp:570)
18  com.apple.JavaScriptCore    0x01608d5c
KJS::ExprStatementNode::execute(KJS::ExecState*) + 220 (nodes.cpp:1611)
19  com.apple.JavaScriptCore    0x01607ac4
KJS::SourceElementsNode::execute(KJS::ExecState*) + 280 (nodes.cpp:2335)
20  com.apple.JavaScriptCore    0x0160646c
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1588)
21  com.apple.JavaScriptCore    0x015ee5a8
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 92 (function.cpp:339)
22  com.apple.JavaScriptCore    0x015edca4
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 700 (function.cpp:110)
23  com.apple.JavaScriptCore    0x0161a034 KJS::JSObject::call(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 288 (object.cpp:96)
24  com.apple.WebCore           0x01d2d950
KJS::JSAbstractEventListener::handleEvent(WebCore::EventImpl*, bool) + 780
(kjs_events.cpp:108)
25  com.apple.WebCore           0x01d15efc
WebCore::EventListener::handleEventImpl(WebCore::EventImpl*, bool) + 72
(dom2_events.cpp:48)
26  com.apple.WebCore           0x01f14b34
WebCore::DocumentImpl::defaultEventHandler(WebCore::EventImpl*) + 192
(DocumentImpl.cpp:2200)
27  com.apple.WebCore           0x01f26234
WebCore::NodeImpl::dispatchWindowEvent(WebCore::AtomicString const&, bool,
bool) + 528 (NodeImpl.cpp:628)
28  com.apple.WebCore           0x01f18628
WebCore::DocumentImpl::implicitClose() + 832 (DocumentImpl.cpp:1198)
29  com.apple.WebCore           0x01ee8eb8 WebCore::Frame::checkEmitLoadEvent()
+ 808 (Frame.cpp:1041)
30  com.apple.WebCore           0x01ee90cc WebCore::Frame::checkCompleted() +
512 (Frame.cpp:991)
31  com.apple.WebCore           0x01eea4ac
WebCore::Frame::slotFinishedParsing() + 112 (Frame.cpp:938)
32  com.apple.WebCore           0x01dcdc08 KWQSlot::call() const + 412
(KWQSlot.cpp:171)
33  com.apple.WebCore           0x01dcd64c KWQSignal::call() const + 216
(KWQSignal.cpp:87)
34  com.apple.WebCore           0x01dcdb80 KWQSlot::call() const + 276
(KWQSlot.cpp:167)
35  com.apple.WebCore           0x01dcd64c KWQSignal::call() const + 216
(KWQSignal.cpp:87)
36  com.apple.WebCore           0x01dc4f64
WebCore::Tokenizer::finishedParsing() + 40 (xml_tokenizer.cpp:67)
37  com.apple.WebCore           0x01d9db2c WebCore::HTMLTokenizer::end() + 396
(htmltokenizer.cpp:1598)
38  com.apple.WebCore           0x01d9dfbc WebCore::HTMLTokenizer::finish() +
1148 (htmltokenizer.cpp:1636)
39  com.apple.WebCore           0x01f0d4d4
WebCore::DocumentImpl::finishParsing() + 84 (DocumentImpl.cpp:1331)
40  com.apple.WebCore           0x01ee92b4 WebCore::Frame::endIfNotLoading() +
244 (Frame.cpp:879)
41  com.apple.WebCore           0x01ee9308 WebCore::Frame::end() + 52
(Frame.cpp:868)
42  com.apple.WebCore           0x01f3065c -[WebCoreFrameBridge end] + 72
(WebCoreFrameBridge.mm:756)
43  com.apple.WebKit            0x01257050 -[WebDataSource(WebPrivate)
_finishedLoading] + 204 (WebDataSource.m:789)
44  com.apple.WebKit            0x01293b2c -[WebMainResourceLoader
didFinishLoading] + 560 (WebMainResourceLoader.m:395)
45  com.apple.WebKit            0x01251b0c -[WebLoader
connectionDidFinishLoading:] + 184 (WebLoader.m:663)
46  com.apple.Foundation        0x92918cdc
-[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
47  com.apple.Foundation        0x92916f48
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
48  com.apple.Foundation        0x92916ca0 _sendCallbacks + 156
49  com.apple.CoreFoundation    0x9075da68 __CFRunLoopDoSources0 + 384
50  com.apple.CoreFoundation    0x9075cf98 __CFRunLoopRun + 452
51  com.apple.CoreFoundation    0x9075ca18 CFRunLoopRunSpecific + 268
52  com.apple.HIToolbox         0x9318e1e0 RunCurrentEventLoopInMode + 264
53  com.apple.HIToolbox         0x9318d7ec ReceiveNextEventCommon + 244
54  com.apple.HIToolbox         0x9318d6e0
BlockUntilNextEventMatchingListInMode + 96
55  com.apple.AppKit            0x9dad31ac _DPSNextEvent + 528
(CGDPSReplacement.m:391)
56  com.apple.AppKit            0x9dad2d08 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (NSApplication.m:3706)
57  com.apple.Safari            0x000308e8 -[BrowserApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 296
(BrowserApplication.m:152)
58  com.apple.AppKit            0x9dacdbf8 -[NSApplication run] + 628
(NSApplication.m:2590)
59  com.apple.AppKit            0x9dc22ca8 NSApplicationMain + 564
(NSApplication.m:6358)
60  com.apple.Safari            0x000f9314 main + 160 (main.m:23)
61  com.apple.Safari            0x00002750 _start + 340 (crt.c:272)
62  com.apple.Safari            0x000025f8 start + 60

Thread 1:
0   libSystem.B.dylib           0x9000b208 mach_msg_trap + 8
1   libSystem.B.dylib           0x9000b15c mach_msg + 60
2   com.apple.CoreFoundation    0x9075d114 __CFRunLoopRun + 832
3   com.apple.CoreFoundation    0x9075ca18 CFRunLoopRunSpecific + 268
4   com.apple.Foundation        0x928f5664 -[NSRunLoop runMode:beforeDate:] +
172
5   com.apple.Foundation        0x928f559c -[NSRunLoop run] + 76
6   com.apple.WebKit            0x012c4458 +[WebFileDatabase _syncLoop:] + 420
(WebFileDatabase.m:291)
7   com.apple.Foundation        0x928e66d4 forkThreadForFunction + 108
8   libSystem.B.dylib           0x9002b200 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib           0x9000b208 mach_msg_trap + 8
1   libSystem.B.dylib           0x9000b15c mach_msg + 60
2   com.apple.CoreFoundation    0x9075d114 __CFRunLoopRun + 832
3   com.apple.CoreFoundation    0x9075ca18 CFRunLoopRunSpecific + 268
4   com.apple.Foundation        0x9290db9c
+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
5   com.apple.Foundation        0x928e66d4 forkThreadForFunction + 108
6   libSystem.B.dylib           0x9002b200 _pthread_body + 96

Thread 3:
0   libSystem.B.dylib           0x9000b208 mach_msg_trap + 8
1   libSystem.B.dylib           0x9000b15c mach_msg + 60
2   com.apple.CoreFoundation    0x9075d114 __CFRunLoopRun + 832
3   com.apple.CoreFoundation    0x9075ca18 CFRunLoopRunSpecific + 268
4   com.apple.Foundation        0x9290ecdc +[NSURLCache _diskCacheSyncLoop:] +
152
5   com.apple.Foundation        0x928e66d4 forkThreadForFunction + 108
6   libSystem.B.dylib           0x9002b200 _pthread_body + 96

Thread 4:
0   libSystem.B.dylib           0x9002b8a8 semaphore_wait_signal_trap + 8
1   libSystem.B.dylib           0x9003001c pthread_cond_wait + 488
2   com.apple.Foundation        0x928ed840 -[NSConditionLock
lockWhenCondition:] + 68
3   com.apple.Syndication       0x99d9850c -[AsyncDB _run:] + 192
4   com.apple.Foundation        0x928e66d4 forkThreadForFunction + 108
5   libSystem.B.dylib           0x9002b200 _pthread_body + 96

Thread 5:
0   libSystem.B.dylib           0x9001f20c select + 12
1   com.apple.CoreFoundation    0x9076f9a8 __CFSocketManager + 472
2   libSystem.B.dylib           0x9002b200 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x0000000001ed8b54 srr1: 0x100000000200f030                       
vrsave: 0x0000000000000000
    cr: 0x24002414          xer: 0x0000000020000000   lr: 0x0000000001ed8b48 
ctr: 0x0000000090001350
    r0: 0x0000000000000000   r1: 0x00000000bfffd0d0   r2: 0xffffffffbbadbeef  
r3: 0x00000000000000e5
    r4: 0x0000000000000000   r5: 0x00000000000003e8   r6: 0xffffffffffffffff  
r7: 0x00000000000000e5
    r8: 0x0000000000000008   r9: 0x0000000000000000  r10: 0x00000000000000e5 
r11: 0x00000000a000620c
   r12: 0x0000000090001350  r13: 0x0000000000000000  r14: 0x0000000000000001 
r15: 0x0000000000000000
   r16: 0x0000000000000001  r17: 0x0000000000000000  r18: 0x0000000000000000 
r19: 0x0000000000000000
   r20: 0x0000000000000000  r21: 0x0000000000000000  r22: 0x0000000000000001 
r23: 0x000000000f114b10
   r24: 0x00000000a28e6d1c  r25: 0x0000000000000001  r26: 0x0000000000000001 
r27: 0x00000000a28e6d1c
   r28: 0x0000000000000002  r29: 0x00000000bfffd6d0  r30: 0x00000000bfffd0d0 
r31: 0x0000000001ed8a34

Binary Images Description:
    0x1000 -   0x1dbfff com.apple.Safari 2.0.1 (420+)  
/Volumes/Big/johnsullivan/symroots/Development/Safari.app/Contents/MacOS/Safari
 0x1205000 -  0x1327fff com.apple.WebKit 420+  
/Users/johnsullivan/symroots/Development/WebKit.framework/Versions/A/WebKit
 0x15dd000 -  0x169dfff com.apple.JavaScriptCore 420+  
/Users/johnsullivan/symroots/Development/JavaScriptCore.framework/Versions/A/JavaScriptCore
 0x1cb9000 -  0x21b0fff com.apple.WebCore 420+ 
/Users/johnsullivan/symroots/Development/WebCore.framework/Versions/A/WebCore
0x23a24000 - 0x23a79fff com.DivXInc.DivXDecoder 6.0.0   /Library/QuickTime/DivX
6 Decoder.component/Contents/MacOS/DivX 6 Decoder
0x8ed72000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.0.4  
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4      
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x8fe00000 - 0x8fe54fff dyld 44.2       /usr/lib/dyld
0x90000000 - 0x901b3fff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
0x9020b000 - 0x9020ffff libmathCommon.A.dylib  
/usr/lib/system/libmathCommon.A.dylib
0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90291000 - 0x90342fff ATS    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.30 (???)  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???)      
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9085e000 - 0x90960fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
0x909ba000 - 0x90a3efff libobjc.A.dylib         /usr/lib/libobjc.A.dylib
0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???)    
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90aed000 - 0x90afffff libauto.dylib   /usr/lib/libauto.dylib
0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1  
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 10.4.4 (129.9)     
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0)    
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5      
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34)     
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9108e000 - 0x9109cfff libz.1.dylib    /usr/lib/libz.1.dylib
0x9109f000 - 0x91262fff com.apple.security 4.3 (25966) 
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1  
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2    
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x913af000 - 0x913b7fff libgcc_s.1.dylib        /usr/lib/libgcc_s.1.dylib
0x913bc000 - 0x913dcfff libmx.A.dylib   /usr/lib/libmx.A.dylib
0x913e2000 - 0x913eafff libbsm.dylib    /usr/lib/libbsm.dylib
0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914af000 - 0x914e7fff com.apple.AE 1.5 (297) 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???)      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???)       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5    
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x918f5000 - 0x91937fff com.apple.LaunchServices 10.4.6 (168.3)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.0.9.7.dylib
0x91ada000 - 0x91aeffff libcups.2.dylib         /usr/lib/libcups.2.dylib
0x91af4000 - 0x91b11fff libJPEG.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b16000 - 0x91b85fff libJP2.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b9c000 - 0x91ba0fff libGIF.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ba2000 - 0x91bd3fff libRaw.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91bd7000 - 0x91c1afff libTIFF.dylib  
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91c21000 - 0x91c3afff libPng.dylib   
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91c3f000 - 0x91c42fff libRadiance.dylib      
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1)  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91c46000 - 0x91d30fff com.apple.vImage 2.0   
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1)       
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91dc3000 - 0x91e28fff libvMisc.dylib 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91e32000 - 0x91ec4fff libvDSP.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91ede000 - 0x9246efff libBLAS.dylib  
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x924b6000 - 0x927c6fff libLAPACK.dylib        
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x928c1000 - 0x92aebfff com.apple.Foundation 6.4.2 (567.21)    
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c09000 - 0x92ce7fff libxml2.2.dylib         /usr/lib/libxml2.2.dylib
0x92d07000 - 0x92df5fff libiconv.2.dylib        /usr/lib/libiconv.2.dylib
0x92e07000 - 0x92e25fff libGL.dylib    
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92e30000 - 0x92e8afff libGLU.dylib   
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92ea8000 - 0x92ea8fff com.apple.Carbon 10.4 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92eaa000 - 0x92ebefff com.apple.ImageCapture 3.0     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92ed6000 - 0x92ee6fff com.apple.speech.recognition.framework 3.4     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92ef2000 - 0x92f07fff com.apple.securityhi 2.0 (203) 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92f19000 - 0x92fa0fff com.apple.ink.framework 101.2 (69)     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92fb4000 - 0x92fbffff com.apple.help 1.0.3 (32)      
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92fc9000 - 0x92ff6fff com.apple.openscripting 1.2.4 (???)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93010000 - 0x93020fff com.apple.print.framework.Print 5.0 (190.1)    
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9302c000 - 0x93092fff com.apple.htmlrendering 1.1.2  
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x930c3000 - 0x93115fff com.apple.NavigationServices 3.4.2     
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93141000 - 0x9315efff com.apple.audio.SoundManager 3.9       
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93170000 - 0x9317dfff com.apple.CommonPanels 1.2.2 (73)      
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93186000 - 0x93498fff com.apple.HIToolbox 1.4.5 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x935e4000 - 0x935f0fff com.apple.opengl 1.4.7 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x935f5000 - 0x93616fff com.apple.DirectoryService.Framework 3.0       
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93682000 - 0x93682fff com.apple.Cocoa 6.4 (???)      
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94044000 - 0x940b4fff com.apple.CoreData 80  
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x940ed000 - 0x941b7fff com.apple.audio.toolbox.AudioToolbox 1.4.1     
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9420b000 - 0x9420bfff com.apple.audio.units.AudioUnit 1.4    
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9420d000 - 0x94385fff com.apple.QuartzCore 1.4.5     
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x943cf000 - 0x9440cfff libsqlite3.0.dylib      /usr/lib/libsqlite3.0.dylib
0x94414000 - 0x94464fff libGLImage.dylib       
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x944f3000 - 0x9452bfff com.apple.vmutils 4.0.0 (85)   
/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x9456e000 - 0x9458afff com.apple.securityfoundation 2.1 (24988)       
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9459e000 - 0x945e2fff com.apple.securityinterface 2.1 (24981)
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94606000 - 0x94615fff libCGATS.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9461d000 - 0x94629fff libCSync.A.dylib       
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9466f000 - 0x94687fff libRIP.A.dylib 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9468e000 - 0x94711fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
0x94891000 - 0x949bffff com.apple.AddressBook.framework 4.0.3 (483)    
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94a51000 - 0x94a60fff com.apple.DSObjCWrappers.Framework 1.1 
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94a68000 - 0x94a95fff com.apple.LDAPFramework 1.4.1 (69.0.1) 
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94a9c000 - 0x94aacfff libsasl2.2.dylib        /usr/lib/libsasl2.2.dylib
0x94ab0000 - 0x94adffff libssl.0.9.7.dylib      /usr/lib/libssl.0.9.7.dylib
0x94aef000 - 0x94b0cfff libresolv.9.dylib       /usr/lib/libresolv.9.dylib
0x95d07000 - 0x95d30fff libxslt.1.dylib         /usr/lib/libxslt.1.dylib
0x97024000 - 0x97043fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)  
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97849000 - 0x97856fff com.apple.agl 2.5.6 (AGL-2.5.6)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x99d95000 - 0x99dcbfff com.apple.Syndication 1.0.3 (49)       
/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x99de8000 - 0x99dfafff com.apple.SyndicationUI 1.0.3 (49)     
/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0x9dac8000 - 0x9e3d0fff com.apple.AppKit 6.4.3 (824.23)
/Users/johnsullivan/symroots/Development/AppKit.framework/Versions/C/AppKit

Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5  (3.1), 2.7 GHz,
2 GB
Graphics: ATI Radeon 9650, ATY,RV351, AGP, 256 MB
Memory Module: DIMM0/J11, 1 GB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM1/J12, 1 GB, DDR SDRAM, PC3200U-30330
Network Service: VPN (L2TP), PPP (L2TP), ppp0
Network Service: Built-in Ethernet, Ethernet, en0
Serial ATA Device: Hitachi HDS724040KLSA80, 372.61 GB
Parallel ATA Device: PIONEER DVD-RW  DVR-109, 
USB Device: Hub, , Up to 480 Mb/sec, 500 mA
USB Device: CanoScan, Canon, Up to 12 Mb/sec, 500 mA
USB Device: Apple Cinema HD Display, , Up to 1.5 Mb/sec, 500 mA
USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500
mA
USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
USB Device: USB Printer, EPSON, Up to 12 Mb/sec, 500 mA
FireWire Device: LaCie Hard Drive FireWire+, LaCie Group SA, Up to 400 Mb/sec
FireWire Device: iPod, Apple Computer, Inc., Up to 400 Mb/sec
FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list