Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-2008, 05:42 AM
Ant
 
Posts: n/a
Using gkrellm-hdplop plugin and ctrl-alt-F# together crashes my Xsession.

Hello,

I would like to know if I am the only one with this issue or not. I
recently discover how to reproduce my X session crash because of
gkrellm-hdplop plugin in GKrellM v2.3.1.

I basically loaded up GKrellM2 (doesn't matter if it uses defaults or
customized) with gkrellm-hdplop plugin running only on ONE virtual
desktop in KDE v3.5.8 or Gnome v2.14.3. Then, I switched to another
virtual desktop that didn't have GKrellM on screen. Finally, I pressed
ctrl-alt-F# (# is a number like 1) to go back to console/text mode.

It resulted a X crash like:
Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c89c1]
1: [0xffffe420]
2: /usr/bin/X11/X [0x81771e0]
3: /usr/bin/X11/X [0x814a8ba]
4: /usr/bin/X11/X [0x814b504]
5: /usr/bin/X11/X [0x8154c1e]
6: /usr/bin/X11/X(Dispatch+0x1a1) [0x808eff1]
7: /usr/bin/X11/X(main+0x47e) [0x8076e2e]
8: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7dc5450]
9: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e9) [0x80761b1]

Fatal server error:
Caught signal 11. Server aborting


If I disable this neat colorful plugin, then I won't get the crash. I am
just wondering if I am the only one with this problem. I am using Debian
(Kernel 2.6.22-K7) and keep it updated daily.

Thanks in advance. :)
--
"They are like the ant... They start one way and turn around and go the
other way... They look all the time at the ground and never see the
sky." --Davi Kopenawa Yanomami, Amazonian Indian (Newsweek 117(17):5, 1991)
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.home.dhs.org (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Reply With Quote
  #2 (permalink)  
Old 03-11-2008, 04:15 PM
George Peter Staplin
 
Posts: n/a
Re: Using gkrellm-hdplop plugin and ctrl-alt-F# together crashes my X session.

Ant wrote:
> Hello,
>
> I would like to know if I am the only one with this issue or not. I
> recently discover how to reproduce my X session crash because of
> gkrellm-hdplop plugin in GKrellM v2.3.1.
>
> I basically loaded up GKrellM2 (doesn't matter if it uses defaults or
> customized) with gkrellm-hdplop plugin running only on ONE virtual
> desktop in KDE v3.5.8 or Gnome v2.14.3. Then, I switched to another
> virtual desktop that didn't have GKrellM on screen. Finally, I pressed
> ctrl-alt-F# (# is a number like 1) to go back to console/text mode.
>
> It resulted a X crash like:
> Backtrace:
> 0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c89c1]
> 1: [0xffffe420]
> 2: /usr/bin/X11/X [0x81771e0]
> 3: /usr/bin/X11/X [0x814a8ba]
> 4: /usr/bin/X11/X [0x814b504]
> 5: /usr/bin/X11/X [0x8154c1e]
> 6: /usr/bin/X11/X(Dispatch+0x1a1) [0x808eff1]
> 7: /usr/bin/X11/X(main+0x47e) [0x8076e2e]
> 8: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7dc5450]
> 9: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e9) [0x80761b1]
>
> Fatal server error:
> Caught signal 11. Server aborting
>
>
> If I disable this neat colorful plugin, then I won't get the crash. I am
> just wondering if I am the only one with this problem. I am using Debian
> (Kernel 2.6.22-K7) and keep it updated daily.
>
> Thanks in advance. :)


I wonder if this problem still occurs with: startx -- -dumbSched

By default XFree86/X.org use a "smart scheduler" that uses SIGALRM
periodically. You might try without that, even though you're
experiencing a signal 11 which is a SIGSEGV.

By the way, do any X developers know why dispatch.c doesn't use
sig_atomic_t instead of the volatile char code? IMO sig_atomic_t is
better for variables used in signal handlers.

Try to get a debug build of the X.org X server. I think then you will
be able to see symbol names for the addresses likes 0x81771e0 when
xorg_backtrace() dumps the backtrace.

From what I've read of configure.ac for xorg-server, it seems that you
want ./configure --enable-debug

The default is --prefix=/usr/local so you may want to backup your X11
install, and then try ./configure --enable-debug --prefix=/usr


George
Reply With Quote
  #3 (permalink)  
Old 03-12-2008, 04:09 AM
Ant
 
Posts: n/a
Re: Using gkrellm-hdplop plugin and ctrl-alt-F# together crashesmy X session.

OK... I am starting to think this is NVIDIA's fault. I went back to nv
driver by renaming /etc/X11/xorg.conf and run startx. I tried to
reproduce the problem and no crash with gkrellm-hdplop plugin! I am
going to report this to NVIDIA via e-mail and the forum.

Is it me or is NVIDIA driver getting buggy in Linux like in Windows? :(


On 3/10/2008 10:42 PM PT, Ant typed:

> I would like to know if I am the only one with this issue or not. I
> recently discover how to reproduce my X session crash because of
> gkrellm-hdplop plugin in GKrellM v2.3.1.
>
> I basically loaded up GKrellM2 (doesn't matter if it uses defaults or
> customized) with gkrellm-hdplop plugin running only on ONE virtual
> desktop in KDE v3.5.8 or Gnome v2.14.3. Then, I switched to another
> virtual desktop that didn't have GKrellM on screen. Finally, I pressed
> ctrl-alt-F# (# is a number like 1) to go back to console/text mode.
>
> It resulted a X crash like:
> Backtrace:
> 0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c89c1]
> 1: [0xffffe420]
> 2: /usr/bin/X11/X [0x81771e0]
> 3: /usr/bin/X11/X [0x814a8ba]
> 4: /usr/bin/X11/X [0x814b504]
> 5: /usr/bin/X11/X [0x8154c1e]
> 6: /usr/bin/X11/X(Dispatch+0x1a1) [0x808eff1]
> 7: /usr/bin/X11/X(main+0x47e) [0x8076e2e]
> 8: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7dc5450]
> 9: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e9) [0x80761b1]
>
> Fatal server error:
> Caught signal 11. Server aborting
>
>
> If I disable this neat colorful plugin, then I won't get the crash. I am
> just wondering if I am the only one with this problem. I am using Debian
> (Kernel 2.6.22-K7) and keep it updated daily.

--
"Since the world began, we have never exterminated. We probably shall
never exterminate as much as one single insect species. If there was
ever an example of an insect we cannot destroy, the fire ant is it."
--an entomologist quote mentioned by Leonard Nimoy on In The Search Of:
Deadly Ants (1978)
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.home.dhs.org (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Reply With Quote
  #4 (permalink)  
Old 03-12-2008, 02:54 PM
Dan Espen
 
Posts: n/a
Re: Using gkrellm-hdplop plugin and ctrl-alt-F# together crashes myX session.

Ant <ANTant@zimage.com> writes:

> On 3/10/2008 10:42 PM PT, Ant typed:
>
>> I would like to know if I am the only one with this issue or not. I
>> recently discover how to reproduce my X session crash because of
>> gkrellm-hdplop plugin in GKrellM v2.3.1.

....top posting fixed... once.
> OK... I am starting to think this is NVIDIA's fault. I went back to nv
> driver by renaming /etc/X11/xorg.conf and run startx. I tried to
> reproduce the problem and no crash with gkrellm-hdplop plugin! I am
> going to report this to NVIDIA via e-mail and the forum.
>
> Is it me or is NVIDIA driver getting buggy in Linux like in Windows? :(


As far as I can tell, the NVIDIA driver for Linux shares code
with the Windows driver. Look at the version numbers.

As for bugs, read the forums. Hell yeah there are bugs.
The good news is, if you post the bug to the forums,
you might find a work around and eventually it will get fixed.
Reply With Quote
  #5 (permalink)  
Old 03-12-2008, 03:39 PM
Ant
 
Posts: n/a
Re: Using gkrellm-hdplop plugin and ctrl-alt-F# together crashesmy X session.

On 3/12/2008 7:54 AM PT, Dan Espen typed:

>>> I would like to know if I am the only one with this issue or not. I
>>> recently discover how to reproduce my X session crash because of
>>> gkrellm-hdplop plugin in GKrellM v2.3.1.

>>
>> OK... I am starting to think this is NVIDIA's fault. I went back to nv
>> driver by renaming /etc/X11/xorg.conf and run startx. I tried to
>> reproduce the problem and no crash with gkrellm-hdplop plugin! I am
>> going to report this to NVIDIA via e-mail and the forum.
>>
>> Is it me or is NVIDIA driver getting buggy in Linux like in Windows? :(

>
> As far as I can tell, the NVIDIA driver for Linux shares code
> with the Windows driver. Look at the version numbers.
>
> As for bugs, read the forums. Hell yeah there are bugs.
> The good news is, if you post the bug to the forums,
> you might find a work around and eventually it will get fixed.


Well, so far nothing in my post from yesterday:
http://www.nvnews.net/vbulletin/show....php?p=1589973
--
"... Let's go pour these (peas from a can) onto an anthill I've found."
--Strong Bad (Witness the Cheatar! episode)
/\___/\
/ /\ /\ \ Phil/Ant @ http://antfarm.home.dhs.org (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Debian


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:56 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109