FS#27737 - glibc 2.15-1 causes applications to hang
Attached to Project:
Arch Linux
Opened by Martin Matlag (newtype) - Tuesday, 27 December 2011, 15:41 GMT
Last edited by Allan McRae (Allan) - Wednesday, 28 December 2011, 20:59 GMT
Opened by Martin Matlag (newtype) - Tuesday, 27 December 2011, 15:41 GMT
Last edited by Allan McRae (Allan) - Wednesday, 28 December 2011, 20:59 GMT
|
Details
After update to glibc 2.15-1 some applications hangs after
about 30 sec. Apps that I found problematic:
virt-manager, firefox, midori, chromium All in newest version avalible in testing repo. |
This task depends upon
Closed by Allan McRae (Allan)
Wednesday, 28 December 2011, 20:59 GMT
Reason for closing: Fixed
Additional comments about closing: glibc-2.15-2
Wednesday, 28 December 2011, 20:59 GMT
Reason for closing: Fixed
Additional comments about closing: glibc-2.15-2
Additional, with glibc-2.15-1 gnome always starting in fallback mode. After downgrade these problems disappeared.
Using x86_64 version, with testing fully up to date, but not for gcc and glibc.
Freeze when trying to close firefox for example. Can't do a strace sorry. But I noticed it busted also qemu and a lot of programs.
$ LANG=C svn --version
Ошибка сегментирования [segfault]
Running svn under gdb gives following (attached svn-version.log)...
P.S. I didn't reboot after upgrading. Now I'm recompiling kernel (I need support for elantech touchpad, not in 3.1 version) after installing "new" kernel package I'll try again and report.
P.S. Forgot to add: Archlinux x86_64.
https://bugs.archlinux.org/task/27743
P.S. Of course I suspected glibc because problem arose after update.
[amarcord@Gaia qlandkartegt-svn]$strace makepkg
... some unnecessary lines (I think) ...
wait4(-1, ==> Determinando ultima revisión de svn...
==> Iniciando build()...
==> Connecting to https://qlandkartegt.svn.sourceforge.net/svnroot/qlandkartegt/QLandkarteGT/trunk ...
/home/amarcord/Programas/qlandkartegt-svn/PKGBUILD: línea 20: 1928 Violación de segmento svn up
==> ERROR: Se produjo un error en build().
Cancelando...
[{WIFEXITED(s) && WEXITSTATUS(s) == 2}], 0, NULL) = 1838
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1838, si_status=2, si_utime=0, si_stime=0} (Child exited) ---
wait4(-1, 0x7fff47a45058, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff) = 0
rt_sigaction(SIGINT, {0x44ec70, [], SA_RESTORER, 0x7f47a1b189b0}, {0x438cc0, [], SA_RESTORER, 0x7f47a1b189b0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(2) = ?
[amarcord@Gaia qlandkartegt-svn]$
Checked with tint2-svn and qlandkartegt-svn (both works with 2.14.1-4).
If more information (or translation) is necessary, please, don't hesitate to ask.
TIA.,
FS#27743Please, see my comments above.