Closed
Bug 126086
Opened 24 years ago
Closed 24 years ago
quickly switching prefs crashes (classic theme only)
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 125713
People
(Reporter: ajschult784, Assigned: samir_bugzilla)
Details
(Keywords: crash)
Attachments
(1 file)
|
8.73 KB,
text/plain
|
Details |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020216
if I select Themes while Mozilla is thinking about another Appearance pref (like
colors or fonts), Mozilla crashes.
Steps to reproduce:
1) Apply Classic Theme (or start with new profile)
2) Open preferences
3) Open Appearance tree
4) Select Themes
5) Select Colors (or Fonts)
6) Select Themes while it's still thinking about Colors
7) Crash
The crash does not occur if the Modern theme is active.
This seems a lot like bug #121860, which has been "fixed" for a while.
talkback ID TB3025305Y
My debug build sometimes throws an assertion instead of crashing:
Error reading file
jar:resource:///chrome/toolkit.jar!/content/global/bindings/colorpicker.xml
###!!! ASSERTION: An XBL file is malformed. Did you forget the XBL namespace on
the bindings tag?: 'Error', file nsXBLService.cpp, line 398
###!!! Break: at file nsXBLService.cpp, line 398
Failed to load XBL document
jar:resource:///chrome/toolkit.jar!/content/global/bindings/colorpicker.xml
when it does crash it throws this assertion:
###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().:
'mRawPtr != 0', file ../../../dist/include/xpcom/nsCOMPtr.h, line 650
###!!! Break: at file ../../../dist/include/xpcom/nsCOMPtr.h, line 650
stacktrace to follow
| Reporter | ||
Comment 1•24 years ago
|
||
stacktrace looks different than those reported in bug #121860
| Assignee | ||
Comment 2•24 years ago
|
||
-> Themes?
Assignee: sgehani → hewitt
Component: Preferences → Themes
QA Contact: sairuh → pmac
| Reporter | ||
Comment 3•24 years ago
|
||
I am unable to reproduce this with build 20020214
Comment 4•24 years ago
|
||
Please reopen if you can reproduce this.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•24 years ago
|
||
I *can* reproduce this, build 20020218 and 20020216. I cannot reproduce it
20020214.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 6•24 years ago
|
||
this is not a themes bug. I can produce the same behavior by switching between
many of the prefs (with identical stacktraces). The key seems to be the time
Mozilla takes to load the pref. Fast-loading prefs do not exhibit this bug.
"themes" "fonts" and "colors" are slow and so easier to reproduce.
build 2002-02-14-12 does not have this bug
build 2002-02-14-21 (and later) does have this bug
==> back to preferences
Assignee: hewitt → sgehani
Component: Themes → Preferences
Keywords: crash
QA Contact: pmac → sairuh
Summary: selecting appearance->themes crashes with classic theme → quickly switching prefs crashes
| Reporter | ||
Updated•24 years ago
|
Summary: quickly switching prefs crashes → quickly switching prefs crashes (classic theme only)
| Assignee | ||
Comment 7•24 years ago
|
||
See: <http://bugzilla.mozilla.org/show_bug.cgi?id=125713#c18>
*** This bug has been marked as a duplicate of 125713 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•