Closed Bug 12102 Opened 25 years ago Closed 25 years ago

[PP]Static constructor crash on exit

Categories

(Core :: XPCOM, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: akkzilla, Assigned: rickg)

Details

(Keywords: crash)

This one seems to be new today.  Run apprunner -edit, exit via File->quit,
File->Close, or the windowmanager 'x', crash in:

__tcf_1 () at CNavDTD.cpp:2741
2741      static nsEntryStack kPropagationStack;
Cannot access memory at address 0x40525060.

(that's as far as the stack trace goes, unfortunately.)
Assignee: dp → rickg
Summary: YA crash exiting the editor → Static constructor crash on exit
htmlparser/src/CNavDTD.cpp::2741
	static nsEntryStack kPropagationStack;

Static class inside of a function is also not xp. This will coredump on some
unix platforms at unload time.
Summary: Static constructor crash on exit → [PP]Static constructor crash on exit
Putting on [PP] radar
Assignee: rickg → ramiro
Ramiro -- this is the static crash bug we discussed. If it turns out to be
something stupid in layout, please pass it back to me.
Assignee: ramiro → rickg
I beleive all statics in the parser have been fixed.

marking fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
QA Contact: beppe → gerardok
Adding crash keyword
Keywords: crash
You need to log in before you can comment on or make changes to this bug.