Since some time (I think it started around kdelibs-3.3.0 release 8 or so) kontact crashes for me during startup (this is on suse 9.1). I have removed the kontactrc file, but that does not help. No new kontactrc is created. Kontact crashed with the following backtrace Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 4464)] [KCrash handler] #5 0x081a8321 in ?? () #6 0x41820010 in __elf_set___libc_thread_subfreeres_element___rpc_thread_destroy__ () from /lib/libc.so.6 #7 0x081773d8 in ?? () #8 0x00000001 in ?? () #9 0x08136550 in ?? () #10 0x081610b0 in ?? () #11 0x41820a00 in __libc_tsd_MALLOC_data () from /lib/libc.so.6 #12 0x081610c0 in ?? () #13 0x416dd450 in __JCR_LIST__ () from /usr/lib/libstdc++.so.5 #14 0x081a5d20 in ?? () #15 0x08171548 in ?? () #16 0xbfffe658 in ?? () #17 0x416bac91 in operator delete () from /usr/lib/libstdc++.so.5 I set all plugin definitions in the (old) kontactrc file to false. It's still crashing. BTW, the mainwindow pops up, but when it is about to fill it, kontact crashes. The seperate apps (knotes, kmail, knode, korganizer) run okay. gdb kontact does not reveal much. What can be wrong?? -- Richard Bos Without a home the journey is endless
Op zaterdag 18 september 2004 22:17, schreef Richard Bos:
BTW, the mainwindow pops up, but when it is about to fill it, kontact crashes.
The seperate apps (knotes, kmail, knode, korganizer) run okay. gdb kontact does not reveal much. What can be wrong??
Is it something with dcop? access("/home/richard/.ICEauthority", R_OK) = 0 open("/home/richard/.ICEauthority", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0600, st_size=187, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000 read(4, "\0\3ICE\0\0\0.local/linux:/tmp/.ICE-u"..., 4096) = 187 close(4) = 0 munmap(0x40014000, 4096) = 0 write(3, "\0\4\1\0\3\0\0\0\20\0\0\0\0\0\0\0\235\233\10\362\2728\232"..., 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, "a\20\0\0\350\3\0\0d\0\0\0", [12]) = 0 getuid32() = 1000 getpid() = 4355 write(3, "\1\2\1\0H\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\17anonymous-4355\0", 19) = 19 read(3, "\2\3\0\0027\0\0\0", 8) = 8 read(3, "g\0\0\0", 4) = 4 read(3, "\0\0\0\vDCOPServer\0\0\0\0\0\0\0\0\tQCString\0"..., 55) = 55 write(3, "\1\2\1\0]\0\0\0g\0\0\0", 12) = 12 write(3, "\0\0\0\17anonymous-4355\0\0\0\0\vDCOPServe"..., 81) = 81 write(3, "\0\0\0\10kontact\0", 12) = 12 read(3, "\2\3\0\0023\0\0\0", 8) = 8 read(3, "g\0\0\0", 4) = 4 read(3, "\0\0\0\vDCOPServer\0\0\0\0\17anonymous-435"..., 51) = 51 write(3, "\1\2\1\0g\0\0\0\2\0\0\0", 12) = 12 write(3, "\0\0\0\17anonymous-4355\0\0\0\0\10kontact\0\0"..., 65) = 65 write(3, "\0\0\0\16/home/richard\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0"..., 38) = 38 read(3, "\2\5\0\2#\0\0\0", 8) = 8 read(3, "\2\0\0\0", 4) = 4 read(3, "\0\0\0\10kontact\0\0\0\0\17anonymous-4355\0\0"..., 35) = 35 read(3, "\2\6\0\0023\0\0\0", 8) = 8 read(3, "\2\0\0\0", 4) = 4 read(3, "\0\0\0\10kontact\0\0\0\0\17anonymous-4355\0\0"..., 51) = 51 close(3) = 0 exit_group(0) = ? KCrash: Application 'kontact' crashing... I removed all the temp kde files in /tmp I just tested to run for a completely new user, but it still crashes... -- Richard Bos Without a home the journey is endless
On Saturday 18 September 2004 05:14 pm, Richard Bos wrote:
Op zaterdag 18 september 2004 22:17, schreef Richard Bos:
BTW, the mainwindow pops up, but when it is about to fill it, kontact crashes.
The seperate apps (knotes, kmail, knode, korganizer) run okay. gdb kontact does not reveal much. What can be wrong??
Is it something with dcop? ===========
Richard, Not sure if this could be a possibility or not, but thought I would mention it. Check to see that you don't already have one of the Kontact included programs running before you try to start it. I know many times Korganizer or even KMail if started alone and you've used the "close" window gadget to quit it, it doesn't! It only closes down the window but not the program which leaves an icon in the systray. You actually have to "quit" from the menu, those two programs now. And if you've rebooted since they will restart but only to the systray. Lee
Op zondag 19 september 2004 01:45, schreef BandiPat:
On Saturday 18 September 2004 05:14 pm, Richard Bos wrote:
Op zaterdag 18 september 2004 22:17, schreef Richard Bos:
BTW, the mainwindow pops up, but when it is about to fill it, kontact crashes.
The seperate apps (knotes, kmail, knode, korganizer) run okay. gdb kontact does not reveal much. What can be wrong??
Is it something with dcop?
===========
Richard, Not sure if this could be a possibility or not, but thought I would mention it. Check to see that you don't already have one of the Kontact included programs running before you try to start it. I know many times Korganizer or even KMail if started alone and you've used the "close" window gadget to quit it, it doesn't! It only closes down the window but not the program which leaves an icon in the systray.
You actually have to "quit" from the menu, those two programs now. And if you've rebooted since they will restart but only to the systray.
Lee
It even happens in a fresh user account (never used).... Have others kontact running without problems? If so which version and what is the version of related packages. I have; qt3-3.3.3-15 kdelibs3-3.3.0-24 kdepim3-3.3.0-20 glibc-2.3.3-98 -- Richard Bos Without a home the journey is endless
Op zondag 19 september 2004 21:44, schreef Richard Bos:
It even happens in a fresh user account (never used)....
Have others kontact running without problems? If so which version and what is the version of related packages. I have; qt3-3.3.3-15 kdelibs3-3.3.0-24 kdepim3-3.3.0-20 glibc-2.3.3-98
I upgraded today to: kdepim3-3.3.0-24 downgraded to glibc-2.3.3-93 No working changes. However, kontact now comes with: kontact (core): LIBNAMEPART: libakregatorpart kontact (core): Loading Plugin: E-mail kontact (core): LIBNAMEPART: libkmailpart kontact (core): Loading Plugin: NewsTicker kontact (core): LIBNAMEPART: KCrash: Application 'kontact' crashing... How to disable the newticker part loading? It is not mentioned in kontact's rc file: [Plugins] kontact_kaddressbookpluginEnabled=false kontact_kmailpluginEnabled=true kontact_knodepluginEnabled=false kontact_knotespluginEnabled=false kontact_korganizerpluginEnabled=false kontact_kpilotpluginEnabled=false kontact_summarypluginEnabled=false kontact_todopluginEnabled=false kontact_weatherpluginEnabled=false I have kdenetwork3 installed to provides the knewsticker. The latter is working fine. I searched for a newsticker part, but did not found one..... How to continue? -- Richard Bos Without a home the journey is endless
On Tuesday 21 September 2004 04:30 pm, Richard Bos wrote:
Op zondag 19 september 2004 21:44, schreef Richard Bos:
It even happens in a fresh user account (never used)....
Have others kontact running without problems? If so which version and what is the version of related packages. I have; qt3-3.3.3-15 kdelibs3-3.3.0-24 kdepim3-3.3.0-20 glibc-2.3.3-98
I upgraded today to: kdepim3-3.3.0-24 downgraded to glibc-2.3.3-93
No working changes. However, kontact now comes with: kontact (core): LIBNAMEPART: libakregatorpart kontact (core): Loading Plugin: E-mail kontact (core): LIBNAMEPART: libkmailpart kontact (core): Loading Plugin: NewsTicker kontact (core): LIBNAMEPART: KCrash: Application 'kontact' crashing...
How to disable the newticker part loading? It is not mentioned in kontact's rc file:
[Plugins] kontact_kaddressbookpluginEnabled=false kontact_kmailpluginEnabled=true kontact_knodepluginEnabled=false kontact_knotespluginEnabled=false kontact_korganizerpluginEnabled=false kontact_kpilotpluginEnabled=false kontact_summarypluginEnabled=false kontact_todopluginEnabled=false kontact_weatherpluginEnabled=false
I have kdenetwork3 installed to provides the knewsticker. The latter is working fine. I searched for a newsticker part, but did not found one.....
How to continue?
-- Richard Bos Without a home the journey is endless ==========
Richard, I don't remember if you mentioned that you had created a new user to test this problem? Does it work as root or a new user? If so, you might want to remove your old config files, etc. connected to kontact from your /home dir. You might have already tried this and if so, we'll keep looking. Did you check the last time all of it worked ok and what changes had occured since? Lee -- --- KMail v1.7 --- SuSE Linux Pro v9.1 --- Registered Linux User #225206 Those Who Dance Are Considered Insane, by Those Who Cannot Hear the Music!
Op dinsdag 21 september 2004 23:00, schreef BandiPat:
I don't remember if you mentioned that you had created a new user to test this problem? Does it work as root or a new user?
It does not work as new user :(
If so, you might want to remove your old config files, etc. connected to kontact from your /home dir. You might have already tried this and if so, we'll keep looking. Did you check the last time all of it worked ok and what changes had occured since?
I do not remember the package (kdepim-3.3.0-xx) that worked okay :( Or what other relavant package changed. I do have a log (apt.log) with all changes and that is mostly filled with kde*-3.3.0-xx updates... -- Richard Bos Without a home the journey is endless
participants (2)
-
BandiPat
-
Richard Bos