Bug 98313 - kuser crash at startup
Summary: kuser crash at startup
Status: RESOLVED DUPLICATE of bug 115359
Alias: None
Product: kuser
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Szombathelyi György
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 00:27 UTC by Mikolaj Machowski
Modified: 2005-10-30 22:39 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 Mikolaj Machowski 2005-02-01 00:27:07 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc3.4.1 
OS:                Linux

Kuser crash at startup almost without any messages:

KCrash: Application 'kuser' crashing...
Unable to start Dr. Konqi

gdb says:
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 11956)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 11956)]
0x414f1649 in free () from /lib/i686/libc.so.6
Current language:  auto; currently c
Comment 1 suson 2005-02-04 20:41:08 UTC
I am using kuser from kdeadmin 3.3.1 (compiled from source), Red Hat 9, gcc 3.2.2, qt 3.3.3. When attempting to start kuser, I get the following:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1095226752 (LWP 15701)]
[KCrash handler]
#4  0x08078b14 in ~SID (this=0xbffff884) at qshared.h:50
#5  0x080641f0 in ~KUser (this=0xbffff820) at kuser.cpp:123
#6  0x40848705 in KStandardDirs::addCustomized () from /usr/lib/libkdecore.so.4
#7  0x40832482 in KConfig::KConfig () from /usr/lib/libkdecore.so.4
#8  0x40834140 in KSharedConfig::KSharedConfig () from /usr/lib/libkdecore.so.4
#9  0x40833f7f in KSharedConfig::openConfig () from /usr/lib/libkdecore.so.4
#10 0x408ade31 in KInstance::config () from /usr/lib/libkdecore.so.4
#11 0x408a61b4 in KGlobal::config () from /usr/lib/libkdecore.so.4
#12 0x408fec4b in KClipboardSynchronizer::KClipboardSynchronizer ()
   from /usr/lib/libkdecore.so.4
#13 0x408feb1f in KClipboardSynchronizer::self () from /usr/lib/libkdecore.so.4
#14 0x4080590c in KApplication::init () from /usr/lib/libkdecore.so.4
#15 0x4080481b in KApplication::KApplication () from /usr/lib/libkdecore.so.4
#16 0x0806b98e in main (argc=1082422411, argv=0x4084748b) at main.cpp:53
#17 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6
#18 0x08059b81 in _start () at ../sysdeps/i386/elf/start.S:81

If I can do anything to provide further information, then please let me know, as this is a VERY serious issue for my company.
Comment 2 Szombathelyi György 2005-02-08 21:39:31 UTC
What backend did you configure (files,ldap or system - the default is files)?
What happens if you delete the kuserrc file (maybe it's corrupted)?
Comment 3 suson 2005-02-09 01:39:17 UTC
Deleting the kuserrc had no effect (still exactly the same crash).

Following is the configure options that I used in building kdeadmin:

   --disable-rpath \
   --with-rpm \
   --with-qt-libraries=$QTDIR/lib \
   --with-private-groups \
   --with-shadow

I have been using these same option since about KDE 3.2.0
Comment 4 Mikolaj Machowski 2005-02-09 11:52:13 UTC
> What backend did you configure (files,ldap or system - the
> default is files)? 

No configuration - files probably.

> What happens if you delete the kuserrc file (maybe
> it's corrupted)?

Always the same: segmentation fault at start-up.


Comment 5 Szombathelyi György 2005-10-30 22:39:17 UTC

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