Closed
Bug 440522
Opened 17 years ago
Closed 17 years ago
Crashes when trying to display SVG image
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: blase16, Assigned: armin76)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; de; rv:1.9) Gecko/2008061814 (Gentoo) Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux ppc; de; rv:1.9) Gecko/2008061814 (Gentoo) Firefox/3.0
Perhaps a buffer overflow somewhere in the svg rendering enging? Tested on Gentoo GNU/Linux ppc and x86
Reproducible: Always
Steps to Reproduce:
1. Visit the url
2. Wait few seconds
3. Enjoy it :D
Expected Results:
Show the SVG
| Reporter | ||
Updated•17 years ago
|
Version: unspecified → 3.0 Branch
| Reporter | ||
Updated•17 years ago
|
Summary: Crashes when trying to display the SVG → Crashes when trying to display SVG Image
| Reporter | ||
Updated•17 years ago
|
Summary: Crashes when trying to display SVG Image → Crashes when trying to display SVG image
Updated•17 years ago
|
Component: General → SVG
Product: Firefox → Core
QA Contact: general → general
Version: 3.0 Branch → 1.9.0 Branch
Comment 1•17 years ago
|
||
WFM on Windows.
Please provide a crash report... they can be accessed via about:crashes
| Reporter | ||
Comment 2•17 years ago
|
||
Therer're no crash reports. about:crashes doesn't exists and the directory /home/<username>/.mozilla/firefox/Crash Reports/ doesn't exists.
The Bug seems not to appear on some other Linux configurations. Perhaps it's depends on the version of a SVG lib?
kalkin
Comment 3•17 years ago
|
||
I notice that the User-Agent has (Gentoo) in it. Does that mean that you didn't get your Firefox from http://www.mozilla.com? If so can you download Firefox 3 from there and try that one?
Comment 4•17 years ago
|
||
I think gentoo is built with --enable-system-cairo
You can confirm that using about:buildconfig
My guess is that your problems are down to the version of your system cairo library. The mozilla.com Firefox has cairo embedded into the binary itself.
If this is the case then this bug is invalid here. You would need to raise one with Gentoo.
| Reporter | ||
Comment 5•17 years ago
|
||
(In reply to comment #3)
> I notice that the User-Agent has (Gentoo) in it. Does that mean that you didn't
> get your Firefox from http://www.mozilla.com? If so can you download Firefox 3
> from there and try that one?
There is no Firefox Linux Version for PowerPC.
(In reply to comment #4)
> I think gentoo is built with --enable-system-cairo
Yes it's build with --enable-svg-renderer=cairo --enable-system-cairo
| Reporter | ||
Comment 6•17 years ago
|
||
I don't think that the problem is that it's compiled with --enable-system-cairo, because a friend of mine uses Firefox on Ubuntu and it can normaly render the SVG. Here are his build flags
--build=i486-linux-gnu --prefix=/usr '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' --sysconfdir=/etc --localstatedir=/var '--libexecdir=${prefix}/lib/xulrunner-1.9' --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --enable-system-cairo --disable-system-sqlite --with-system-nspr --with-system-nss --enable-application=xulrunner --enable-extensions=xml-rpc,venkman,inspector,irc,gnomevfs,cview,tasks,reporter,python/xpcom --enable-webservices --enable-safe-browsing --with-default-mozilla-five-home=/usr/lib/xulrunner-1.9 --enable-startup-notification --with-user-appdir=.mozilla --without-system-jpeg --with-system-zlib=/usr --with-system-bz2=/usr --enable-system-hunspell --disable-javaxpcom --disable-crashreporter --disable-elf-dynstr-gc --disable-installer --disable-strip --disable-strip-libs --disable-install-strip --disable-tests --disable-mochitest --disable-updater --enable-optimize --with-distribution-id=com.ubuntu
Another friend of mine could reproduce the crash on a Firefox 2 on linux.
could you try using EMERGE or something to disable system-cairo and see if the problem goes away?
Assignee: nobody → armin76
Comment 8•17 years ago
|
||
(In reply to comment #6)
> I don't think that the problem is that it's compiled with
> --enable-system-cairo, because a friend of mine uses Firefox on Ubuntu and it
> can normaly render the SVG.
What version of cairo though? His could be newer than yours.
| Reporter | ||
Comment 9•17 years ago
|
||
(In reply to comment #7)
> could you try using EMERGE or something to disable system-cairo and see if the
> problem goes away?
I can't disable syste-cairo
(In reply to comment #8)
> What version of cairo though? His could be newer than yours.
I have 1.6.4 but no idea, which one he have.
Comment 10•17 years ago
|
||
Also right-click & View page source gives strange black window with coloured text
Comment 11•17 years ago
|
||
Confirming on Fedora Core 8 with a clean Firefox 3.0 from mozilla. When run from the terminal, get a: firefox-bin: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 12•17 years ago
|
||
Still happening with 3.0.1?
| Reporter | ||
Comment 13•17 years ago
|
||
It works fine on Debian Lenny GNU/Linux with Iceweasel 3.0.1. I have no Gentoo no more so i can't test it if it would work on Gentoo.
| Assignee | ||
Comment 14•17 years ago
|
||
Okay, this is rather a Gentoo bug...probably related with xorg-server, since -bin crashes as well.
I've opened a bug on Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=236108 , closing this one as invalid since it applies only to Gentoo
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•