Bug 296174 - crash after login when LD_BIND_NOW is set
Summary: crash after login when LD_BIND_NOW is set
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 19:56 UTC by Nesbitt
Modified: 2013-01-22 01:42 UTC (History)
1 user (show)

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 Nesbitt 2012-03-16 19:56:45 UTC
System: OpenSUSE 12.1
KDE: 4.8.1

I cannot login to KDE. It crashes after login. 
I got this error:
Application: KDE Daemon (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#6  0x00021290 in ?? ()
#7  0xb29d9fad in __do_global_ctors_aux () from /usr/lib/libQtOpenGL.so.4
#8  0xb2948c09 in _init () from /usr/lib/libQtOpenGL.so.4
#9  0xb77a1fc4 in ?? () from /lib/ld-linux.so.2
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

When I remove "LD_BIND_NOW=true" from startkde it works ok.

Here are more details:
http://forum.kde.org/viewtopic.php?f=66&t=100698
Comment 1 David Huecking 2012-03-24 15:16:50 UTC
I just updated openSUSE 11.4 to 12.1 (32 bit) and had the same crashing KDE4 while starting up.
I had a look at
/usr/bin/startkde
The line with "LD_BIND_NOW" was:
LD_BIND_NOW=true /usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup

So everything in ONE line. - I seperated it that it looks like this:
LD_BIND_NOW=true 
/usr/lib/kde4/libexec/start_kdeinit_wrapper +kcminit_startup

Now KDE4 starts up fine.
Comment 2 Jekyll Wu 2012-07-10 10:11:13 UTC
So you both have this problem after upgrading to openSUSE 12.1 . 

Have you reported this to openSUSE? Does it still happen?
Comment 3 Jekyll Wu 2013-01-22 01:42:17 UTC
Close for no feedback