Closed
Bug 24305
Opened 25 years ago
Closed 25 years ago
Browser crashes on startup in nsWebShell::OnProgress
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: jdunn, Assigned: jdunn)
References
Details
(Keywords: crash)
XPTCall code wasn't handling the cfront this adjustment
correctly.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Index: xptcinvoke_asm_ppc_aix.s
===================================================================
RCS file:
/cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_aix.s,v
retrieving revision 1.2
retrieving revision 1.3
diff -r1.2 -r1.3
37a38,39
> .set BO_IF,12
> .set CR0_EQ,2
113a116,119
>
> addi r5,r5,-4 # We need to manually adjust the 'that' pointer, this is
CFRONT based
> lwzx r5,r4,r5 # offset = r4(vtable) + r5(methodIndex offset) - 4
> add r3,r5,r3 # adjust 'that' r3 = r3 + r5
Comment 4•24 years ago
|
||
*spam* changing qa contact from nobody@mozilla.org to me (BlakeR1234@aol.com)
on 121 open or resolved (but not verified) bugs. sorry for the spam everybody,
but most of these bugs would just remain dormant and not checked by QA
otherwise. I'm not sure how so many bugs have nobody as their QA contact, but
I suspect this is the fault of some sort of bugzilla corruption that happened
at some point (most of these bugs are in the 20000-26000 range, and I don't see
where in the activity log that QA contact explicitly changed to
nobody@mozilla.org)
Anyways, sorry again for spam. If you really get annoyed, I'm usually
available in #mozilla on IRC for torture.
QA Contact: nobody → BlakeR1234
Comment 5•24 years ago
|
||
er...AIX? Can't verify on this one. Paul, anyone over there have AIX (is Jim
still around to verify)?
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•