Bug 14047 - Gamespot video popup crashes browser
Summary: Gamespot video popup crashes browser
Status: RESOLVED DUPLICATE of bug 13984
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Critical
Assignee: Nobody
URL: http://www.gamespot.com
Keywords:
: 14048 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-06-09 07:31 PDT by Kenneth Stevens
Modified: 2007-06-09 09:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Stevens 2007-06-09 07:31:36 PDT
Steps to reproduce crash

1. Go to Gamespot.com
2. Click on the Videos tab from the main page
3. Click on any game video or trailer for the crash

Seems to be crashing in trying to launch the video popup.  I've been able to reproduce this several times on two computers.  I can post a crash log if needed.
Comment 1 Kenneth Stevens 2007-06-09 07:36:41 PDT
*** Bug 14048 has been marked as a duplicate of this bug. ***
Comment 2 Kenneth Stevens 2007-06-09 09:52:03 PDT
OS Version:     10.4.9 (Build 8P135)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  WindowServer [62]

Version: r22043 (22043)

PID:    511
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000004

Thread 0 Crashed:
0   com.apple.WebCore        	0x0116abdc WebCore::RenderLayer::childrenClipRect() const + 28
1   com.apple.WebCore        	0x010c2fb4 WebCore::FrameView::windowClipRectForLayer(WebCore::RenderLayer const*, bool) const + 68
2   com.apple.WebCore        	0x010eda80 -[DOMElement(WebPrivate) _windowClipRect] + 192
3   com.apple.WebKit         	0x00313b70 -[WebBaseNetscapePluginView visibleRect] + 64
4   com.apple.WebKit         	0x00317d8c -[WebBaseNetscapePluginView(Internal) _viewHasMoved] + 172
5   com.apple.WebKit         	0x00316110 -[WebBaseNetscapePluginView renewGState] + 80
6   com.apple.AppKit         	0x937995c4 -[NSView _invalidateGStatesForTree] + 40
7   com.apple.AppKit         	0x93799554 -[NSView _invalidateFocus] + 36
8   com.apple.AppKit         	0x9379b4dc -[NSView _removeSubview:] + 72
9   com.apple.AppKit         	0x9379b3ac -[NSView _setSuperview:] + 284
10  com.apple.AppKit         	0x9379b0dc -[NSView removeFromSuperview] + 272
11  com.apple.WebCore        	0x0120478c WebCore::Widget::removeFromSuperview() + 252
12  com.apple.WebCore        	0x012934a4 WebCore::RenderWidget::destroy() + 132
13  com.apple.WebCore        	0x01238898 WebCore::Node::detach() + 72
14  com.apple.WebCore        	0x010da2d0 WebCore::ContainerNode::removeChild(WebCore::Node*, int&) + 560
15  com.apple.WebCore        	0x010daefc WebCore::ContainerNode::replaceChild(WTF::PassRefPtr<WebCore::Node>, WebCore::Node*, int&) + 188
16  com.apple.WebCore        	0x01014548 WebCore::HTMLElement::setOuterHTML(WebCore::String const&, int&) + 168
17  com.apple.WebCore        	0x0127c530 WebCore::JSHTMLElement::putValueProperty(KJS::ExecState*, int, KJS::JSValue*, int) + 528
18  com.apple.JavaScriptCore 	0x004b7bec KJS::AssignDotNode::evaluate(KJS::ExecState*) + 1404
19  com.apple.JavaScriptCore 	0x004c3374 KJS::ExprStatementNode::execute(KJS::ExecState*) + 100
20  com.apple.JavaScriptCore 	0x004c033c KJS::SourceElementsNode::execute(KJS::ExecState*) + 188
21  com.apple.JavaScriptCore 	0x004c3538 KJS::BlockNode::execute(KJS::ExecState*) + 136
22  com.apple.JavaScriptCore 	0x004c1d80 KJS::ForNode::execute(KJS::ExecState*) + 560
23  com.apple.JavaScriptCore 	0x004c03f0 KJS::SourceElementsNode::execute(KJS::ExecState*) + 368
24  com.apple.JavaScriptCore 	0x004c3538 KJS::BlockNode::execute(KJS::ExecState*) + 136
25  com.apple.JavaScriptCore 	0x004c3f98 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 56
26  com.apple.JavaScriptCore 	0x004c4300 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 608
27  com.apple.JavaScriptCore 	0x004a0498 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 792
28  com.apple.JavaScriptCore 	0x004c3374 KJS::ExprStatementNode::execute(KJS::ExecState*) + 100
29  com.apple.JavaScriptCore 	0x004c033c KJS::SourceElementsNode::execute(KJS::ExecState*) + 188
30  com.apple.JavaScriptCore 	0x004c3538 KJS::BlockNode::execute(KJS::ExecState*) + 136
31  com.apple.JavaScriptCore 	0x004d0770 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UChar const*, int, KJS::JSValue*) + 1136
32  com.apple.WebCore        	0x012588f0 WebCore::KJSProxy::evaluate(WebCore::String const&, int, WebCore::String const&, WebCore::Node*) + 304
33  com.apple.WebCore        	0x013e566c WebCore::FrameLoader::executeScript(WebCore::String const&, int, WebCore::Node*, WebCore::String const&) + 92
34  com.apple.WebCore        	0x0101f5bc WebCore::HTMLTokenizer::scriptExecution(WebCore::DeprecatedString const&, WebCore::HTMLTokenizer::State, WebCore::DeprecatedString, int) + 332
35  com.apple.WebCore        	0x01020158 WebCore::HTMLTokenizer::scriptHandler(WebCore::HTMLTokenizer::State) + 1720
36  com.apple.WebCore        	0x0102044c WebCore::HTMLTokenizer::parseSpecial(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State) + 428
37  com.apple.WebCore        	0x01022328 WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State) + 6680
38  com.apple.WebCore        	0x01022b7c WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&, bool) + 1132
39  com.apple.WebCore        	0x0101f970 WebCore::HTMLTokenizer::notifyFinished(WebCore::CachedResource*) + 528
40  com.apple.WebCore        	0x010e7fb8 WebCore::CachedScript::checkNotify() + 88
41  com.apple.WebCore        	0x010e83b0 WebCore::CachedScript::data(WTF::PassRefPtr<WebCore::SharedBuffer>, bool) + 336
42  com.apple.WebCore        	0x010ea56c WebCore::Loader::didFinishLoading(WebCore::SubresourceLoader*) + 380
43  com.apple.WebCore        	0x013f3520 WebCore::SubresourceLoader::didFinishLoading() + 96
44  com.apple.WebCore        	0x013c30f4 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 84
45  com.apple.Foundation     	0x92c1589c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
46  com.apple.Foundation     	0x92c13b08 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
47  com.apple.Foundation     	0x92c13860 _sendCallbacks + 156
48  com.apple.CoreFoundation 	0x907df4fc __CFRunLoopDoSources0 + 384
49  com.apple.CoreFoundation 	0x907dea2c __CFRunLoopRun + 452
50  com.apple.CoreFoundation 	0x907de4ac CFRunLoopRunSpecific + 268
51  com.apple.HIToolbox      	0x9329bb20 RunCurrentEventLoopInMode + 264
52  com.apple.HIToolbox      	0x9329b1b4 ReceiveNextEventCommon + 380
53  com.apple.HIToolbox      	0x9329b020 BlockUntilNextEventMatchingListInMode + 96
54  com.apple.AppKit         	0x93780ae4 _DPSNextEvent + 384
55  com.apple.AppKit         	0x937807a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
56  com.apple.Safari         	0x00006740 0x1000 + 22336
57  com.apple.AppKit         	0x9377ccec -[NSApplication run] + 472
58  com.apple.AppKit         	0x9386d87c NSApplicationMain + 452
59  com.apple.Safari         	0x0005c77c 0x1000 + 374652
60  com.apple.Safari         	0x0005c624 0x1000 + 374308

Thread 1:
0   libSystem.B.dylib        	0x9000b4c8 mach_msg_trap + 8
1   libSystem.B.dylib        	0x9000b41c mach_msg + 60
2   com.apple.CoreFoundation 	0x907deba8 __CFRunLoopRun + 832
3   com.apple.CoreFoundation 	0x907de4ac CFRunLoopRunSpecific + 268
4   com.apple.Foundation     	0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
5   com.apple.Foundation     	0x92be31a0 forkThreadForFunction + 108
6   libSystem.B.dylib        	0x9002be88 _pthread_body + 96

Thread 2:
0   libSystem.B.dylib        	0x9000b4c8 mach_msg_trap + 8
1   libSystem.B.dylib        	0x9000b41c mach_msg + 60
2   com.apple.CoreFoundation 	0x907deba8 __CFRunLoopRun + 832
3   com.apple.CoreFoundation 	0x907de4ac CFRunLoopRunSpecific + 268
4   com.apple.Foundation     	0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
5   com.apple.Foundation     	0x92be31a0 forkThreadForFunction + 108
6   libSystem.B.dylib        	0x9002be88 _pthread_body + 96

Thread 3:
0   libSystem.B.dylib        	0x9001fa0c select + 12
1   com.apple.CoreFoundation 	0x907f1434 __CFSocketManager + 472
2   libSystem.B.dylib        	0x9002be88 _pthread_body + 96

Thread 4:
0   libSystem.B.dylib        	0x9002c548 semaphore_wait_signal_trap + 8
1   libSystem.B.dylib        	0x9003102c pthread_cond_wait + 480
2   com.apple.Foundation     	0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
3   com.apple.Syndication    	0x9a84442c -[AsyncDB _run:] + 192
4   com.apple.Foundation     	0x92be31a0 forkThreadForFunction + 108
5   libSystem.B.dylib        	0x9002be88 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x000000000116abdc srr1: 0x000000000000f030                        vrsave: 0x0000000000000000
    cr: 0x24024244          xer: 0x0000000020000006   lr: 0x00000000010c2fb4  ctr: 0x0000000001487fa0
    r0: 0x00000000010c2fb4   r1: 0x00000000bfffcc60   r2: 0x0000000001593380   r3: 0x00000000bfffcd80
    r4: 0x0000000000000000   r5: 0x0000000000000000   r6: 0x0000000000000001   r7: 0x000000000903d000
    r8: 0x0000000000004fec   r9: 0x00000000063ab000  r10: 0x0000000002b103fe  r11: 0x000000000000003c
   r12: 0x0000000001487fa0  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x0000000000000001
   r16: 0x000000000050019c  r17: 0x000000000051019c  r18: 0x000000000051019c  r19: 0x000000000051019c
   r20: 0x000000000051019c  r21: 0x00000000bfffdbe0  r22: 0x00000000bfffdebc  r23: 0x0000000000501b68
   r24: 0x0000000005a82620  r25: 0x00000000bfffcf40  r26: 0x00000000060165f0  r27: 0x0000000000000000
   r28: 0x00000000bfffcd80  r29: 0x00000000bfffcd80  r30: 0x000000000185c898  r31: 0x00000000010ed9d0

Binary Images Description:
    0x1000 -    0xdcfff com.apple.Safari 2.0.4 (419.3)	/Applications/Safari.app/Contents/MacOS/Safari
  0x109000 -   0x10afff WebKitNightlyEnabler.dylib 	/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x305000 -   0x3b9fff com.apple.WebKit 522+	/Applications/WebKit.app/Contents/Resources/WebKit.framework/Versions/A/WebKit
  0x43a000 -   0x4edfff com.apple.JavaScriptCore 522+	/Applications/WebKit.app/Contents/Resources/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x7fc000 -   0x7fcfff jp.hetima.SafariStand.loader SafariStand-loader version  1.0.1 (6)	/Users/macuser/Library/InputManagers/SafariStand/SafariStand-loader.bundle/Contents/MacOS/SafariStand-loader
 0x1008000 -  0x1563fff com.apple.WebCore 522+	/Applications/WebKit.app/Contents/Resources/WebCore.framework/Versions/A/WebCore
 0x1a45000 -  0x1a4afff com.fsb.SafariBlock ??? (1.14)	/Users/macuser/Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBlock
 0x1a50000 -  0x1a57fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.3 (1.0.3b1)	/Users/macuser/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
 0x1a6f000 -  0x1ab2fff jp.hetima.SafariStand 2.0b17 (136)	/Users/macuser/Library/InputManagers/SafariStand/SafariStand.bundle/Contents/MacOS/SafariStand
 0x6405000 -  0x6719fff com.macromedia.Flash Player.plugin 9.0.28 (1.0.4f22)	/Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x32000000 - 0x32042fff isao.sonobe.OgreKit ??? (2.1.0)	/Users/macuser/Library/InputManagers/SafariStand/SafariStand.bundle/Contents/Resources/OgreKit.framework/OgreKit
0x8fe00000 - 0x8fe52fff dyld 46.12	/usr/lib/dyld
0x90000000 - 0x901bdfff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x90215000 - 0x9021afff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90294000 - 0x90345fff ATS 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28)	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???)	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908e0000 - 0x909e2fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a3c000 - 0x90ac0fff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???)	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b70000 - 0x90b82fff libauto.dylib 	/usr/lib/libauto.dylib
0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.9	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91110000 - 0x9111efff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91121000 - 0x912dcfff com.apple.security 4.6 (29770)	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913eb000 - 0x91413fff com.apple.SystemConfiguration 1.8.3	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91426000 - 0x91431fff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x91436000 - 0x9143efff libbsm.dylib 	/usr/lib/libbsm.dylib
0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4	/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914fc000 - 0x91534fff com.apple.AE 1.5 (297)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91905000 - 0x9192afff com.apple.FindByContent 1.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9193d000 - 0x9197ffff com.apple.LaunchServices 182	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.4	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91b2f000 - 0x91b44fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91b49000 - 0x91b67fff libJPEG.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b6d000 - 0x91c24fff libJP2.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91c73000 - 0x91c77fff libGIF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91c79000 - 0x91ce1fff libRaw.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91ce6000 - 0x91d23fff libTIFF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91d2a000 - 0x91d43fff libPng.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91d48000 - 0x91d4bfff libRadiance.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91d4d000 - 0x91e2bfff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91e4d000 - 0x91f32fff com.apple.vImage 2.4	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91fc5000 - 0x92033fff libvMisc.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9203e000 - 0x920d3fff libvDSP.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x920ed000 - 0x92675fff libBLAS.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x926a8000 - 0x929d3fff libLAPACK.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92a03000 - 0x92af1fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6	/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29)	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f15000 - 0x92f33fff libGL.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f3e000 - 0x92f98fff libGLU.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7	/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1	/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???)	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41)	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1)	/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5	/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4	/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12	/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94505000 - 0x94542fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x9454a000 - 0x9459afff libGLImage.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945a3000 - 0x945b7fff com.apple.CoreVideo 1.4	/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9464d000 - 0x94685fff com.apple.vmutils 4.0.0 (85)	/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x946c8000 - 0x946e4fff com.apple.securityfoundation 2.2 (27710)	/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x946f8000 - 0x9473cfff com.apple.securityinterface 2.2 (27692)	/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94760000 - 0x9476ffff libCGATS.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94777000 - 0x94783fff libCSync.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x947c9000 - 0x947e1fff libRIP.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x947e8000 - 0x94abdfff com.apple.QuickTime 7.1.5	/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94b81000 - 0x94bf2fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x94c65000 - 0x94c86fff libmx.A.dylib 	/usr/lib/libmx.A.dylib
0x94d8e000 - 0x94ebefff com.apple.AddressBook.framework 4.0.4 (485.1)	/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94f50000 - 0x94f5ffff com.apple.DSObjCWrappers.Framework 1.1	/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94f67000 - 0x94f94fff com.apple.LDAPFramework 1.4.1 (69.0.1)	/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94f9b000 - 0x94fabfff libsasl2.2.dylib 	/usr/lib/libsasl2.2.dylib
0x94faf000 - 0x94fdefff libssl.0.9.7.dylib 	/usr/lib/libssl.0.9.7.dylib
0x94fee000 - 0x9500bfff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
0x95d76000 - 0x95d9ffff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0x97796000 - 0x977a3fff com.apple.agl 2.5.6 (AGL-2.5.6)	/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9a841000 - 0x9a877fff com.apple.Syndication 1.0.6 (54)	/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x9a894000 - 0x9a8a6fff com.apple.SyndicationUI 1.0.6 (54)	/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI

Model: PowerBook4,1, BootROM 4.2.7f1, 1 processors, PowerPC 750  (33.11), 600 MHz, 640 MB
Graphics: ATY,RageM3, ATY,RageM3, AGP, 8 MB
Memory Module: DIMM0/BUILT-IN, 128 MB, built-in, built-in
Memory Module: DIMM1/J12, 512 MB, SDRAM, PC133-333
AirPort: AirPort, 9.52
Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
Network Service: AirPort, AirPort, en1
Parallel ATA Device: IBM-IC25N015ATDA04-0, 14.07 GB
Parallel ATA Device: MATSHITADVD-ROM SR-8176

Comment 3 Kenneth Stevens 2007-06-09 09:52:35 PDT
it is now working as of 22070
Comment 4 Matt Lilek 2007-06-09 09:55:52 PDT
Reopening to dupe as 13984
Comment 5 Matt Lilek 2007-06-09 09:56:05 PDT

*** This bug has been marked as a duplicate of 13984 ***