[Bug 226280] Re: Firefox crash when loading svg image

2008-07-14 Thread Hew
*** This bug is a duplicate of bug 219555 ***
https://bugs.launchpad.net/bugs/219555

Marking as dupe of bug #219555. HMartinho opened three reports on the
same issue.

** This bug has been marked a duplicate of bug 219555
   Svg image loading makes webbrowser crash

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 226280] Re: Firefox crash when loading svg image

2008-06-01 Thread HMartinho
Hi mate;

Still no sucess! :(
Firefox still crashes whenever it tries to open/load an svg.
Could you tell me how to correct it please, I'm a noob.

Thanks.

Cheers

2008/6/1 Jean-Baptiste Lallement <[EMAIL PROTECTED]>:

> Sorry for the delay. Did you succeeded in removing access to library in
> /usr/local or is it still an issue ?
>
> --
> Firefox crash when loading svg image
> https://bugs.launchpad.net/bugs/226280
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Helder Martinho ([EMAIL PROTECTED])
-
Nothing fails like success.


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/14894725/unnamed

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226280] Re: Firefox crash when loading svg image

2008-06-01 Thread Jean-Baptiste Lallement
Sorry for the delay. Did you succeeded in removing access to library in
/usr/local or is it still an issue ?

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226280] Re: Firefox crash when loading svg image

2008-05-04 Thread HMartinho
Ooops. it isn't! Take a look:
~$ ldd /usr/lib/xulrunner-1.9b5/libxul.so | grep cairo
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 
(0x7fe9ab517000)
libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x7fe9ab292000)

How can I set it right?
Thanks in advance.
Cheers.

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226280] Re: Firefox crash when loading svg image

2008-05-04 Thread Jean-Baptiste Lallement
cairo_path_extents was added in cairo 1.5.8. So your system library is
the right version (1.6.0 ) BUT you've another version of Cairo in
/usr/local/lib which is probably too old.

This may be the culprit.

You can either uninstall the /usr/local/lib if you don't use it version
or upgrade your locale library or set LD_LIBRARY_PATH=/usr/lib to be
certain that the one in /usr/lib is loaded first. run "ldd
/usr/lib/xulrunner-1.9b5/libxul.so | grep cairo" and be sure that the
library is the one in /usr/lib.

Please confirm before closing this report.

Regards,

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226280] Re: Firefox crash when loading svg image

2008-05-03 Thread HMartinho
Thanks for the quick response.
Here are the requested outputs:
~$ dpkg -l "firefox*" "libcairo*" "xulrunner*"|grep "^ii"
ii  firefox3.0~b5+nobinonly-0ubuntu3
  meta package for the popular mozilla web browser
ii  firefox-2  2.0.0.14+2nobinonly-0ubuntu1 
  lightweight web browser based on Mozilla
ii  firefox-3.03.0~b5+nobinonly-0ubuntu3
  safe and easy web browser from Mozilla
ii  firefox-3.0-gnome-support  3.0~b5+nobinonly-0ubuntu3
  Support for Gnome in Mozilla Firefox
ii  firefox-gnome-support  3.0~b5+nobinonly-0ubuntu3
  meta package pointing to the latest gnome-suppor
ii  firefox-themes-ubuntu  0.5.4.4  
  Firefox themes matching the Ubuntu desktop look
ii  libcairo-perl  1.043-1  
  Perl interface to the Cairo graphics library
ii  libcairo-ruby1.8   1.5.0-1.1
  Cairo bindings for the Ruby language
ii  libcairo2  1.6.0-0ubuntu1   
  The Cairo 2D vector graphics library
ii  libcairo2-dev  1.6.0-0ubuntu1   
  Development files for the Cairo 2D graphics libr
ii  libcairomm-1.0-1   1.4.2-1  
  C++ wrappers for Cairo (shared libraries)
ii  xulrunner-1.9  1.9~b5+nobinonly-0ubuntu3
  XUL + XPCOM application runner
ii  xulrunner-1.9-gnome-support1.9~b5+nobinonly-0ubuntu3
  Support for Gnome in xulrunner-1.9 applications

ldd /usr/lib/xulrunner-1.9b5/libxul.so | grep cairo
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 
(0x7f615b22c000)
libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x7f615afa7000)


A sample file or URL:
http://openclipart.org/people/ipurush/ipurush_Compass.svg
(or any other svg file)

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 226280] Re: Firefox crash when loading svg image

2008-05-03 Thread Jean-Baptiste Lallement
Thanks for your report and helping make Ubuntu better.

Not confirming in Hardy.

Please can you provide:
- A sample file or URL
- The output of the following commands :
dpkg -l "firefox*" "libcairo*" "xulrunner*"|grep "^ii"
ldd /usr/lib/xulrunner-1.9b5/libxul.so | grep cairo

Thanks in advance


** Changed in: ubuntu
   Status: New => Incomplete

-- 
Firefox crash when loading svg image
https://bugs.launchpad.net/bugs/226280
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs