Bug 124219 - Segmentation fault on start
Summary: Segmentation fault on start
Status: RESOLVED WORKSFORME
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: 1.9
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Jeroen Wijnhout
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-25 08:23 UTC by Łukasz Derkacz
Modified: 2006-04-02 20:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Strace (37.77 KB, text/plain)
2006-03-25 08:24 UTC, Łukasz Derkacz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Derkacz 2006-03-25 08:23:56 UTC
Version:           1.9 (using KDE KDE 3.5.1)
Installed from:    Slackware Packages
Compiler:          gcc 3.4.5 
OS:                Linux

Compiled with two methods, ./configure with processor specififc CXX flags and without that. Running from console ends with seg.fault.
See attachement for strace result.
Comment 1 Łukasz Derkacz 2006-03-25 08:24:33 UTC
Created attachment 15285 [details]
Strace
Comment 2 Philip Rodrigues 2006-03-25 15:50:46 UTC
Do you get a backtrace? If so, please paste it here. Does the same crash happen if you run kile as a newly-created user?
Comment 3 Łukasz Derkacz 2006-03-25 16:29:17 UTC
No, the crash windows doesn't appear at all. I've ran kile now using a clean profile - the same result. I'm sorry that I can't invent any other info now :(
Comment 4 Thomas Braun 2006-03-29 17:08:22 UTC
Hi,

what Slackware are you running ?
I'm currently downloading 10.2 to reproduce your problem.


Thanks
Thomas Braun
Comment 5 Łukasz Derkacz 2006-03-29 18:41:07 UTC
It's Slackware almost-current. Without newest glibc, kernel and gcc.
Comment 6 Thomas Braun 2006-03-31 23:14:56 UTC
Okay,

I just got slackware installed (really nasty installation ...) and kile doesn't crash here. 
Are you using officical 3.5.x kde packages?
Where do I get them and how to install them ?

Thanks
Thomas
Comment 7 Łukasz Derkacz 2006-04-01 12:23:54 UTC
Yes, I'm using official slackware packages (however compiled by myself, but everything works fine, as always). I'm using slackware-curretn (except newest kernel (2.4.32) and newest gcc (3.4.6) and glibc (2.3.6) in this tree). You can get those packages here:
http://www.slackware.com/getslack/list.php?country=Germany

See slackware-current tree.You will have to download whole ./slackware/x amd /kde directory and just do: upgradepkg *.tgz in those directorires while using Slack.
Comment 8 Thomas Braun 2006-04-02 19:42:55 UTC
Okay,
I installed all packages in kde and x but now kde doesn't start anymore because of missing libstdc++.so.6. 
I then installed all packacges with gcc-*3.4.6*, and after a kile recompilation it works like a charm.
So the gcc 3.4.6 packages are missing in your setup. (Although I don't know if it is safe to install them ...)

Regards,
Thomas 
Comment 9 Łukasz Derkacz 2006-04-02 20:24:26 UTC
Ok, I supposed that the problem may lie in glibc or gcc, But it's still amazing why only kile behaves like that with my configuration ;). Let's say that's my fault. I'm using unstable version of Slack :) Thx for help.