[Bug 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-06-21 Thread Sergei Andreev
It seems that it was a bug in input subsystem of xorg and not in device driver.
Resent xorg updates fixed the issue - there was no useful info in kdm error log 
any more after crashes - but config files were corrupted.
Thanks to dpkg-reconfigure magic the problem is finally gone - uptime for ~3 
days without crashes.

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Fix Released

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-29 Thread Sergei Andreev
There is no xserver-xorg-video-name-dbg/sym for my card and with
option NoTrapSignals true x-server can not start :(

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-29 Thread unggnu
Please don't compress your logs in the future since it makes it more long 
winded to get the needed information.
The whole ServerFlags part have to be added to your xorg.conf at the end.

Section ServerFlags
Option NoTrapSignals true
EndSection

Your are right with the graphic driver dbg package. I have changed the
Wiki page.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/14781972/Xorg.0.log

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-29 Thread Sergei Andreev
I did it right as you sad -

Section ServerFlags
Option NoTrapSignals true
EndSection

to the end of the xorg.conf

After restarting, xserver run to the endless attempts to start.

After deleting newly added section - xserver still can not start but with 
visible error.
Can't give a screenshot because I'm at work now.

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-21 Thread Sergei Andreev
Hear they are

** Attachment added: logs.7z
   http://launchpadlibrarian.net/14634707/logs.7z

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-19 Thread Bryce Harrington
Thanks, please attach your Xorg.0.log.  Also please collect a full
backtrace - see https://wiki.ubuntu.com/X/Backtracing for directions.

It is interesting that this affects both -nv and -nvidia.  It would be
useful to see a log and backtrace when booting both of these drivers.

** Changed in: xorg (Ubuntu)
   Status: New = Incomplete

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-12 Thread Sergei Andreev
Some addition logs:
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c780e]
1: [0xb7fc1420]
2: /usr/bin/X(Dispatch+0x8d) [0x808d69d]
3: /usr/bin/X(main+0x48b) [0x807471b]
4: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d4e450]
5: /usr/bin/X(FontFileCompleteXLFD+0x201) [0x8073a91]

Fatal server error:
Caught signal 4.  Server aborting


Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c780e]
1: [0xb7fc1420]
2: /usr/bin/X(XkbRemoveResourceClient+0xc1) [0x8191231]
3: /usr/bin/X [0x8085c12]
4: /usr/bin/X(CloseDownDevices+0x29) [0x8085e79]
5: /usr/bin/X(AbortServer+0x23) [0x81bf573]
6: /usr/bin/X(FatalError+0x66) [0x81bfb36]
7: /usr/bin/X(xf86SigHandler+0xed) [0x80c787d]
8: [0xb7fc1420]
9: /usr/bin/X(Dispatch+0x8d) [0x808d69d]
10: /usr/bin/X(main+0x48b) [0x807471b]
11: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d4e450]
12: /usr/bin/X(FontFileCompleteXLFD+0x201) [0x8073a91]

FatalError re-entered, aborting
Caught signal 11.  Server aborting

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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 229276] Re: xserver-xorg periodically segfaulting after upgrade to 8.04

2008-05-11 Thread Sergei Andreev

** Attachment added: error_logs.tar.gz
   http://launchpadlibrarian.net/14450530/error_logs.tar.gz

-- 
xserver-xorg periodically segfaulting after upgrade to 8.04
https://bugs.launchpad.net/bugs/229276
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