Closed
Bug 264326
Opened 20 years ago
Closed 20 years ago
current mozilla/firefox/thunderbird does not work reliable on s390(x)
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wolfiR, Assigned: wolfiR)
Details
(Keywords: fixed1.7.5)
Attachments
(1 file)
|
3.48 KB,
patch
|
shaver
:
review+
shaver
:
superreview+
asa
:
approval-aviary+
asa
:
approval1.7.5+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041013 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041013 mozilla is very unstable on s390(x) at the moment (1.7.x) and firefox/thunderbird get segmentation faults when trying to call "* -register". According to our s390 developers the attached patch fixes wrong stubs and a miscompilation because of wrong inlining. Reproducible: Always Steps to Reproduce: .
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #162060 -
Flags: review?(blizzard)
Comment 2•20 years ago
|
||
Marking new and adding the person involved in bug 90010 as a CC
Status: UNCONFIRMED → NEW
Component: XPCOM → Build Config
Ever confirmed: true
Comment 3•20 years ago
|
||
bug 90010 was assigned to blizzard, but as you provide a patch and ask blizzard to review it, I'm assigning this one to you and I put blizzard@mozilla.org in the CC list.
Assignee: dougt → mozilla
| Assignee | ||
Comment 4•20 years ago
|
||
Mike, you already saw a part of the patch in our source RPM. We had to extend the patch to actually build firefox and thunderbird on s390(x) on our current distributions. Just to keep you informed and maybe you would like to sr
Comment 5•20 years ago
|
||
Comment on attachment 162060 [details] [diff] [review] xpcom fixes for s390(x) Yeah, looks safe enough, and if you're running with it on s390, who am I to argue? Let's get it on the stable/release branches too.
Attachment #162060 -
Flags: superreview+
Attachment #162060 -
Flags: review?(blizzard)
Attachment #162060 -
Flags: review+
Attachment #162060 -
Flags: approval1.7.x?
Attachment #162060 -
Flags: approval-aviary?
Comment 6•20 years ago
|
||
Comment on attachment 162060 [details] [diff] [review] xpcom fixes for s390(x) a=asa
Attachment #162060 -
Flags: approval1.7.x?
Attachment #162060 -
Flags: approval1.7.x+
Attachment #162060 -
Flags: approval-aviary?
Attachment #162060 -
Flags: approval-aviary+
Comment 7•20 years ago
|
||
Checked in on trunk: cvs commit: Examining . Checking in xptcinvoke_linux_s390.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp,v <-- xptcinvoke_linux_s390.cpp new revision: 1.3; previous revision: 1.2 done Checking in xptcinvoke_linux_s390x.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp,v <-- xptcinvoke_linux_s390x.cpp new revision: 1.3; previous revision: 1.2 done Checking in xptcstubs_linux_s390.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp,v <-- xptcstubs_linux_s390.cpp new revision: 1.3; previous revision: 1.2 done Checking in xptcstubs_linux_s390x.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp,v <-- xptcstubs_linux_s390x.cpp new revision: 1.3; previous revision: 1.2 done
Status: NEW → ASSIGNED
Comment 8•20 years ago
|
||
Checked in on MOZILLA_1_7_BRANCH: Checking in xptcinvoke_linux_s390.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp,v <-- xptcinvoke_linux_s390.cpp new revision: 1.1.50.1; previous revision: 1.1 done Checking in xptcinvoke_linux_s390x.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp,v <-- xptcinvoke_linux_s390x.cpp new revision: 1.1.50.1; previous revision: 1.1 done Checking in xptcstubs_linux_s390.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp,v <-- xptcstubs_linux_s390.cpp new revision: 1.1.50.1; previous revision: 1.1 done Checking in xptcstubs_linux_s390x.cpp; /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp,v <-- xptcstubs_linux_s390x.cpp new revision: 1.1.50.1; previous revision: 1.1 done
| Assignee | ||
Comment 9•20 years ago
|
||
fixed on trunk and 1_7_BRANCH. (thanks Kenneth) aviary is missing because of its RC state.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•