| Newsgroups |
gmane.comp.kde.devel.kmail |
| Message-ID |
<[email protected]> |
------- 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=15774
------- Additional Comments From michael linuxmagic com 2007-04-11 20:40 -------
Strace shows that it crashes at this point..
access("/usr/share/icons/crystalsvg/16x16/actions/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/actions/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/apps/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/apps/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/devices/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/devices/server.png", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/share/icons/crystalsvg/16x16/filesystems/server.png", R_OK) = 0
open("/usr/share/icons/crystalsvg/16x16/filesystems/server.png", O_RDONLY|O_LARGEFILE) = 13
fstat64(13, {st_mode=S_IFREG|0644, st_size=458, ...}) = 0
fstat64(13, {st_mode=S_IFREG|0644, st_size=458, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb55f5000
_llseek(13, 0, [0], SEEK_SET) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\20\0\0\0\20\10\6\0\0"..., 4096) = 458
close(13) = 0
munmap(0xb55f5000, 4096) = 0
writev(4, [{"\2\1\4\0*\1\300\2\2\0\0\0\377\377\377\377\2\0\4\0*\1\300"..., 15904}, {"\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377"..., 1024}], 2) = 16928
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
It looks fairly harmless at that point, just writing out to the command line then *poof*