https://bugzilla.novell.com/show_bug.cgi?id=797439 https://bugzilla.novell.com/show_bug.cgi?id=797439#c0 Summary: digikam and gwenview segfault at startup because of broken libGL link Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: i686 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: stephan.barth@suse.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- Both digikam and gwenview almost immediately exit with a segmentation fault. When inspecting the core libGL seems to be the culprit: Reading symbols from /usr/bin/digikam...Reading symbols from /usr/lib/debug/usr/bin/digikam.debug...done. done. [New LWP 23011] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Core was generated by `digikam'. Program terminated with signal 11, Segmentation fault. #0 0xb2a58069 in ?? () from /usr/lib/libGL.so.1 /usr/lib/libGL.so.1 points to a left over from an old package it seems: lrwxrwxrwx 1 root root 15 Jan 2 20:20 /usr/lib/libGL.so.1 -> libGL.so.280.13 -rwxr-xr-x 1 root root 370620 Aug 28 17:52 /usr/lib/libGL.so.1.2 -rwxr-xr-x 1 root root 794628 Aug 6 2011 /usr/lib/libGL.so.280.13 # rpm -qf /usr/lib/libGL.so.280.13 file /usr/lib/libGL.so.280.13 is not owned by any package # rpm -qf /usr/lib/libGL.so.1.2 Mesa-libGL1-8.0.4-20.7.1.i586 This command fixes the issue: ln -sf /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1 I already had to fix this a second time since the upgrade to 12.2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.