Bug 88559 - konsolekalendar segfault on startup
Summary: konsolekalendar segfault on startup
Status: RESOLVED DUPLICATE of bug 75508
Alias: None
Product: konsolekalendar
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: KDE PIM Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 23:08 UTC by Dominik Karall
Modified: 2004-09-01 01:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Karall 2004-08-31 23:08:36 UTC
Version:           1.2.0 (using KDE KDE 3.3.0)
Installed from:    Debian testing/unstable Packages

konsolekalendar segfaults on every startup or after output.

version:
t: 3.3.3
KDE: 3.3.0
KonsoleKalendar: 1.2.0

gdb output:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1098086240 (LWP 7726)]
0x40574042 in KInstance::dirs () from /usr/lib/libkdecore.so.4

last lines from strace:
fstat64(9, {st_mode=S_IFREG|0644, st_size=8784, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x419c7000
read(9, "BEGIN:VCARD\r\nEMAIL:christoph_pic"..., 4096) = 4096
read(9, "rschbeck;;;\r\nUID:UdyQ9XbJae\r\nVER"..., 4096) = 4096
read(9, "N:3.0\r\nEND:VCARD\r\n\r\nBEGIN:VCARD\r"..., 4096) = 592
read(9, "", 4096)                       = 0
read(9, "", 4096)                       = 0
brk(0)                                  = 0x80f2000
brk(0x8113000)                          = 0x8113000
close(9)                                = 0
munmap(0x419c7000, 4096)                = 0
gettimeofday({1093986737, 658951}, NULL) = 0
gettimeofday({1093986737, 659153}, NULL) = 0
gettimeofday({1093986737, 659313}, NULL) = 0
gettimeofday({1093986737, 659512}, NULL) = 0
time([1093986737])                      = 1093986737
gettimeofday({1093986737, 659945}, NULL) = 0
gettimeofday({1093986737, 660107}, NULL) = 0
gettimeofday({1093986737, 660255}, NULL) = 0
gettimeofday({1093986737, 660415}, NULL) = 0
gettimeofday({1093986737, 660565}, NULL) = 0
time([1093986737])                      = 1093986737
gettimeofday({1093986737, 660907}, NULL) = 0
gettimeofday({1093986737, 661485}, NULL) = 0
gettimeofday({1093986737, 661668}, NULL) = 0
gettimeofday({1093986737, 661842}, NULL) = 0
gettimeofday({1093986737, 661994}, NULL) = 0
time([1093986737])                      = 1093986737
gettimeofday({1093986737, 662369}, NULL) = 0
gettimeofday({1093986737, 662532}, NULL) = 0
gettimeofday({1093986737, 662681}, NULL) = 0
gettimeofday({1093986737, 662972}, NULL) = 0
gettimeofday({1093986737, 663120}, NULL) = 0
time([1093986737])                      = 1093986737
gettimeofday({1093986737, 663458}, NULL) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 6), ...}) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 6), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x419c7000
_llseek(1, 0, 0xbffff4c4, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
stat64("/home/debian/.kde/share/apps/kabc/lock/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/home/debian/.kde/share/apps/kabc/lock/_home_debian_.kde_share_apps_korganizer_std.ics.lock", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
close(128)                              = 0
stat64("/home/debian/.kde/share/apps/kabc/lock/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/home/debian/.kde/share/apps/kabc/lock/.lock", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
write(4, "\1\2\1\0\237\0\0\0=\6\0\0", 12) = 12
write(4, "\0\0\0\27KResourcesManager-7883\0\0\0\0\vD"..., 117) = 117
write(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\26ManagerIface_cal"..., 42) = 42
read(4, "\2\3\0\0028\0\0\0", 8)         = 8
read(4, "=\6\0\0", 4)                   = 4
read(4, "\0\0\0\vDCOPServer\0\0\0\0\27KResourcesMan"..., 56) = 56
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Comment 1 Allen Winter 2004-09-01 01:06:03 UTC
Please reopen this bug if you think it is not a duplicate of 75508.

There is a known critical bug in konsolekalendar if you are using
remote calendar resources.


*** This bug has been marked as a duplicate of 75508 ***