------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=81835 ------- Additional Comments From mario.scalas libero it 2004-08-21 20:48 ------- Just some more .02 cents: - [From the default Konqui toolbar] Click on "Show drop target" and gets the siignal 11 message. Click on "List All Links" and select any file; then click and obtain the same message on console log (konqueror stays fine) - [From K-Menu] Start KGet and it goes with no problem: I can show the drop target and play with it. - [From Konsole] type "kget" and get the dreadful signal 11 message :-/ Last lines using strace: access("/home/mario/.ICEauthority", R_OK) = 0 open("/home/mario/.ICEauthority", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0600, st_size=195, ...}) = 0 mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x41462000 read(4, "\0\3ICE\0\0\0002local/gnuderian:/tmp/.I"..., 131072) = 195 close(4) = 0 munmap(0x41462000, 131072) = 0 write(3, "\0\4\1\0\3\0\0\0\20\0\0\0\0\0\0\0\v\31\352W\334\271n\226"..., 32) = 32 read(3, "\0\10\0\2\2\0\0\0", 8) = 8 read(3, "\3\0KDE\0\0\0\3\0002.0\0\0\0", 16) = 16 getsockopt(3, SOL_SOCKET, SO_PEERCRED, "1\4\0\0\350\3\0\0d\0\0\0", [12]) = 0 getuid32() = 1000 write(3, "\1\2\1\0I\0\0\0\0\0\0\0", 12) = 12 write(3, "\0\0\0\0\0\0\0\vDCOPServer\0\0\0\0\1\0\0\0\0\25regi"..., 53) = 53 write(3, "\0\0\0\20anonymous-27710\0", 20) = 20 read(3, "\2\3\0\0028\0\0\0", 8) = 8 read(3, "!\1\0\0", 4) = 4 read(3, "\0\0\0\vDCOPServer\0\0\0\0\0\0\0\0\tQCString\0"..., 56) = 56 write(3, "\1\2\1\0[\0\0\0!\1\0\0", 12) = 12 write(3, "\0\0\0\20anonymous-27710\0\0\0\0\vDCOPServ"..., 82) = 82 write(3, "\0\0\0\5kget\0", 9) = 9 read(3, "\2\3\0\0024\0\0\0", 8) = 8 read(3, "!\1\0\0", 4) = 4 read(3, "\0\0\0\vDCOPServer\0\0\0\0\20anonymous-277"..., 52) = 52 write(3, "\1\2\1\0`\0\0\0\2\0\0\0", 12) = 12 write(3, "\0\0\0\20anonymous-27710\0\0\0\0\5kget\0\0\0\0"..., 60) = 60 write(3, "\0\0\0\f/home/mario\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 36) = 36 read(3, "\2\5\0\2!\0\0\0", 8) = 8 read(3, "\2\0\0\0", 4) = 4 read(3, "\0\0\0\5kget\0\0\0\0\20anonymous-27710\0\0\0\0"..., 33) = 33 read(3, *** KGet got signal 11 "\2\4\0\2\0\0\0\0", 8) = 8 read(3, "\1\0\0\0", 4) = 4 write(2, "ERROR: Communication problem wit"..., 61ERROR: Communication problem with kget, it probably crashed. ) = 61 close(3) = 0 exit_group(255) = ? I've recompiled the whole Qt && kdelibs && kdebase && kdenetwork but nothing changes :-//