Closed
Bug 23012
Opened 26 years ago
Closed 26 years ago
Segmentation Fault
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: gould, Assigned: attinasi)
References
()
Details
Segmentaion Fault occurs when the page is displayed.
Updated•26 years ago
|
Assignee: nobody → pierre
Severity: normal → critical
Component: Browser-General → Style System
QA Contact: nobody → chrisd
Comment 1•26 years ago
|
||
I have two talkback reports en route for this crash (TB3577586Q and
TB3577541E), using the Win95 M12 release.
The console messages before crash are:
->>>>>>>>>>>>>> Read Clipboard from memory
FindShortcut: in='http://www.maitou.gr.jp/solution/' out='null'
Error loading URL http://www.maitou.gr.jp/solution/
Document: Done (11.37 secs)
CSSLoaderImpl::DidLoadStyle: Load of URL 'http://www.maitou.gr.jp/style.css'
failed. Error code: 2
Error: Can't load: http://www.maitou.gr.jp/solution/ (804b0002)
Note that the page dynamically creates the <LINK> element (but not on Linux
-- the original bug report was for Linux, but I also crash on win95 (??)).
<SCRIPT LANGUAGE="JavaScript">
if( navigator.appVersion.indexOf("Linux") <= -1 ){
document.write("<LINK REL=\"stylesheet\" HREF=\"../style.css\">");
}
</SCRIPT>
Also, the declared charset (in META) is 'euc-jp'. The style sheet itself
looks OK, but note that the 'font-family: ' args are in euc-jp (I assume;)
Passing to pierre/Style System.
Comment 2•26 years ago
|
||
Also crashes with 2000010308 win95 (Talkback TB3580395W -- but I don't know
if running Talkback with the nightly builds results in valid or bogus crash
data).
Updated•26 years ago
|
Assignee: pierre → attinasi
Comment 3•26 years ago
|
||
Reassigned to attinasi.
You may need to select the 'euc-jp' character set to see the problem.
| Assignee | ||
Comment 4•26 years ago
|
||
The test site (http://www.maitou.gr.jp/solution/) does not crash Mozilla or
Viewer on WinNT or Linux - tested with fresh build on 1/18. I switched the
char-set to euc-jp too, as suggested by Pierre, and on both platforms it is
fine. Closing this bug; re-open if it can be duplicated on another site.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 5•26 years ago
|
||
Verifying Fixed on build 2000-04-24-09 (Red Hat 6.2, kernel 2.2.14).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•