Bug 160330
| Summary: | Mozilla crashes when reloading release notes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Per Steinar Iversen <persteinar.iversen> | ||||
| Component: | mozilla | Assignee: | Christopher Aillon <caillon> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | havardw, jws, kas, keinbiervorvier, reisswolf_nospam, robin.humble+redhat | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-01-22 11:58:32 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 160856 | ||||||
| Attachments: |
|
||||||
|
Description
Per Steinar Iversen
2005-06-14 14:50:15 UTC
I have observed a similar behaviour (both from Mozilla and Galeon), when clicking to my MRTG graphs. When I click to http://www.linux.cz/stats/mrtg-rrd/ the page is displayed OK, but when I click to any of the graphs, the browser crashes. I've tried to run mozilla under GDB, and got a similar trace - SIGSEGV somewhere in libimglib2.so. Downgrade to mozilla binaries from FC3 updates makes this problem disappear. My system is also x86_64. same here: fresh FC4 x86_64 install mozilla segfaults on the 2nd or 3rd page visited, or on reload, independent of page content. No plugins or add-ons. the gdb backtrace is the same as above, segfault happens somewhere in libimglib2.so 0x00002aaab1dcff0e in NSGetModule () from /usr/lib64/mozilla-1.7.8/components/libimglib2.so this makes the 64 bit version of mozilla useless T. Created attachment 115995 [details]
Use proper array template from nsCOMArray
I've been bitten by this as well. It's the same upstream bug as: https://bugzilla.mozilla.org/show_bug.cgi?id=293307 I've attached a backported patch. Thanks for tracking this down. I'll add the patch to FC4 and rawhide soon. *** Bug 160856 has been marked as a duplicate of this bug. *** Chris, this bug is impacting all mozilla, epiphany and galeon. This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks. In FC6/i386 and x86_64, Galeon works correctly when viewing http://www.linux.cz/stats/mrtg-rrd/ and http://fedora.redhat.com/docs/release-notes/fc4/ - so I think the bug has been fixed since then. the bug was fixed a long time ago with one of the mozilla updates in FC4. T. |