Closed Bug 148306 Opened 22 years ago Closed 21 years ago

MailNews crashes whenever I try to compose [@ nsBinaryInputStream::Read32]

Categories

(MailNews Core :: Composition, defect)

PowerPC
macOS
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: pgauriar, Assigned: bugzilla)

Details

(Keywords: crash)

Crash Data

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0+)
Gecko/20020530
BuildID:    2002053008

Mail/News component crashes everytime I tried to compose until I created a new
profile. The profile was new, but Mail/News just spontaneously stopped work. 

Reproducible: Always
Steps to Reproduce:
1. Open Mail/News
2. Go to a newsgroup (netscape.public.mozilla.macosx was the one I used)
3. Click compose

Actual Results:  Mozilla unexpectedly quits 

Expected Results:  Compose window should open up.

Like I said, creating a new profile fixed the issue. Here's a crash report:

Date/Time:  2002-05-30 15:29:59 -0500
OS Version: 10.1.4 (Build 5Q125)
Host:       HOSTNAME_REMOVED

Command:    Mozilla
PID:        312

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

Thread 0 Crashed:
 #0   0x00515070 in memcpy
 #1   0x005ca770 in nsBinaryInputStream::Read32(unsigned int *)
 #2   0x02703174 in Deserialize__21ns
 #3   0x026d128c in nsXULPrototypeDocument::Read(nsIObjectInputStream *)
 #4   0x026cc3bc in GetPrototype__19nsXULPrototypeCacheFP6nsIURIPP23nsIXULPrototyp
 #5   0x026c41d4 in 0x26c41d4
 #6   0x026c9844 in nsXULDocument::CachedChromeStreamListener::OnStopRequest( ( *))
 #7   0x0224b004 in OnStopRequest__18nsDocumentOpenInfoFP10nsIRequestP11nsISupport
 #8   0x021fa330 in nsCachedChromeChannel::HandleStopLoadEvent(PLEvent *)
 #9   0x005de230 in PL_HandleEvent
 #10  0x005de09c in PL_ProcessPendingEvents
 #11  0x005840fc in nsEventQueueImpl::ProcessPendingEvents(void)
 #12  0x0210899c in nsMacNSPREventQueueHandler::ProcessPLEventQueue(void)
 #13  0x02108840 in nsMacNSPREventQueueHandler::RepeatAction(EventRecord const &)
 #14  0x01497b14 in Repeater::DoRepeaters(EventRecord const &)
 #15  0x0211ebb8 in nsMacMessagePump::DispatchEvent(int, EventRecord *)
 #16  0x0211e8e0 in nsMacMessagePump::DoMessagePump(void)
 #17  0x0211e25c in nsAppShell::Run(void)
 #18  0x02022acc in nsAppShellService::Run(void)
 #19  0x004b6f1c in main1(int, char **, nsISupports *)
 #20  0x004b795c in main

Thread 1:
 #0   0x7000497c in syscall
 #1   0x70557600 in BSD_waitevent
 #2   0x70554b80 in CarbonSelectThreadFunc
 #3   0x7002054c in _pthread_body

Thread 2:
 #0   0x7003f4c8 in semaphore_wait_signal_trap
 #1   0x7003f2c8 in _pthread_cond_wait
 #2   0x705593ec in CarbonOperationThreadFunc
 #3   0x7002054c in _pthread_body

Thread 3:
 #0   0x70044cf8 in semaphore_timedwait_signal_trap
 #1   0x70044cd8 in semaphore_timedwait_signal
 #2   0x70283ea4 in TSWaitOnConditionTimedRelative
 #3   0x7027d748 in TSWaitOnSemaphoreCommon
 #4   0x702c2078 in TimerThread
 #5   0x7002054c in _pthread_body

Thread 4:
 #0   0x7003f4c8 in semaphore_wait_signal_trap
 #1   0x7003f2c8 in _pthread_cond_wait
 #2   0x70250ab0 in TSWaitOnCondition
 #3   0x7027d730 in TSWaitOnSemaphoreCommon
 #4   0x70243d14 in AsyncFileThread
 #5   0x7002054c in _pthread_body

Thread 5:
 #0   0x7003f4c8 in semaphore_wait_signal_trap
 #1   0x7003f2c8 in _pthread_cond_wait
 #2   0x7055b884 in CarbonInetOperThreadFunc
 #3   0x7002054c in _pthread_body

Thread 6:
 #0   0x70000978 in mach_msg_overwrite_trap
 #1   0x70005a04 in mach_msg
 #2   0x70026a2c in _pthread_become_available
 #3   0x70026724 in pthread_exit
 #4   0x70020550 in _pthread_body

PPC Thread State:
  srr0: 0x00515070 srr1: 0x0000d030                vrsave: 0x00000000
   xer: 0x20000018   lr: 0x01eb21ac  ctr: 0x00000004   mq: 0x00000000
    r0: 0x00515050   r1: 0xbfffee10   r2: 0x000fd000   r3: 0xbfffef4c
    r4: 0xffffffff   r5: 0xbfffef4b   r6: 0xbfffef08   r7: 0x00002050
    r8: 0x04316c28   r9: 0x80240e10  r10: 0x00000024  r11: 0x80003710
   r12: 0x000fd9d8  r13: 0x00000008  r14: 0x028b19b8  r15: 0x00000002
   r16: 0x00000001  r17: 0x03799a00  r18: 0x043112f0  r19: 0x03798790
   r20: 0x04349f10  r21: 0x00000000  r22: 0xbfffef74  r23: 0xbfffef6c
   r24: 0x03799af0  r25: 0xbfffef4c  r26: 0x00000004  r27: 0x00000000
   r28: 0x00000000  r29: 0x00000004  r30: 0x028c1af0  r31: 0xbfffef08
Keywords: crash
Summary: mail/news crashes whenever I try to compose → mail/news crashes whenever I try to compose [@ nsBinaryInputStream::Read32]
WorksForMe using FizzillaMach/2003021203. Prachi, I assume it works for you,
too. No other bugs apparent with this crash; resolving WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Summary: mail/news crashes whenever I try to compose [@ nsBinaryInputStream::Read32] → MailNews crashes whenever I try to compose [@ nsBinaryInputStream::Read32]
Product: MailNews → Core
Product: Core → MailNews Core
Crash Signature: [@ nsBinaryInputStream::Read32]
You need to log in before you can comment on or make changes to this bug.