[Kget] [Bug 122587] KGet sometimes crashes when resuming a download

David Baron d_baron at 012.net.il
Thu May 8 22:26:37 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122587         




------- Additional Comments From d_baron 012 net il  2008-05-08 22:26 -------
On Thursday 08 May 2008 22:48:14 Manolo Valdes wrote:
[bugs.kde.org quoted mail]

This one has been around a while. When I first reported it, there might not 
have been a qt4?

Kget for kde3 has been working reliably. The crash was occasional and not 
recently frequent. Kget for kde4 crashes on startup and is unusable.

Since both library sets reside on /usr/lib, it would seem quite difficult to 
sort the above load library out.

I have the following (Debian Sid):
~$ ls -l /usr/lib/libqt-mt.so*
lrwxrwxrwx 1 root root      17 2008-03-24 18:30 /usr/lib/libqt-mt.so -> 
libqt-mt.so.3.3.8
lrwxrwxrwx 1 root root      17 2008-03-24 18:30 /usr/lib/libqt-mt.so.3 -> 
libqt-mt.so.3.3.8
lrwxrwxrwx 1 root root      17 2008-03-24 18:30 /usr/lib/libqt-mt.so.3.3 
->libqt-mt.so.3.3.8
-rw-r--r-- 1 root root 7291708 2008-03-11 00:07 /usr/lib/libqt-mt.so.3.3.8

This I assume is qt3 since I have similar sos on a konstructed $KDEDIR/lib

~$ ls -l /usr/lib/libkio.so*
lrwxrwxrwx 1 root root      11 2008-05-01 17:17 /usr/lib/libkio.so -> 
libkio.so.5
lrwxrwxrwx 1 root root      15 2008-05-01 17:18 /usr/lib/libkio.so.5 -> 
libkio.so.5.1.0
-rw-r--r-- 1 root root 2563004 2008-04-30 21:18 /usr/lib/libkio.so.5.1.0

These, I might assume are qt4 but may not be. I have ones with so.4 suffixes 
on the konstructed $KDEDIR/lib. There is apparently NO libqt4-mt. This all 
would seem to indicate the the above traceback is NOT mixing qt3 and qt4! 

When I run kde3, the LD_LIBRARY_PATH checks the konstructed $KDEDIR/lib 
FIRST--has to use these because of something in kde3.* dealing with version 
numbers.
When I run kde4, this  library path would be at the END.
Looks like the qt4 libs are stored and accessed differently, at least in 
Debian installations, with no explicit sos in /usr/lib at all.

l


More information about the Kget mailing list