WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED WONTFIX
17190
Crash in +[WebScriptObject _convertValueToObjcValue:originRootObject:rootObject:] when doing "step over" in Drosera
https://bugs.webkit.org/show_bug.cgi?id=17190
Summary
Crash in +[WebScriptObject _convertValueToObjcValue:originRootObject:rootObje...
Glenn Henshaw
Reported
2008-02-05 20:01:26 PST
In debugging some javascript, I: 1) launch Safari, open pages to navigate to the site 2) launch Drosera and attach 3) load the page in Safari 4) set a breakpoint in Drosera 5) when the breakpoint is hit, click "step over" in Drosera Process: Safari [3939] Path: /Applications/WebKit.app/Contents/MacOS/WebKit Identifier: org.webkit.nightly.WebKit Version:
r30001
(30001) Code Type: X86 (Native) Parent Process: launchd [77] Date/Time: 2008-02-05 22:57:06.556 -0500 OS Version: Mac OS X 10.5.1 (9B18) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008 Crashed Thread: 0 Thread 0 Crashed: 0 com.apple.WebCore 0x00f09cb5 +[WebScriptObject _convertValueToObjcValue:originRootObject:rootObject:] + 229 1 com.apple.WebCore 0x00f0a724 -[WebScriptObject valueForKey:] + 532 2 com.apple.CoreFoundation 0x90214b9d __invoking___ + 29 3 com.apple.CoreFoundation 0x90214588 -[NSInvocation invoke] + 136 4 com.apple.CoreFoundation 0x90214658 -[NSInvocation invokeWithTarget:] + 72 5 com.apple.CoreFoundation 0x90214aca ___forwarding___ + 986 6 com.apple.CoreFoundation 0x90214b32 _CF_forwarding_prep_0 + 50 7 com.apple.CoreFoundation 0x90214b9d __invoking___ + 29 8 com.apple.CoreFoundation 0x90214588 -[NSInvocation invoke] + 136 9 com.apple.Foundation 0x941fb5d4 -[NSConnection dispatchInvocation:] + 132 10 com.apple.Foundation 0x941f9587 -[NSConnection handleRequest:sequence:] + 1319 11 com.apple.Foundation 0x941f8dcd -[NSConnection handlePortCoder:] + 1149 12 com.apple.Foundation 0x941f88fe -[NSConcretePortCoder dispatch] + 142 13 com.apple.Foundation 0x941f8063 __NSFireMachPort + 339 14 com.apple.CoreFoundation 0x901715c5 __CFMachPortPerform + 117 15 com.apple.CoreFoundation 0x90195941 CFRunLoopRunSpecific + 3921 16 com.apple.CoreFoundation 0x90195d38 CFRunLoopRunInMode + 88 17 com.apple.Foundation 0x941f4e8d -[NSConnection sendInvocation:internal:] + 3005 18 com.apple.Foundation 0x941f4009 -[NSDistantObject forwardInvocation:] + 329 19 com.apple.CoreFoundation 0x90214aca ___forwarding___ + 986 20 com.apple.CoreFoundation 0x90214b32 _CF_forwarding_prep_0 + 50 21 com.apple.WebKit 0x001ef945 -[WebScriptDebugServer webView:didEnterCallFrame:sourceId:line:forWebFrame:] + 213 22 com.apple.WebKit 0x001ee1fb -[WebScriptDebugger enteredFrame:sourceId:line:] + 267 23 com.apple.WebCore 0x00f07c66 WebCoreScriptDebuggerImp::callEvent(KJS::ExecState*, int, int, KJS::JSObject*, KJS::List const&) + 134 24 com.apple.JavaScriptCore 0x00366a30 KJS::FunctionBodyNodeWithDebuggerHooks::execute(KJS::ExecState*) + 80 25 com.apple.JavaScriptCore 0x0030e919 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265 26 com.apple.JavaScriptCore 0x003496c0 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896 27 com.apple.JavaScriptCore 0x00333969 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25 28 com.apple.JavaScriptCore 0x002f5590 KJS::BreakpointCheckStatement::execute(KJS::ExecState*) + 96 29 com.apple.JavaScriptCore 0x00366771 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481 30 com.apple.JavaScriptCore 0x00366a3e KJS::FunctionBodyNodeWithDebuggerHooks::execute(KJS::ExecState*) + 94 31 com.apple.JavaScriptCore 0x0030e919 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265 32 com.apple.JavaScriptCore 0x003496c0 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 896 33 com.apple.JavaScriptCore 0x00333969 KJS::ExprStatementNode::execute(KJS::ExecState*) + 25 34 com.apple.JavaScriptCore 0x002f5590 KJS::BreakpointCheckStatement::execute(KJS::ExecState*) + 96 35 com.apple.JavaScriptCore 0x00366771 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 481 36 com.apple.JavaScriptCore 0x00366a3e KJS::FunctionBodyNodeWithDebuggerHooks::execute(KJS::ExecState*) + 94 37 com.apple.JavaScriptCore 0x0030e919 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 265 38 com.apple.JavaScriptCore 0x0031cbd7 KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 135 39 com.apple.WebCore 0x00f41dd9 WebCore::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) + 1401 40 com.apple.WebCore 0x00b70436 WebCore::EventTarget::handleLocalEvents(WebCore::EventTargetNode*, WebCore::Event*, bool) + 182 41 com.apple.WebCore 0x00b70e8f WebCore::EventTargetNode::handleLocalEvents(WebCore::Event*, bool) + 79 42 com.apple.WebCore 0x00b70869 WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, WTF::PassRefPtr<WebCore::Event>, int&, bool) + 1065 43 com.apple.WebCore 0x00b7192f WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&, bool) + 255 44 com.apple.WebCore 0x00b71f0c WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, WTF::PassRefPtr<WebCore::Event>) + 508 45 com.apple.WebCore 0x00b72595 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 165 46 com.apple.WebCore 0x00b68765 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 101 47 com.apple.WebCore 0x00b68c6c WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 716 48 com.apple.WebCore 0x00b6f799 WebCore::EventHandler::mouseUp(NSEvent*) + 393 49 com.apple.WebKit 0x001b889c -[WebHTMLView mouseUp:] + 220 50 com.apple.WebCore 0x00b6e55e WebCore::EventHandler::passSubframeEventToSubframe(WebCore::MouseEventWithHitTestResults&, WebCore::Frame*, WebCore::HitTestResult*) + 558 51 com.apple.WebCore 0x00b6e657 WebCore::EventHandler::passMouseReleaseEventToSubframe(WebCore::MouseEventWithHitTestResults&, WebCore::Frame*) + 39 52 com.apple.WebCore 0x00b68b59 WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 441 53 com.apple.WebCore 0x00b6f799 WebCore::EventHandler::mouseUp(NSEvent*) + 393 54 com.apple.WebKit 0x001b889c -[WebHTMLView mouseUp:] + 220 55 com.apple.AppKit 0x96826e39 -[NSWindow sendEvent:] + 5520 56 com.apple.Safari 0x000329d3 0x1000 + 203219 57 com.apple.AppKit 0x967f3a2c -[NSApplication sendEvent:] + 2766 58 com.apple.Safari 0x000324a8 0x1000 + 201896 59 com.apple.AppKit 0x96751705 -[NSApplication run] + 847 60 com.apple.AppKit 0x9671e9ba NSApplicationMain + 574 61 com.apple.Safari 0x00002876 0x1000 + 6262 Thread 1: 0 libSystem.B.dylib 0x939c0ace __semwait_signal + 10 1 libSystem.B.dylib 0x939eaced pthread_cond_wait$UNIX2003 + 73 2 com.apple.WebCore 0x00c1d03f WebCore::IconDatabase::syncThreadMainLoop() + 239 3 com.apple.WebCore 0x00c1d155 WebCore::IconDatabase::iconDatabaseSyncThread() + 181 4 libSystem.B.dylib 0x939ea075 _pthread_start + 321 5 libSystem.B.dylib 0x939e9f32 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x939b98e6 mach_msg_trap + 10 1 libSystem.B.dylib 0x939c10dc mach_msg + 72 2 com.apple.CoreFoundation 0x901950fe CFRunLoopRunSpecific + 1806 3 com.apple.CoreFoundation 0x90195d38 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x950167ba CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x939ea075 _pthread_start + 321 6 libSystem.B.dylib 0x939e9f32 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x939b98e6 mach_msg_trap + 10 1 libSystem.B.dylib 0x939c10dc mach_msg + 72 2 com.apple.CoreFoundation 0x901950fe CFRunLoopRunSpecific + 1806 3 com.apple.CoreFoundation 0x90195d38 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x94221560 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x941be04d -[NSThread main] + 45 6 com.apple.Foundation 0x941bdbf4 __NSThread__main__ + 308 7 libSystem.B.dylib 0x939ea075 _pthread_start + 321 8 libSystem.B.dylib 0x939e9f32 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x93a08f5a select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x939ea075 _pthread_start + 321 2 libSystem.B.dylib 0x939e9f32 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x939b98e6 mach_msg_trap + 10 1 libSystem.B.dylib 0x939c10dc mach_msg + 72 2 com.apple.CoreFoundation 0x901950fe CFRunLoopRunSpecific + 1806 3 com.apple.CoreFoundation 0x90195d38 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x95063d45 _KeychainThread + 230 5 libSystem.B.dylib 0x939ea075 _pthread_start + 321 6 libSystem.B.dylib 0x939e9f32 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x00f09be7 ecx: 0x911fb848 edx: 0x00000001 edi: 0x0fd78d00 esi: 0x00000000 ebp: 0xbfffd888 esp: 0xbfffd820 ss: 0x0000001f efl: 0x00010246 eip: 0x00f09cb5 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000008 Binary Images: 0x1000 - 0x12efef com.apple.Safari 3.0.4 (5523.10.6) <53d219fd878088543fd2e1af460bed18> /Applications/Safari.app/Contents/MacOS/Safari 0x176000 - 0x177ffc +WebKitNightlyEnabler.dylib ??? (???) /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib 0x17c000 - 0x239fff com.apple.WebKit 525.8+ (525.8+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit 0x2d5000 - 0x2e3ff8 SyndicationUI ??? (???) <8adc35e1eb5001dead3c18ee25f2e8db> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI 0x2f2000 - 0x3c0ff7 com.apple.JavaScriptCore 525.8+ (525.8+) /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x634000 - 0x639ff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0xa21000 - 0x1068fff com.apple.WebCore 525.8+ (525.8+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore 0x1700000 - 0x17e6ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0xf9b0000 - 0xf9b0ffe com.apple.JavaPluginCocoa 12.0.0 (12.0.0) <02a9f23a8bfc902c32ac0adfb66d6816> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa 0xf9b6000 - 0xf9bdffd com.apple.JavaVM 12.0.0 (12.0.0) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld 0x90003000 - 0x9001effb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9001f000 - 0x90051fff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x90052000 - 0x90056fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x90057000 - 0x900d1ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x90123000 - 0x90255fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x90256000 - 0x9027afeb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib 0x9027b000 - 0x9032afff com.apple.DesktopServices 1.4.3 (1.4.3) <66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9032b000 - 0x90388ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x9049e000 - 0x904faff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x904fb000 - 0x90531fef libtidy.A.dylib ??? (???) <e4d3e7399fb83d7f145f9b4ec8196242> /usr/lib/libtidy.A.dylib 0x90562000 - 0x90568fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x90569000 - 0x90569fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x90632000 - 0x90938fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9096a000 - 0x90a11fff com.apple.QD 3.11.50 (???) <e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x90a12000 - 0x90a30ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x90f48000 - 0x90f50fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x90f51000 - 0x9111afef com.apple.security 5.0.1 (32736) <8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x9111b000 - 0x911aefff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x911af000 - 0x9128efff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib 0x912dd000 - 0x912edffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x9135d000 - 0x9138cfe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x91438000 - 0x9143dfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x9143e000 - 0x91576ff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib 0x9188c000 - 0x9188cff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9188d000 - 0x9196eff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib 0x9196f000 - 0x919ebfeb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x919ec000 - 0x919f3ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib 0x919f4000 - 0x91a33fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91a34000 - 0x91ae4fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x91b29000 - 0x91b2efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x91bd9000 - 0x91c58ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x91c59000 - 0x91cb3ff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x91cb4000 - 0x91cbbff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x91cbc000 - 0x91d6effb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib 0x91dc2000 - 0x91de0fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib 0x91de1000 - 0x91de3fff com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x91de4000 - 0x921f4fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9232d000 - 0x92336fff 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 0x92356000 - 0x92361ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x92362000 - 0x9238aff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x9238b000 - 0x9238efff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9238f000 - 0x923c8ffe com.apple.securityfoundation 3.0 (32768) <1e9885d63ced51f81bc1f39af624637d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x923c9000 - 0x9275fff7 com.apple.QuartzCore 1.5.1 (1.5.1) <deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9277d000 - 0x9278cfff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib 0x92896000 - 0x92961fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x92962000 - 0x92986fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib 0x92987000 - 0x92987ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x92988000 - 0x929cafef com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x929cb000 - 0x92a30ffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x9397b000 - 0x9397dff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9397e000 - 0x939b8ff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x939b9000 - 0x93b13fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib 0x93b14000 - 0x93bf8ffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x93bf9000 - 0x93c83fff com.apple.framework.IOKit 1.5.1 (???) <5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x93c84000 - 0x93c94fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93c95000 - 0x93d21ff7 com.apple.LaunchServices 286 (286) <72b15e7a01e42d510f0339e90113d5d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x93e4e000 - 0x93e8bff7 libGLImage.dylib ??? (???) <202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x93e8c000 - 0x93f13ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib 0x94181000 - 0x94188fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib 0x94189000 - 0x941b3fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib 0x941b4000 - 0x9442dfe7 com.apple.Foundation 6.5.1 (677.1) <85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9442e000 - 0x9442ffef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x94430000 - 0x94531fff com.apple.PubSub 1.0.1 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x94532000 - 0x94577fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x945bd000 - 0x945bdffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x945be000 - 0x9473cfff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x9473d000 - 0x94afbfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x94afc000 - 0x94b09fe7 com.apple.opengl 1.5.5 (1.5.5) <aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x94b0a000 - 0x94b20fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x94b21000 - 0x94b30ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x94b4f000 - 0x94c73fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x94d31000 - 0x9500afe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x9500b000 - 0x95082fe3 com.apple.CFNetwork 220 (221) <972a41911805859205b057a6f5b91e8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x95083000 - 0x95099fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <7e010557527a0e6d49147c297d16850a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9509a000 - 0x950d0fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x950d1000 - 0x950dbfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x950dc000 - 0x950ddffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x950de000 - 0x950f2ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x950f3000 - 0x95120feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9512e000 - 0x957c5fef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x957c6000 - 0x9588dff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x9588e000 - 0x9588effc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x958c1000 - 0x958c1ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x958c2000 - 0x958d0ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x958d1000 - 0x958ddff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x958e6000 - 0x95a2bff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x95a2c000 - 0x95ef8ffe libGLProgrammability.dylib ??? (???) <e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x95ef9000 - 0x95f43fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x96139000 - 0x96158ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x96163000 - 0x961a4fe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x961a5000 - 0x961a7fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x961a8000 - 0x96201fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x962d6000 - 0x962eefff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x962ef000 - 0x96381ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x96382000 - 0x963f6fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x963f7000 - 0x96402fe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x96403000 - 0x9642afff libcups.2.dylib ??? (???) <5521498e8902ddd0b15cfaa7db384e29> /usr/lib/libcups.2.dylib 0x9660f000 - 0x966c5fe3 com.apple.CoreServices.OSServices 210.2 (210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x966c6000 - 0x966c6ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x966c7000 - 0x96717ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x96718000 - 0x96f12fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96f13000 - 0x96f13ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x96f14000 - 0x96f14ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib Model: MacBookPro3,1, BootROM MBP31.0070.B02, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplays_pcie_device, 128 MB Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), 1.2.2 Bluetooth: Version 2.0.0f20, 2 service, 1 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Network Service: Parallels Host-Guest, Ethernet, en2 Network Service: Parallels NAT, Ethernet, en3 PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5 Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
Attachments
Add attachment
proposed patch, testcase, etc.
Robert Blaut
Comment 1
2008-03-16 13:10:47 PDT
Adam, can you look into it? I suspect that the bug is some kind related to
bug 16713
.
Timothy Hatcher
Comment 2
2008-05-16 15:34:11 PDT
Drosera is being replaced with a debugger in the Web Inspector.
Timothy Hatcher
Comment 3
2008-05-17 09:56:08 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
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