Closed
Bug 223955
Opened 22 years ago
Closed 16 years ago
mozilla crashes immediately
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: o.flebbe, Unassigned)
References
Details
(Keywords: crash, intl)
Attachments
(2 files)
4.73 KB,
text/plain
|
Details | |
285 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)
Build Identifier: mozilla 1.5
The SGI CC Compiler 7.3.2.1m miscompiles xpcom/io/nsNativeCharSetUtils.cpp.
When removing the -O flag from this file, mozilla works o.k.
With -O mozilla dies deep into some call to iconv_ ...
I did not use
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Patch for Makefile.in
Reporter | ||
Comment 3•22 years ago
|
||
I did not use gettext or libiconv btw.
OS: other → IRIX
Hardware: Other → SGI
Comment 4•22 years ago
|
||
IIRC, there's another related bug filed on IRIX.
darin and cls, what's the right way to remove '-O' on IRIX if that's what we
have to do to fix this problem?
Comment 5•22 years ago
|
||
See the examples in js/src/Makefile.in .
Comment 6•22 years ago
|
||
*** Bug 222787 has been marked as a duplicate of this bug. ***
Comment 7•22 years ago
|
||
works ;-))
SOLVED
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 8•16 years ago
|
||
Olaf writes "We do not compile mozilla, seamonkey, firefox etc. any more...
IRIX is out of service now"
not sure if fixed // comment 2 ever checked in
Assignee: general → build-config
Severity: normal → critical
Component: General → Build Config
Keywords: crash
QA Contact: general → build-config
Comment 9•16 years ago
|
||
It did not. I wouldn't take that patch anyway, since it unsets optimization for all platforms. Without someone who cares about IRIX (and I sure don't), this bug isn't going anywhere.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Comment 10•16 years ago
|
||
(In reply to comment #9)
> I wouldn't take that patch anyway, since it unsets optimization for
> all platforms.
this patch enabled me to compile the mozilla apps for irix at all. it's great!
however it might not be needed on other platforms of course.
Comment 11•16 years ago
|
||
for the record, in case anyone actually wants to push this bug, it would be greatly appreciated if they referenced an incident number for this compiler for this bug - if there isn't a report against the compiler, file one first....
Note that there's a 7.4 compiler available....
Summary: mozilla crashes immediatly → mozilla crashes immediately
Updated•15 years ago
|
Assignee: build-config → nobody
QA Contact: build-config → build-config
Reporter | ||
Comment 12•15 years ago
|
||
Since there are no IRIX systems around any more, its o.k. for me to close the bug with --wont fix---
Resolution: INCOMPLETE → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•