pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Re: Pan v0.14.2.91 crashing X hard (black screen)/messin


From: Csv4Me2
Subject: Re: [Pan-users] Re: Pan v0.14.2.91 crashing X hard (black screen)/messing up NVIDIA card badly...
Date: Sun, 27 Aug 2006 01:32:51 +0200
User-agent: KMail/1.8.2

On Sunday 27 August 2006 01:06, Phillip Pi wrote:
> On Sun, Aug 27, 2006 at 12:54:01AM +0200, Csv4Me2 wrote:
> > On Saturday 26 August 2006 23:51, Phillip Pi wrote:
> > > > > > > server, it appears that specific threads or something is hard
> > > > > > > crashing my X server with a black screen and locked video card
> > > > > > > in KDE v3.5 (Gnome didn't crash, but showed corrupted texts)
> > > > > > > with Pan v0.14.2.9 in this specific binary newsgroup.
> > > >
> > > > .... <snip>
> > > >
> > > > Hi all,
> > > >
> > > > I'm running KDE 3.4 on a 6800 GT and still using pan 0.14.91.
> > > > I felt adventurous and did load the newsgroup from gignews as
> > > > mentioned by you.  PAN crashed badly but X stayed up :-)
> > > >
> > > > KDE: 3.4.2
> > > > X org: 6.8.2
> > > > Nvidia: 6800 gt, driver 8762
> > > > Kernel 2.6.17.11
> > > > Distro: slack 10.2
> > > > Newsserver giganews.com
> > > >
> > > > ------------
> > > > I was able to get some gdb output, pointing to a specific article:
> > >
> > > Nice! What about the newer Pan versions (v0.109)? Do they crash too?
> > >
> > > Mine still crashes hard. Interesting. I tried something else. Instead
> > > of using page down to get to the probematic thread, I used my down
> > > arrow key. If I scroll down one by one (fast or slow), no crash. It
> > > seems page down to get a chunk make the crash. See if your Pan still
> > > crashes if you use arrow keys.
> >
> > 0.109 downloads the group, no problemo.
> > And you can scroll thru it without any complications or crashes.
> > So, problem solved ! (?)
>
> Interesting. OK, must be a Pan. I just upgraded my Kernel to 2.6.17-K2.
> Still same! Ugh!

Kernel doesn't matter, probably, but lib versions do!
And the compiler as well (I'm using gcc 3.3.6)
There's an infinite number of possibilities here, unfortunately.

Anyways, here is my lib setup relevant to pan:

/usr/lib/libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.800.17
/usr/lib/libgdk-x11-2.0.so.0 -> libgdk-x11-2.0.so.0.800.17
/usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.1010.3
/usr/lib/libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.800.17
/usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.1003.1
/usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.1003.1
/usr/lib/libcairo.so.2 -> libcairo.so.2.2.3
/usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.800.6
/usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.800.6
/lib/tls/libdl.so.2 -> libdl-2.3.5.so
/usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.800.6
/usr/lib/libgmime-2.0.so.2 -> libgmime-2.0.so.2.2.1
/usr/lib/libz.so.1 -> libz.so.1.2.3
/lib/tls/libnsl.so.1 -> libnsl-2.3.5.so
/usr/lib/libpcre.so.0 -> libpcre.so.0.0.1
/usr/lib/libstdc++.so.5 -> libstdc++.so.5.0.7
/lib/tls/libm.so.6 -> libm-2.3.5.so
/usr/lib/libgcc_s.so.1
/lib/tls/libc.so.6 -> libc-2.3.5.so
/usr/X11R6/lib/libX11.so.6 -> libX11.so.6.2
/usr/X11R6/lib/libXrender.so.1 -> libXrender.so.1.2.2
/usr/X11R6/lib/libXrandr.so.2 -> libXrandr.so.2.0
/usr/X11R6/lib/libXinerama.so.1 -> libXinerama.so.1.0
/usr/X11R6/lib/libfontconfig.so.1 -> libfontconfig.so.1.0.4
/usr/X11R6/lib/libXcursor.so.1 -> libXcursor.so.1.0.2
/usr/X11R6/lib/libXext.so.6 -> libXext.so.6.4
/usr/X11R6/lib/libXfixes.so.3 -> libXfixes.so.3.0
/usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.1003.1
/usr/lib/libfreetype.so.6 -> libfreetype.so.6.3.7
/usr/lib/libpng12.so.0 -> libpng12.so.0.1.2.8
/usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.800.6
/lib/tls/libpthread.so.0 -> libpthread-2.3.5.so
/usr/lib/libexpat.so.0 -> libexpat.so.0.5.0

and the ldd based script to get this table:

#!/bin/sh
LIBS=./libs.links
ldd ./pan | grep -e '=>' | cut -d' ' -f3 > $LIBS
while read l ; do
        ls -l "$l"
done < $LIBS

Hope this helps!

C




reply via email to

[Prev in Thread] Current Thread [Next in Thread]