Closed Bug 230380 Opened 21 years ago Closed 21 years ago

Crash when using the Context Menu Key or Shift + F10 on anchors

Categories

(Core :: DOM: Events, defect)

defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: dtsfan, Assigned: isaachh)

References

()

Details

(Keywords: crash, regression, stackwanted)

Attachments

(2 files, 1 obsolete file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a) Gecko/20040107 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a) Gecko/20040107 I pressed serveral tabs to focus on an anchor (HTML "<a>" element) in a web page, then I pressed the Context Menu Key. Mozilla crashed. Windows reports "code xxxx cannot read memory 0x00000000", which seems to be a null pointer exception. I retried it with Shift + F10. It crashed, too. Reproducible: Always Steps to Reproduce: 1. Open a Web page. 2. Press serveral times of Tab Key to focus on an anchor. 3. Press the Context Menu Key or Shift + F10. Actual Results: The program crashes and Windows reports "code at xxxx cannot read address 0x00000000". Expected Results: Pop up the corresponding context menu. Mozilla version: 1.7a Build 2004010708.
confirming crash using FB 20040107 on Win2k using http://www.mozilla.org/ and pressing Shift-F10 (nice, I didn't know that !) on an anchor after reaching it using 'Tab'. (Dr. Watson shows it's possibly crashing in nsColorNames::operator but I'm not sure I trust this).
Severity: normal → critical
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: crash, stackwanted
Not sure if "Tab to anchor" is necesarry. 1. Just Press the Context Menu Key or Shift + F10. 2. Crash Using, Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7a) Gecko/20040105
Attached patch patch (obsolete) — Splinter Review
The third argument |shell| is used uninitialized in: http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventListenerManager.cpp#2029 The patch also fixes bug 229624.
Blocks: 229624
Attachment #138631 - Flags: superreview?(jst)
Attachment #138631 - Flags: review?(bryner)
Assignee: aaronlev5 → isaachh
Component: Keyboard: Navigation → DOM: Events
Keywords: regression
QA Contact: ian
*** Bug 229647 has been marked as a duplicate of this bug. ***
OS: Windows 2000 → All
Hardware: PC → All
Comment on attachment 138631 [details] [diff] [review] patch nsCOMPtr<nsIPresShell> shell; nsString empty; + shell = aPresContext->PresShell(); Wanna just do this assignment on declaration of |shell|? sr=jst
Attachment #138631 - Flags: superreview?(jst) → superreview+
Attachment #138631 - Flags: review?(bryner) → review+
Attached patch updated fixSplinter Review
I updated the patch reflecting jst's comment. To anyone with commit access, please check in for me.
Attachment #138631 - Attachment is obsolete: true
Blocks: 230818
Checked in. I suspect the depencies can just be marked dup of this bug.
*** Bug 230818 has been marked as a duplicate of this bug. ***
*** Bug 229624 has been marked as a duplicate of this bug. ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
is there a reason why shell is not just an nsIPresShell*? (to save addref/release)
No reason. I just changed it to an nsIPresShell*.
This is really nice. The latest nighlty (2004-01-14-00-trunk) doesn't exhibit the bug anymore. The MacOS X build now seems to work properly. Somebody should probably also check a win32 build. Please accept my sincere gratitude for fixing this one :)
no crash with Firebird 20040114 trunk Win2k
Still crashes, this time it doesn't happen in a determined fashion. I have pulled up the context menu on a number of messages, moving them around in appropriate folders, and every five such actions or so, Thunderbird still crashes. Sometimes the crash happens immediately after pushing ctrl-space (MacOS X), but sometimes the context menu pops up and lets me perform an action, and crashes immediately afterwards, always after the e-mail have been moved to a different IMAP folder (if the context menu appears, it never crashes until the job's done).
Jure, can you get macsbug data on that crash or something?
The bug is reproducible quite easily: 1. bring up the context menu using the keyboard 2. press escape to close the menu 3. repeat. Mine crashes after the menu appears OK three times, and I try to bring it up again. If I don't repeat these steps (and instead work as I usually try to), sometimes the crash comes just after the menu action, but I haven't determined a particular pattern yet. Here is the MacOS X dump of the crash: Date/Time: 2004-01-14 20:15:04 +0100 OS Version: 10.3.2 (Build 7D24) Report Version: 2 Command: thunderbird-bin Path: /Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin Version: 0.5a (0.5a) PID: 1175 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 <<00000000>> 0x00000000 0 + 0 1 libgklayout.dylib 0x03062444 NSGetModule + 0x49c20 2 libgklayout.dylib 0x03067df4 NSGetModule + 0x4f5d0 3 libgklayout.dylib 0x03365300 0x3014000 + 0x351300 4 libxpcom.dylib 0x05043f34 PL_HandleEvent + 0x24 5 libxpcom.dylib 0x05043e58 PL_ProcessPendingEvents + 0x80 6 libxpcom.dylib 0x0504433c PL_IsQueueNative + 0x88 7 com.apple.HIToolbox 0x927d2384 DispatchEventToHandlers + 0x150 8 com.apple.HIToolbox 0x927d25f8 SendEventToEventTargetInternal + 0x174 9 com.apple.HIToolbox 0x927d6a60 SendEventToEventTargetWithOptions + 0x28 10 com.apple.HIToolbox 0x927e30f8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 0x2b8 11 com.apple.HIToolbox 0x927d2440 DispatchEventToHandlers + 0x20c 12 com.apple.HIToolbox 0x927d25f8 SendEventToEventTargetInternal + 0x174 13 com.apple.HIToolbox 0x927e4a88 SendEventToEventTarget + 0x28 14 com.apple.HIToolbox 0x927e8980 ToolboxEventDispatcher + 0x5c 15 com.apple.HIToolbox 0x927f8ba0 TryEventDispatcher + 0x6c 16 com.apple.HIToolbox 0x927d9154 GetOrPeekEvent + 0x134 17 com.apple.HIToolbox 0x927d9430 GetNextEventMatchingMask + 0x1c8 18 com.apple.HIToolbox 0x927ecebc WNEInternal + 0xa0 19 com.apple.HIToolbox 0x927fdb90 WaitNextEvent + 0x4c 20 libwidget_mac.dylib 0x005da898 dyld_stub_* + 0x59ff74 21 libwidget_mac.dylib 0x005da774 dyld_stub_* + 0x59fe50 22 libwidget_mac.dylib 0x005ce080 dyld_stub_* + 0x59375c 23 org.mozilla.thunderbird 0x00006984 getCountry(nsAString const&, nsAString&) + 0x16f0 24 org.mozilla.thunderbird 0x000070c0 xre_main(int, char**, nsXREAppData const&) + 0x2e0 25 org.mozilla.thunderbird 0x00003ae0 main + 0xb8 26 org.mozilla.thunderbird 0x000037d4 start + 0x1b0 27 org.mozilla.thunderbird 0x00003654 start + 0x30 Thread 1: 0 libSystem.B.dylib 0x9000b30c select + 0xc 1 libnspr4.dylib 0x0151f93c poll + 0x188 2 libnspr4.dylib 0x0151c130 PR_OpenDir + 0x3c8 3 libnecko.dylib 0x00530c74 NSGetModule + 0x1da80 4 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 5 libnspr4.dylib 0x0151d598 PR_Select + 0x338 6 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 2: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libxpcom.dylib 0x05049484 TimerThread::Run() + 0x1b4 5 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 6 libnspr4.dylib 0x0151d598 PR_Select + 0x338 7 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 3: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnspr4.dylib 0x01518a08 PR_Wait + 0x30 5 libmail.dylib 0x01e6e9fc NSGetModule + 0x14f8d4 6 libmail.dylib 0x01e6e1ac NSGetModule + 0x14f084 7 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 8 libnspr4.dylib 0x0151d598 PR_Select + 0x338 9 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 4: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnspr4.dylib 0x01518a08 PR_Wait + 0x30 5 libmail.dylib 0x01e6e9fc NSGetModule + 0x14f8d4 6 libmail.dylib 0x01e6e1ac NSGetModule + 0x14f084 7 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 8 libnspr4.dylib 0x0151d598 PR_Select + 0x338 9 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 5: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnspr4.dylib 0x01518a08 PR_Wait + 0x30 5 libmail.dylib 0x01e6e9fc NSGetModule + 0x14f8d4 6 libmail.dylib 0x01e6e1ac NSGetModule + 0x14f084 7 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 8 libnspr4.dylib 0x0151d598 PR_Select + 0x338 9 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 6: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnspr4.dylib 0x01518a08 PR_Wait + 0x30 5 libmail.dylib 0x01e6e9fc NSGetModule + 0x14f8d4 6 libmail.dylib 0x01e6e1ac NSGetModule + 0x14f084 7 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 8 libnspr4.dylib 0x0151d598 PR_Select + 0x338 9 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 7: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnspr4.dylib 0x01518a08 PR_Wait + 0x30 5 libmail.dylib 0x01e6e9fc NSGetModule + 0x14f8d4 6 libmail.dylib 0x01e6e1ac NSGetModule + 0x14f084 7 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 8 libnspr4.dylib 0x0151d598 PR_Select + 0x338 9 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 8: 0 libSystem.B.dylib 0x9000b30c select + 0xc 1 libnspr4.dylib 0x0151f93c poll + 0x188 2 libnspr4.dylib 0x01518fec PT_FPrintStats + 0x68 3 libnspr4.dylib 0x015192a8 PT_FPrintStats + 0x324 4 libnspr4.dylib 0x01519c70 PR_GetSpecialFD + 0x2cc 5 libenigmime.dylib 0x01cbf9d0 nsPipeConsole::Run() + 0x6c 6 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 7 libnspr4.dylib 0x0151d598 PR_Select + 0x338 8 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 9: 0 libSystem.B.dylib 0x9000b30c select + 0xc 1 libnspr4.dylib 0x0151f93c poll + 0x188 2 libnspr4.dylib 0x01518fec PT_FPrintStats + 0x68 3 libnspr4.dylib 0x015192a8 PT_FPrintStats + 0x324 4 libnspr4.dylib 0x01519c70 PR_GetSpecialFD + 0x2cc 5 libenigmime.dylib 0x01cbf9d0 nsPipeConsole::Run() + 0x6c 6 libxpcom.dylib 0x05046748 nsThread::Main(void*) + 0x38 7 libnspr4.dylib 0x0151d598 PR_Select + 0x338 8 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 10: 0 libSystem.B.dylib 0x90017048 semaphore_wait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e890 _pthread_cond_wait + 0x270 2 libnspr4.dylib 0x01518680 PR_WaitCondVar + 0x74 3 libnspr4.dylib 0x01520ac4 _MD_CreateUnixProcess + 0x324 4 libnspr4.dylib 0x0151d598 PR_Select + 0x338 5 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 Thread 11: 0 libSystem.B.dylib 0x90018ce8 semaphore_timedwait_signal_trap + 0x8 1 libSystem.B.dylib 0x9000e888 _pthread_cond_wait + 0x268 2 libnspr4.dylib 0x01518444 PR_Unlock + 0x12c 3 libnspr4.dylib 0x01518694 PR_WaitCondVar + 0x88 4 libnecko.dylib 0x00513878 NSGetModule + 0x684 5 libnspr4.dylib 0x0151d598 PR_Select + 0x338 6 libSystem.B.dylib 0x900247e8 _pthread_body + 0x28 PPC Thread State: srr0: 0x00000000 srr1: 0x4200f030 vrsave: 0x00000000 cr: 0x44022244 xer: 0x00000003 lr: 0x032db3c8 ctr: 0x00000000 r0: 0x0366a6d0 r1: 0xbfffef90 r2: 0x84022244 r3: 0x0366a6d0 r4: 0x0366a670 r5: 0xbffff020 r6: 0x00000000 r7: 0xbfffefc0 r8: 0x00000001 r9: 0x0366a6d0 r10: 0x00000019 r11: 0x0000357b r12: 0x00000000 r13: 0x00000000 r14: 0xbffffdb0 r15: 0xbffffea8 r16: 0x00000002 r17: 0x00016350 r18: 0x00000000 r19: 0x00000000 r20: 0x00000002 r21: 0x00000000 r22: 0x04d33760 r23: 0x0030bc10 r24: 0xbffff020 r25: 0xbffff134 r26: 0x0598e000 r27: 0x00000000 r28: 0x033bdcb0 r29: 0x0366a510 r30: 0x0366a670 r31: 0x03067d40 Binary Images Description: 0x1000 - 0x11fff org.mozilla.thunderbird 0.5a /Applications/Thunderbird.app/Contents/ MacOS/thunderbird-bin 0xb9000 - 0xc3fff libmozz.dylib /Applications/Thunderbird.app/Contents/MacOS/ libmozz.dylib 0xe4000 - 0xf8fff libpref.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libpref.dylib 0x205000 - 0x223fff libgkgfx.dylib /Applications/Thunderbird.app/Contents/MacOS/ libgkgfx.dylib 0x236000 - 0x260fff libembedcomponents.dylib /Applications/Thunderbird.app/ Contents/MacOS/components/libembedcomponents.dylib 0x26b000 - 0x283fff libcaps.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libcaps.dylib 0x2b4000 - 0x2bffff libxpcom_compat_c.dylib /Applications/Thunderbird.app/Contents/ MacOS/components/libxpcom_compat_c.dylib 0x2c7000 - 0x2e1fff libprofile.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libprofile.dylib 0x405000 - 0x43ffff libxpconnect.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libxpconnect.dylib 0x453000 - 0x48efff libi18n.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libi18n.dylib 0x49e000 - 0x4defff libnsappshell.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libnsappshell.dylib 0x509000 - 0x50bfff com.apple.textencoding.unicode 1.6.4 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x510000 - 0x5acfff libnecko.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libnecko.dylib 0x5cd000 - 0x60bfff libwidget_mac.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libwidget_mac.dylib 0x621000 - 0x62efff libpipboot.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libpipboot.dylib 0x642000 - 0x65cfff libchrome.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libchrome.dylib 0x699000 - 0x6c3fff librdf.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/librdf.dylib 0x735000 - 0x789fff libhtmlpars.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libhtmlpars.dylib 0x79c000 - 0x7dcfff libdocshell.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libdocshell.dylib 0x7ed000 - 0x7f8fff libtxmgr.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libtxmgr.dylib 0x1008000 - 0x1037fff libimglib2.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libimglib2.dylib 0x1040000 - 0x1069fff libgfx_mac.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libgfx_mac.dylib 0x107a000 - 0x1090fff libwebbrwsr.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libwebbrwsr.dylib 0x1097000 - 0x10a7fff libjar50.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libjar50.dylib 0x10d4000 - 0x118ffff libuconv.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libuconv.dylib 0x12a1000 - 0x12c3fff libgkplugin.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libgkplugin.dylib 0x1301000 - 0x134afff libjsdom.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libjsdom.dylib 0x1448000 - 0x1465fff libappcomps.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libappcomps.dylib 0x147e000 - 0x14adfff libmork.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libmork.dylib 0x1500000 - 0x1532fff libnspr4.dylib /Applications/Thunderbird.app/Contents/MacOS/ libnspr4.dylib 0x1caa000 - 0x1cf1fff libenigmime.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libenigmime.dylib 0x1d18000 - 0x1f7ffff libmail.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libmail.dylib 0x1fe7000 - 0x1ff4fff libmsgsmime.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libmsgsmime.dylib 0x2000000 - 0x200dfff libplds4.dylib /Applications/Thunderbird.app/Contents/MacOS/ libplds4.dylib 0x2ee6000 - 0x2f01fff libssl3.dylib /Applications/Thunderbird.app/Contents/MacOS/ libssl3.dylib 0x2f47000 - 0x2fa4fff libnss3.dylib /Applications/Thunderbird.app/Contents/MacOS/ libnss3.dylib 0x2fcd000 - 0x2fecfff libnssckbi.dylib /Applications/Thunderbird.app/Contents/MacOS/ libnssckbi.dylib 0x3000000 - 0x300efff libplc4.dylib /Applications/Thunderbird.app/Contents/MacOS/ libplc4.dylib 0x3014000 - 0x337dfff libgklayout.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libgklayout.dylib 0x35b9000 - 0x35dbfff libwallet.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libwallet.dylib 0x3705000 - 0x37a8fff libeditor.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libeditor.dylib 0x3905000 - 0x3950fff libpipnss.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libpipnss.dylib 0x3f42000 - 0x3f5cfff libcomposer.dylib /Applications/Thunderbird.app/Contents/MacOS/ components/libcomposer.dylib 0x4000000 - 0x4067fff libmozjs.dylib /Applications/Thunderbird.app/Contents/MacOS/ libmozjs.dylib 0x5000000 - 0x5098fff libxpcom.dylib /Applications/Thunderbird.app/Contents/MacOS/ libxpcom.dylib 0x8000000 - 0x801dfff libsmime3.dylib /Applications/Thunderbird.app/Contents/MacOS/ libsmime3.dylib 0x9000000 - 0x9081fff libsoftokn3.dylib /Applications/Thunderbird.app/Contents/MacOS/ libsoftokn3.dylib 0xa000000 - 0xa01afff libxpcom_compat.dylib /Applications/Thunderbird.app/Contents/ MacOS/libxpcom_compat.dylib 0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld 0x90000000 - 0x90122fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90190000 - 0x9023dfff com.apple.CoreFoundation 6.3 (299) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x90280000 - 0x904f9fff com.apple.CoreServices.CarbonCore 10.3.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore 0x90570000 - 0x905ddfff com.apple.framework.IOKit 1.3 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90610000 - 0x90699fff com.apple.CoreServices.OSServices 3.0 (3.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x90700000 - 0x90700fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/ CoreServices.framework/Versions/A/CoreServices 0x90720000 - 0x90787fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/ CoreAudio.framework/Versions/A/CoreAudio 0x907f0000 - 0x907f9fff com.apple.DiskArbitration 2.0 /System/Library/PrivateFrameworks/ DiskArbitration.framework/Versions/A/DiskArbitration 0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x90910000 - 0x90983fff com.apple.DesktopServices 1.2 /System/Library/ PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x90d00000 - 0x90d19fff com.apple.SystemConfiguration 1.4.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Carbon 0x910b0000 - 0x910fffff com.apple.bom 1.2.3 (62.1) /System/Library/PrivateFrameworks/ Bom.framework/Versions/A/Bom 0x91200000 - 0x91203fff com.apple.URLMount 2.0.1 /System/Library/PrivateFrameworks/ URLMount.framework/URLMount 0x912a0000 - 0x912bdfff com.apple.audio.SoundManager 3.8 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/ LangAnalysis 0x91320000 - 0x913defff ColorSync /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ ColorSync 0x91460000 - 0x91473fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x914a0000 - 0x91509fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/ HTMLRendering 0x91560000 - 0x91619fff com.apple.QD 3.4.62 (???) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91670000 - 0x916a8fff com.apple.AE 1.3.2 /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x916e0000 - 0x91773fff com.apple.print.framework.PrintCore 3.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x917e0000 - 0x917f0fff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x91810000 - 0x9182afff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x91850000 - 0x91860fff com.apple.ImageCapture 2.1.0 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x91890000 - 0x9189cfff com.apple.help 1.0.1 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x918c0000 - 0x918cdfff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CommonPanels.framework/Versions/A/CommonPanels 0x918f0000 - 0x9193dfff com.apple.print.framework.Print 3.0 (3.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/ Versions/A/Print 0x91990000 - 0x9199bfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x919c0000 - 0x91a32fff com.apple.NavigationServices 3.3 /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/ NavigationServices 0x91ab0000 - 0x91ac4fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libCGATS.A.dylib 0x91ae0000 - 0x91aebfff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libCSync.A.dylib 0x91b10000 - 0x91b2afff libPDFRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libPDFRIP.A.dylib 0x91b50000 - 0x91b5ffff libPSRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libPSRIP.A.dylib 0x91b80000 - 0x91b93fff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/ Resources/libRIP.A.dylib 0x91bb0000 - 0x91d44fff com.apple.QuickTime 6.5.0 /System/Library/Frameworks/ QuickTime.framework/Versions/A/QuickTime 0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/ FindByContent 0x920c0000 - 0x922a6fff com.apple.security 2.1 (163.1) /System/Library/Frameworks/ Security.framework/Versions/A/Security 0x92430000 - 0x92468fff com.apple.LaunchServices 10.3 (84) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x92740000 - 0x92777fff com.apple.CFNetwork 1.2.1 (7) /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x927d0000 - 0x92b53fff com.apple.HIToolbox 1.3.1 (???) /System/Library/Frameworks/ Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x92d30000 - 0x92d80fff com.apple.HIServices 1.4.0 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x935d0000 - 0x938a6fff com.apple.CoreGraphics 1.203.12 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x939a0000 - 0x939b4fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x94060000 - 0x9407ffff com.apple.WebServices 1.1.0 /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/ WebServicesCore 0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib 0x94610000 - 0x9462afff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/ CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x94b20000 - 0x94babfff com.apple.ink.framework 1.1 (54.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/ Versions/A/Ink 0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x96a20000 - 0x96ae2fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x96b40000 - 0x96b6efff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x96bf0000 - 0x96c7ffff ATS /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/ATS.framework/Versions/A/ATS
Jure, would you mind filing a new bug on that? cc me and bryner, and Isaac, I guess. I can't reproduce the crash no matter how many times I do shift-f10 and escape, and I could reproduce the crash originally reported in this bug with no trouble.
I cannot reproduce the crash either, on repeated bringing up of the context menu. Linux/x86 20040114.
*** Bug 231106 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: