Closed
Bug 159383
Opened 23 years ago
Closed 23 years ago
[BeOS] gcc segfault
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: doehrm, Assigned: harishd)
Details
c++ -o nsViewSourceHTML.o -c -DOSTYPE=\"BeOS5.0\" -DOSARCH=\"BeOS\" -DOJI
-D_IMPL_NS_HTMLPARS -DXML_DTD -I../../dist/include/xpcom
-I../../dist/include/string -I../../dist/include/necko -I../../dist/include/util
-I../../dist/include/uconv -I../../dist/include/unicharutil
-I../../dist/include/expat -I../../dist/include/layout -I../../dist/include/dom
-I../../dist/include/pref -I../../dist/include/nkcache -I../../dist/include/intl
-I../../dist/include/htmlparser -I../../dist/include
-I/boot/home/mozilla/dist/include/nspr -fPIC -frtti -fno-exceptions
-Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-multichar -pedantic
-Wno-long-long -pipe -DDEBUG -D_DEBUG -DDEBUG_doehrm -DTRACING -g
-DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/nsViewSourceHTML.pp
nsViewSourceHTML.cpp
nsDTDUtils.h:652: warning: `void InPlaceConvertLineEndings(nsAString &)' defined
but not used
nsViewSourceHTML.cpp:101: warning: `int gErrorThreshold' defined but not used
../../dist/include/string/nsBufferHandle.h:399: Internal compiler error in
`output_die', at dwarf2out.c:5433
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [nsViewSourceHTML.o] Error 1
make[4]: Leaving directory `/boot/home/mozilla/htmlparser/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/boot/home/mozilla/htmlparser'
make[2]: *** [tier_9] Error 2
make[2]: Leaving directory `/boot/home/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/boot/home/mozilla'
doehrm@beos:~/mozilla# gcc -v
Reading specs from /boot/develop/tools/gnupro/lib/gcc-lib/i586-pc-beos/2.95.3/specs
gcc version 2.95.3 20010315 (release)
doehrm@beos:~/mozilla# uname -a
BeOS beos 5.0 1000009 BePC unknown
I don't know if I should file a compiler bug against this version - can anyone
give me a hint?
Thanx!
Comment 1•23 years ago
|
||
Is it reproducable problem? If you run make once more?
| Reporter | ||
Comment 2•23 years ago
|
||
yes, it is. I also first thought about the famous sig11 page on gcc but bad
memory and/or the like can't be since the machine ran before FreeBSD for over
two years compiling and testing Mozilla without a hazzle...
Probably some BeOS gurus know something about that but I just don't know which
component is right - feel free to reassign.
Comment 3•23 years ago
|
||
I recall this problem when i started programming under BeOS.
Reason was very strange and stupid - something like incompatibility with Tracker.
But don't remember exactly.
Please, report, which version of BeOS you use - you need to upgarde it to 5.01
if not yet. And get OpenTracker from http://opentracker.sourceforge.net/main.html
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•23 years ago
|
||
This is BeOS 5.0.4 downloaded from bebits.com
I'll try again with Opentracker... will post results here. Thanx!
I'm not sure if the "5.0.4" has the 5.0.1 update applied or not. And, it is not
an "official" distribution. I think it has the "hacked" kernel patches applied,
which means, i think, that 5.0.1 was not applied, and, if you were to do so, it
would replace your "patched" kernel.
The beos machine in the tinderbox is green, so this is probably specific to your
machine.
Comment 7•23 years ago
|
||
reopen, happened on closed bug
Status: CLOSED → UNCONFIRMED
Resolution: WONTFIX → ---
Comment 8•23 years ago
|
||
We avoid using CLOSED, resolving WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•