https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c0 Summary: acroread loops at exit Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Commercial AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- acroread-9.4.2-2.13.i586 loops when trying to leave with CTRL-Q and ignores SIGTERM and SIGINT -- has to be killed with SIGKILL :-( when looping, it does not do any system calls (strace -p `pgrep acroread` gives no output). gdb shows #0 0xf5a1f748 in __strncmp_ia32 () from /lib/libc.so.6 #1 0xf59d25c1 in getenv () from /lib/libc.so.6 #2 0x0856dcf0 in _start () ltrace -p `pgrep acroread` shows looping output: getenv("ACROLOGFILE") = NULL getenv("ACRODEBUG") = NULL getenv("ACROLOGFILE") = NULL getenv("ACRODEBUG") = NULL getenv("ACROLOGFILE") = NULL if I set ACRODEBUG=1 I get this looping output: Unloaded PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api Unloaded PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api Unloaded PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api Unloaded PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api setting ACROLOGFILE does not help either :-( acroread-9.4.2 works fine with 11.4 -- any idea what changed in 12.1 glibc ? -- 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.