if FF wit lot Gif & overloading CPU then X-boom to login

Bug #587710 reported by Jānis Kangarooo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nvidia-graphics-drivers (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: xorg

All goes to login screen when:
1.) FF with 10-50 Gif tabs open
2.) FF with 5 gif tabs open and a programm witch uses also a lot cpu is open

If Cpu is used a lot (for example the same gifs with chrome) then nothing like that happens (chrome on overload works slower at motion start(switching tab) but regains better speed then overloaded FF)

Apport i have made to start at start but when i log back in i dont get the crash report.

Gif sizes:
100x100 - 250x250
    1/2 mb- 3mb

                  Cpu Ram Swap
FF closed: 37 179 0
FF Open : 43 207 0
FF 10gifs: 74 247 0
TabSwit: 99-100 247 0
(TabSwitch = switching from one gif to another ctrl+tab)
Now again reproducing crash happened when opened one more tab and switched from one to random next tab.

Doing the same on google-chrome uses all the time all cpu and switching gifs at start makes them laggy till they gain speed but gif speed in chrome is better with a lot gifs then in FF with a lot gifs.

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
1: /usr/bin/X (0x8048000+0x61c7d) [0x80a9c7d]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xbcd410]
3: /usr/bin/X (dixAllocatePrivate+0xfd) [0x808cfbd]
4: /usr/bin/X (dixLookupPrivate+0x44) [0x808d144]
5: /usr/bin/X (0x8048000+0xb257d) [0x80fa57d]
6: /usr/bin/X (dixDestroyPixmap+0x15) [0x806cce5]
7: /usr/bin/X (FreeResource+0x112) [0x8090812]
8: /usr/bin/X (0x8048000+0x2643b) [0x806e43b]
9: /usr/bin/X (0x8048000+0x2a477) [0x8072477]
10: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
11: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x1b2bd6]
12: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address 0x88

Caught signal 11 (Segmentation fault). Server aborting

*** glibc detected *** /usr/bin/X: corrupted double-linked list: 0x09048e90 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(+0x6b591)[0x2a2591]
/lib/tls/i686/cmov/libc.so.6(+0x6ce41)[0x2a3e41]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x2a6ecd]
/usr/bin/X(Xfree+0x21)[0x80a9f71]
/usr/lib/xorg/extra-modules/nvidia_drv.so(+0x3e775b)[0x4d9b75b]

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon May 31 03:22:32 2010
DkmsStatus: nvidia-173, 173.14.22, 2.6.32-22-generic, i686: installed
InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Release i386 (20100429)
Lsusb:
 Bus 001 Device 003: ID 0ace:1215 ZyDAS WLA-54L 802.11bg
 Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Fujitsu Siemens VIA694X/686A
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-22-generic root=UUID=b807243e-ef5c-4d91-9308-bc0febe12dc3 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 08/03/2000
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 62710
dmi.board.name: 6VX7-4X
dmi.board.vendor: GIGABYTE
dmi.board.version: 1.0
dmi.chassis.asset.tag: 00000000
dmi.chassis.type: 3
dmi.chassis.version: Version 1.00
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr62710:bd08/03/2000:svnFujitsuSiemens:pnVIA694X/686A:pvr00000000:rvnGIGABYTE:rn6VX7-4X:rvr1.0:cvn:ct3:cvrVersion1.00:
dmi.product.name: VIA694X/686A
dmi.product.version: 00000000
dmi.sys.vendor: Fujitsu Siemens
system:
 distro: Ubuntu
 codename: lucid
 architecture: i686
 kernel: 2.6.32-22-generic

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :
Bryce Harrington (bryce)
affects: xorg (Ubuntu) → nvidia-graphics-drivers (Ubuntu)
description: updated
description: updated
Robert Hooker (sarvatt)
description: updated
description: updated
Robert Hooker (sarvatt)
description: updated
Robert Hooker (sarvatt)
Changed in nvidia-graphics-drivers (Ubuntu):
status: New → Confirmed
Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

Backtrace with commands
sudo aptitude install xserver-xorg-core-dbg libgl1-mesa-dri-dbg
since theres no nvidia-dgb didnt installed that.
from https://wiki.ubuntu.com/DebuggingXorg did GDB
pgrep Xorg
sudo gdb /usr/bin/Xorg 2>&1 | tee gdb-Xorg.txt
(gdb) attach <pgrep Xorg>
(gdb) cont
on freeze (gdb) backtrace full
(gdb) quit

Bryce Harrington (bryce)
tags: added: xubuntu
Revision history for this message
Jānis Kangarooo (kangarooo) wrote : PPA:Bugsbugsbugs gdb crash results

Added https://launchpad.net/~sarvatt/+archive/bugsbugsbugs PPA and updated.
had some crashes here results.
xservercrash is a result from gdb
tailxorg is something :) (just found somewhere that maybe helps to see
some stops)
ff means was used ff
chrome mean was used google chrome
last crash nr 6 was unresponsive. some one crash was also unresponsive
unresponsive- cant use mouse keyboard ssh unresponsive.

--
BB
seko man https://twitter.com/kangarooo
rakst man https://twitter.com/direct_messages/create/Kangarooo
mana vizit http://card.ly/kangarooo

https://launchpad.net/~kangarooo
https://wiki.ubuntu.com/kangarooo

Revision history for this message
Jānis Kangarooo (kangarooo) wrote : PPA:Bugsbugsbugs gdb crash results part 2. Some without nvidia driver
Download full text (4.4 KiB)

On Thu, Jun 3, 2010 at 1:46 PM, Bryce Harrington
<email address hidden> wrote:
> ** Tags added: xubuntu
>
> --
> if FF wit lot Gif & overloading CPU then X-boom to login
> https://bugs.launchpad.net/bugs/587710
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “nvidia-graphics-drivers” package in Ubuntu: Confirmed
>
> Bug description:
> Binary package hint: xorg
>
> All goes to login screen when:
> 1.) FF with 10-50 Gif tabs open
> 2.) FF with 5 gif tabs open and a programm witch uses also a lot cpu is open
>
> If Cpu is used a lot (for example the same gifs with chrome) then nothing like that happens (chrome on overload works slower at motion start(switching tab) but regains better speed then overloaded FF)
>
> Apport i have made to start at start but when i log back in i dont get the crash report.
>
> Gif sizes:
> 100x100 - 250x250
>     1/2 mb-    3mb
>
>                   Cpu    Ram    Swap
> FF closed:  37       179        0
> FF Open :   43       207        0
> FF 10gifs:   74       247        0
> TabSwit:  99-100   247        0
> (TabSwitch = switching from one gif to another ctrl+tab)
> Now again reproducing crash happened when opened one more tab and switched from one to random next tab.
>
> Doing the same on google-chrome uses all the time all cpu and switching gifs at start makes them laggy till they gain speed but gif speed in chrome is better with a lot gifs then in FF with a lot gifs.
>
> Backtrace:
> 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
> 1: /usr/bin/X (0x8048000+0x61c7d) [0x80a9c7d]
> 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xbcd410]
> 3: /usr/bin/X (dixAllocatePrivate+0xfd) [0x808cfbd]
> 4: /usr/bin/X (dixLookupPrivate+0x44) [0x808d144]
> 5: /usr/bin/X (0x8048000+0xb257d) [0x80fa57d]
> 6: /usr/bin/X (dixDestroyPixmap+0x15) [0x806cce5]
> 7: /usr/bin/X (FreeResource+0x112) [0x8090812]
> 8: /usr/bin/X (0x8048000+0x2643b) [0x806e43b]
> 9: /usr/bin/X (0x8048000+0x2a477) [0x8072477]
> 10: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
> 11: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x1b2bd6]
> 12: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
> Segmentation fault at address 0x88
>
> Caught signal 11 (Segmentation fault). Server aborting
>
>
> *** glibc detected *** /usr/bin/X: corrupted double-linked list: 0x09048e90 ***
> ======= Backtrace: =========
> /lib/tls/i686/cmov/libc.so.6(+0x6b591)[0x2a2591]
> /lib/tls/i686/cmov/libc.so.6(+0x6ce41)[0x2a3e41]
> /lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x2a6ecd]
> /usr/bin/X(Xfree+0x21)[0x80a9f71]
> /usr/lib/xorg/extra-modules/nvidia_drv.so(+0x3e775b)[0x4d9b75b]
>
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.04
> Package: xorg 1:7.5+5ubuntu1
> ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
> Uname: Linux 2.6.32-22-generic i686
> NonfreeKernelModules: nvidia
> Architecture: i386
> Date: Mon May 31 03:22:32 2010
> DkmsStatus: nvidia-173, 173.14.22, 2.6.32-22-generic, i686: installed
> InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Release i386 (20100429)
> Lsusb:
>  Bus 001 Device 003: ID 0ace:1215 ZyDAS WLA-54L 802.11bg
>  Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
> ...

Read more...

Revision history for this message
Jānis Kangarooo (kangarooo) wrote : More Crash dbg
Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

two of either 12 13 14 happened when just making debugx command run. (thats a special script ~Sarvatt made for gdb)

Revision history for this message
Jānis Kangarooo (kangarooo) wrote : Kernel update 2.6.32-23 new dbg files easy crashs collected in few hours

Got kernel update 2 days ago to 2.6.32-23
On new kernel theese dbg i reproduced in few hours
All of them (exept 15 and maybe 16) using just VLC playing video with
faster speed.
25th is when i loged back in previus kernel 2.6.32-22 but in that now
dont know why video is very laggy and also xfce preferences are
ignored.. (see picture) and couldnt make that crash.. maybe lag is
stopping it from crash.

Revision history for this message
Jānis Kangarooo (kangarooo) wrote : Re: Kernel update 2.6.32-23 new dbg files easy crashs collected in few hours

Also another interesting thing. When im using Sarvat`s script then
comp never freezes. If dont then sometimes Xorg crash and sometimes
freezes..

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

with last comment i meant that system on freezing with sarvatt`s script makes freeze close and reopen xorg.. without running that script xorg freezes and only restart helps. that comment doesnt means all is solved.. it means that debug script running makes xorg reopen on freeze (that is better then to restart..)

Revision history for this message
dino99 (9d9) wrote :

That version is no more supported; please open a new bug report if the actual archive found version also has the same issue.

Changed in nvidia-graphics-drivers (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.