Closed
Bug 8089
Opened 26 years ago
Closed 26 years ago
Edit/Preferences/Appearance-colors causes crash
Categories
(SeaMonkey :: Preferences, defect, P1)
Tracking
(Not tracked)
M7
People
(Reporter: morse, Assigned: matt)
References
Details
Open preference panel, click on appearance-colors. Get crash with the following
stack trace.
NTDLL! 77f76148()
nsDebug::Assertion(char * 0x01ca86b4, char * 0x01ca86a8, char * 0x01ca867c, int
536) line 150 + 13 bytes
StyleSetImpl::ResolveStyleFor(nsIPresContext * 0x032bec30, nsIContent *
0x00000000, nsIStyleContext * 0x00000000, int 0) line 536 + 32 bytes
nsPresContext::ResolveStyleContextFor(nsPresContext * const 0x032bec30,
nsIContent * 0x00000000, nsIStyleContext * 0x00000000, int 0, nsIStyleContext *
* 0x0012e07c) line 365 + 38 bytes
XULDocumentImpl::StartLayout() line 3914 + 66 bytes
XULDocumentImpl::EndLoad(XULDocumentImpl * const 0x032bca90) line 1831
XULContentSinkImpl::DidBuildModel(XULContentSinkImpl * const 0x032bdd20, int 1)
line 508
CWellFormedDTD::DidBuildModel(CWellFormedDTD * const 0x031c32b0, unsigned int 0,
int 1, nsIParser * 0x032bddd0, nsIContentSink * 0x032bdd20) line 287 + 20 bytes
nsParser::DidBuildModel(unsigned int 0) line 507 + 55 bytes
nsParser::ResumeParse(nsIDTD * 0x00000000) line 855
nsParser::OnDataAvailable(nsParser * const 0x032bddd4, nsIURL * 0x0325a7b0,
nsIInputStream * 0x032bcfa0, unsigned int 2211) line 1071 + 17 bytes
nsDocumentBindInfo::OnDataAvailable(nsDocumentBindInfo * const 0x0325a3c0,
nsIURL * 0x0325a7b0, nsIInputStream * 0x032bcfa0, unsigned int 2211) line 1502 +
24 bytes
OnDataAvailableProxyEvent::HandleEvent(OnDataAvailableProxyEvent * const
0x032be880) line 634
StreamListenerProxyEvent::HandlePLEvent(PLEvent * 0x032be884) line 473 + 12
bytes
PL_HandleEvent(PLEvent * 0x032be884) line 491 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x01045c30) line 452 + 9 bytes
_md_EventReceiverProc(void * 0x00c90572, unsigned int 49295, unsigned int 0,
long 17062960) line 868 + 9 bytes
USER32!
Reporter | ||
Comment 1•26 years ago
|
||
Same crash occurs for Navigator-applications.
Also nothing happens for Navigator-Languages but I just presume that it is not
yet implemented so I'm not filing a bug report on that. If something was
supposed to happen for languages, then there's another bug and a report should
be filed on it.
Reporter | ||
Comment 2•26 years ago
|
||
Same crash occurs for Offline-Download.
A different crash occurs for Advanced-Smartupdate Putting in this bug report
but it might be a separate bug. If so, please separate into two reports. The
Advanced-Smartupdate crash is:
CSSLoaderImpl::DidLoadStyle(nsIUnicharStreamLoader * 0x031c93e0, nsString &
{...}, SheetLoadData * 0x031c9b70, unsigned int 2152398849) line 743 + 16 bytes
DoneLoadingStyle(nsIUnicharStreamLoader * 0x031c93e0, nsString & {...}, void *
0x031c9b70, unsigned int 2152398849) line 537
nsUnicharStreamLoader::OnStopBinding(nsUnicharStreamLoader * const 0x031c93e4,
nsIURL * 0x031c9f30, unsigned int 2152398849, unsigned short * 0x0012e144) line
156 + 31 bytes
nsDocumentBindInfo::OnStopBinding(nsDocumentBindInfo * const 0x031c9460, nsIURL
* 0x031c9f30, unsigned int 2152398849, unsigned short * 0x0012e144) line 1537 +
30 bytes
nsStreamListenerProxy::OnStopBinding(nsStreamListenerProxy * const 0x031c94b0,
nsIURL * 0x031c9f30, unsigned int 2152398849, unsigned short * 0x0012e144) line
772 + 30 bytes
bam_exit_routine(URL_Struct_ * 0x031c99c0, int -215, MWContext_ * 0x031c9d20)
line 1428
net_CallExitRoutine(void (URL_Struct_ *, int, MWContext_ *)* 0x00414401
bam_exit_routine(URL_Struct_ *, int, MWContext_ *), URL_Struct_ * 0x031c99c0,
int -215, int 38, MWContext_ * 0x031c9d20) line 1142 + 15 bytes
CallExitRoutineProxyEvent::HandleEvent(CallExitRoutineProxyEvent * const
0x031ca9c0) line 889 + 40 bytes
ProxyEvent::HandlePLEvent(PLEvent * 0x031ca9c4) line 401
PL_HandleEvent(PLEvent * 0x031ca9c4) line 491 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x01045c30) line 452 + 9 bytes
_md_EventReceiverProc(void * 0x00f5065c, unsigned int 49295, unsigned int 0,
long 17062960) line 868 + 9 bytes
USER32! 77e71250()
Matt, is this crash due to the original horked file from German?
(BTW, just clicking around in a few prefs panels causes a crash.)
I don't believe it is do to that
file. I'm not sure what this is from.
Happens after you click on the links many times
over for me. I think it might be a xul loading style sheet problem.
John says this is a dupe (he thinks).
*** This bug has been marked as a duplicate of 7902 ***
Bulk move of all Pref UI component bugs to new Preferences component. Pref UI
component will be deleted.
Component: Pref UI → Preferences
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•