Fedora QA

1. Fedora Bug Hunting
Review below bug
Bug 480548 – Firefox closed by itself just after it starts when many tabs are loading at the same time

Try to reproduce the bug in rawhide using tools described in comment #1:
<commment #1>
First of all, could we get output of the command

rpm -qa *xulrun* *firefox* *mozilla* *flash* *plugin*

Please also install firefox-debuginfo (debuginfo-install is from
yum-utils package).

debuginfo-install firefox

Then run firefox with a parameter -g. That will start firefox running inside of
gdb debugger. Then use command run and do whatever you did to make firefox
crash. When it happens, you should go back to the gdb and run

(gdb) thread apply all backtrace

This produces usually many screens of the text. Copy all of them into a text
editor and attach the file to the bug as an uncompressed attachment.
</commment #1>

Here the messages I got from dmesg after my firefox closed unexpectedly
firefox[3560]: segfault at 382158fe03 ip 0000000002261990 sp 00007fffc28e49c0 error 4 in libc-2.9.90.so[21ec000+160000]
firefox[3620]: segfault at 382158fe03 ip 00007f3c2ed8c990 sp 00007fff37628700 error 4 in libc-2.9.90.so[7f3c2ed17000+160000]
firefox[3776]: segfault at 382158fe03 ip 0000000007b14990 sp 00007fff3fe37640 error 4 in libc-2.9.90.so[7a9f000+160000]
firefox[3862]: segfault at 382158fe03 ip 0000000006340990 sp 00007fff8b253320 error 4 in libc-2.9.90.so[62cb000+160000]
firefox[3888]: segfault at 382158fe03 ip 00007fbf35a4e990 sp 00007fff3e27e350 error 4 in libc-2.9.90.so[7fbf359d9000+160000]
firefox[3913]: segfault at 382158fe03 ip 0000000006b6b990 sp 00007fffe86ab780 error 4 in libc-2.9.90.so[6af6000+160000]
firefox[3959]: segfault at 382158fe03 ip 00007ff854c27990 sp 00007fff5d3d1340 error 4 in libc-2.9.90.so[7ff854bb2000+160000]
firefox[3985]: segfault at 382158fe03 ip 0000000003b9e990 sp 00007fff104bf5b0 error 4 in libc-2.9.90.so[3b29000+160000]
firefox[4075]: segfault at 382158fe03 ip 000000000643e990 sp 00007fffbacdbd90 error 4 in libc-2.9.90.so[63c9000+160000]
firefox[4123]: segfault at 382158fe03 ip 00007f9c20949990 sp 00007fff293ff4f0 error 4 in libc-2.9.90.so[7f9c208d4000+160000]
firefox[4162]: segfault at 382158fe03 ip 0000000002228990 sp 00007fffdecf5dc0 error 4 in libc-2.9.90.so[21b3000+160000]
firefox[4274]: segfault at 382158fe03 ip 0000000004f3e990 sp 00007fff1de8bf60 error 4 in libc-2.9.90.so[4ec9000+160000]
firefox[4317]: segfault at 382158fe03 ip 00000000046ec990 sp 00007fff5ab21bf0 error 4 in libc-2.9.90.so[4677000+160000]

[yunusf10@tselnode-114-121-46-76 ~]$ rpm -qa *xulrun* *firefox* *mozilla* *flash* *plugin*
plymouth-plugin-solar-0.6.0-2.fc11.x86_64
gstreamer-plugins-flumpegdemux-0.10.15-4.fc10.x86_64
alsa-plugins-pulseaudio-1.0.18-2.fc11.x86_64
PackageKit-yum-plugin-0.4.3-1.fc11.x86_64
xulrunner-1.9.1-0.7.beta2.fc11.x86_64
PackageKit-gstreamer-plugin-0.4.3-1.fc11.x86_64
plymouth-plugin-label-0.6.0-2.fc11.x86_64
firefox-3.1-0.6.beta2.fc11.x86_64
plymouth-system-plugin-0.6.0-2.fc11.x86_64
mozilla-filesystem-1.9-2.fc10.x86_64
gstreamer-plugins-ugly-0.10.10-5.fc11.x86_64
gstreamer-plugins-farsight-0.12.10-1.fc11.x86_64
anaconda-yum-plugins-1.0-3.fc10.noarch
gstreamer-plugins-base-0.10.22-1.fc11.x86_64
nspluginwrapper-1.3.0-2.fc11.x86_64
setroubleshoot-plugins-2.0.12-1.fc11.noarch
gstreamer-plugins-good-0.10.14-1.fc11.x86_64
[yunusf10@tselnode-114-121-46-76 ~]$

Bug 487663 –  Huawei mobile broadband fails with NetworkManager >= 0.7.0.97

Comment #3 From  Dan Williams  2009-02-27 18:13:57 EDT  ——-

What mobile broadband card do you have, and what provider?

Also, are you comfortable using the terminal?  There are a few things we can do
to figure out what’s going on, including getting a root shell and turning on
serial debugging.  That would involve:

(both as root)
1) service NetworkManager stop
2) NM_SERIAL_DEBUG=1 /usr/sbin/NetworkManager –no-daemon

Then start the connection from the applet.  When it fails, grab the output and
attach it to this bug.  Thanks!
END_COMMENT #3

2. Fedora Bug Triaging


~ by yunustj on February 4, 2009.

Leave a comment