Comment 12 for bug 217032

Revision history for this message
In , berg (berg-foss) wrote :

First. I am not wasting time and efforts for kiding.

I am trying link diverse reports of bugs ( efforts of many many people trying help , inside of your limit of knowledge but are attempting. he may give a hand & no a punch ).
this is a recommendation wherefore bugs alike ( or but also repeated ) they may have faster solution. more bugs reports more people to help (I suppose)

second : in relation to the fact of the first bug is invalid (I showed others), look the review 19, the bug is invalid exactly because do not have a backtrace useful!!!! ( https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/184957/comments/19 )
 Look others commentaries and others bugs report , the number is frightful :(

https://bugs.launchpad.net/ubuntu/+source/firefox-3.0?field.searchtext=&orderby=-datecreated&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_patch=&field.has_no_package=

My bug reports ( and not yet is invalid :)

https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/217032

and I used the instrunctions from https://wiki.ubuntu.com/MozillaTeam/Bugs

I will try install all dbg and dbgsym packages ( https://wiki.ubuntu.com/DebuggingProgramCrash )
using this script
#!/bin/bash
echo on
dpkg -l | cut -c5-40 > /tmp/loop.txt

for arquivo in $(cat /tmp/loop.txt); do
        echo trying DBG "$arquivo-dbg"
        apt-get install -y --force-yes "$arquivo-dbg"
        echo trying DBGSYM "$arquivo-dbgsym"
        apt-get install -y --force-yes "$arquivo-dbgsym"

done

the libcairo2-dbg package is reallly missing from recommendation at mozillateam.

root@unstable-desktop:/home/unstable# dpkg -S libnspr4.so.0d
libnspr4-0d-dbgsym: /usr/lib/debug/usr/lib/libnspr4.so.0d
libnspr4-0d: /usr/lib/libnspr4.so.0d
root@unstable-desktop:/home/unstable# dpkg -S libcairo.so.2
libcairo2-dbg: /usr/lib/debug/usr/lib/libcairo.so.2.17.3
libcairo2: /usr/lib/libcairo.so.2.17.3
libcairo2: /usr/lib/libcairo.so.2
root@unstable-desktop:/home/unstable#

thank you for his considerations, links and by attention.