Closed
Bug 139656
Opened 23 years ago
Closed 22 years ago
Crash (SEGV) during startup in nsTreeBodyFrame::SetView
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: apf, Assigned: hewitt)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
7.01 KB,
text/plain
|
Details |
From Bugzilla Helper:
Reproducible: Always
Steps to Reproduce:
1../mozilla
2.
3.
Actual Results: /mnt/l1/cvs-mozilla/mozilla/dist/bin/run-mozilla.sh: line 72:
12791 Segmentation fault $prog ${1+"$@"}
Optimized RC1 Build with following .mozconfig:
# Options for 'configure' (same as command-line options).
ac_add_options --enable-toolkit-gtk
ac_add_options --enable-crypto
ac_add_options --disable-bidi
ac_add_options --disable-accessibility
ac_add_options --disable-mathml
ac_add_options --disable-debug
ac_add_options --disable-dtd-debug
ac_add_options --enable-optimize="-O2 -march=i686"
ac_add_options --enable-reorder
ac_add_options --enable-xterm-updates
ac_add_options --disable-mailnews
ac_add_options --disable-ldap
ac_add_options --disable-tests
Comment 2•23 years ago
|
||
Build ID ? (Or do you mean RC1 ? Please don't touch the Target Milestone. It's
for the developer to target his buglist)
Compiler Version ?
Target Milestone: mozilla1.0 → ---
Source pulled from CVS with tag MOZILLA_1_0_RC1_RELEASE
Compiler version is gcc version 2.95.3 20010315 (SuSE) as
shipped with Suse 8.0.
This is my first mozilla build with this OS release. If have build 0.9.9 and
earlier versions with the same .mozconfig in Suse 7.2 (which also uses gcc
2.95.3) without problems. My old (7.2) 0.9.9 build has no problems running on 8.0.
Comment 4•23 years ago
|
||
xp toolkit: trees per stacktrace
Assignee: Matti → hewitt
Component: Browser-General → XP Toolkit/Widgets: Trees
QA Contact: imajes-qa → shrir
Comment 5•22 years ago
|
||
I built a copy of mozilla using the configuration from comment #1, and it seems
to be perfectly stable to me. Can anyone reproduce this with a current copy of
mozilla?
Comment 6•22 years ago
|
||
I'm going to resolve this. If the problem can be reproduced with a current
version of mozilla, please feel free to reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•