You are not logged in.
Hi, after updating glibc to 2.18-1 if I try to login into plasma desktop (4.11 from testing) from kdm system returns to kdm, instead if I login into e17 or openbox and try to launch some applications such as konsole this doesn t work, dolphin, firefox and chromium return "segmentation fault (core dump)". Everything goes back to work if I downgrade glibc to 2.17-6. This happens on 32-bit system, while on a 64-bit system everything is ok.
Last edited by ksolsim (2013-08-16 13:06:12)
Offline
... try to launch some applications such as konsole...
Have you seen this? https://mailman.archlinux.org/pipermail … 25332.html
Offline
https://mailman.archlinux.org/pipermail … 25332.html
Edit: Too late ;P
This has already been mentioned on the forums https://bbs.archlinux.org/viewtopic.php?id=168303
Last edited by karol (2013-08-15 17:00:26)
Offline
dosn't work, same problem with kdm...
Last edited by ksolsim (2013-08-15 17:06:01)
Offline
Did you reboot?
Can you post your /etc/fstab?
Offline
I've already rebooted.
here is /etc/fstab
shm /dev/shm/ tmpfs nodev,nosuid 0 0
/dev/sda6 / ext4 defaults 0 1
/dev/sda7 swap swap defaults 0 0
Last edited by ksolsim (2013-08-15 17:12:57)
Offline
Segfaults will be entirely unrelated to fstab...
I need processor details and a backtrack of one of the segfaults.
Edit: preferably submitted to the bug tracker.
Offline
Do you use fglrx?
For a simple backtrace, run:
gdb glxgears
# then at the gdb shell
run
# then wait for the crash and then
bt
If so, we have had this here: https://bbs.archlinux.org/viewtopic.php … 0#p1312640
Last edited by Cdh (2013-08-15 22:03:32)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Segfaults will be entirely unrelated to fstab...
I need processor details and a backtrack of one of the segfaults.
Edit: preferably submitted to the bug tracker.
here it is : https://bugs.archlinux.org/task/36556
Offline
Do you use fglrx?
The $1,000,000 question...
Offline
Do you use fglrx?
yes I use it. With glibc glibc-2.17-6 works but with glibc-2.18-1 I get
[simone@linux ~]$ gdb glxgears
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/glxgears...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/glxgears
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xb7cb8cc5 in __strstr_sse42 () from /usr/lib/libc.so.6
(gdb) bt
#0 0xb7cb8cc5 in __strstr_sse42 () from /usr/lib/libc.so.6
#1 0xb7f63bb1 in ?? () from /usr/lib/libGL.so.1
#2 0xb7f3af73 in ?? () from /usr/lib/libGL.so.1
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) quit
Last edited by ksolsim (2013-08-16 07:03:45)
Offline
glibc-2.18-2 from testing fixed all my problems.
thanks.
Offline