Bug 86355 - kbuildsyscoca is crashing during startup
Summary: kbuildsyscoca is crashing during startup
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: ksycoca (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-31 22:00 UTC by Raju Krishnappa
Modified: 2005-01-05 15:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kbuildsyscoca backtrace file (1.29 KB, text/plain)
2004-08-05 04:56 UTC, Raju Krishnappa
Details
First and Last few lines of strace... (302.66 KB, text/plain)
2004-08-05 05:14 UTC, Raju Krishnappa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Raju Krishnappa 2004-07-31 22:00:48 UTC
Version:            (using KDE KDE 3.2.92)
Installed from:    Compiled From Sources
Compiler:          gcc/g++ 3.4 I have built gcc/g++ 3.4 locally on my RedHat 7.3 Linux
OS:                Linux

I built KDE3.3 beta2 using konstruct on RedHat Linux 7.3(kernel 2.4.19).
I used gcc/g++ version 3.4, which I built locally on my box.

Build of KDE3.3 went fine without errors.  I modified my profile and
logged on using gdm login manager.  I saw KDE startup splash screen.
But after that KCrash handler appeared saying Kbuildsyscoca got SIGSEGV.
Once Kbuildsyscoca failed, KDE desktop never started.

Before 3.3, I was using KDE3.1.4.  That version is working fine. I tried all versions like, 3.2.2 and 3.2.3, I got same crashing problem.

Right now, I don't have crash core, I will attch the output later.

Thanks,
Raj
Comment 1 Waldo Bastian 2004-08-02 17:11:20 UTC
My crystal ball says that it crashes in a dynamic_cast ;-)
Comment 2 Raju Krishnappa 2004-08-05 04:56:41 UTC
Created attachment 7004 [details]
 kbuildsyscoca backtrace file

I am attaching backtrace file.
Comment 3 Raju Krishnappa 2004-08-05 05:04:45 UTC
Here is my ulimit -a output

 ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 8192
cpu time             (seconds, -t) unlimited
max user processes            (-u) 2047
virtual memory        (kbytes, -v) unlimited

Only 1024 open file descriptor is set.
I will also attach the strace output file.
Comment 4 Raju Krishnappa 2004-08-05 05:14:07 UTC
Created attachment 7005 [details]
First and Last few lines of strace...

I am attaching first and last few lines of strace output
Comment 5 Waldo Bastian 2004-08-05 09:26:26 UTC
Make sure that you compile _ALL_ C++ libraries with the same compiler. In particular libfam.
Comment 6 Waldo Bastian 2005-01-05 15:43:34 UTC
Compile problem