[Bug 725271] New: acroread loops at exit
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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c zj jia <zjjia@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@suse.com AssignedTo|bnc-team-screening@forge.pr |bili@suse.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c1 Sven Burmeister <sven.burmeister@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sven.burmeister@gmx.net --- Comment #1 from Sven Burmeister <sven.burmeister@gmx.net> 2011-11-05 12:01:02 UTC --- Same here. It consumes lots of CPU and does not exit when its tab or even the whole firefox is closed. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c2 --- Comment #2 from Sven Burmeister <sven.burmeister@gmx.net> 2011-11-05 12:02:33 UTC --- Forgot: I'm using i586. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c3 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno@ioda-net.ch --- Comment #3 from Bruno Friedmann <bruno@ioda-net.ch> 2011-11-05 13:17:03 UTC --- This crash exist from at least 9.4.0 version of acroread and has always crashed under 64bits version This could be a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=655162 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c4 Otmar Stahl <O.Stahl@lsw.uni-heidelberg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |O.Stahl@lsw.uni-heidelberg. | |de --- Comment #4 from Otmar Stahl <O.Stahl@lsw.uni-heidelberg.de> 2011-11-14 15:48:43 UTC --- Same here. Removing /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api seems to work around this bug. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c5 --- Comment #5 from Otmar Stahl <O.Stahl@lsw.uni-heidelberg.de> 2011-11-14 16:16:48 UTC --- A similar loop can also occur with /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/EScript.api So I removed this file as well... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c6 --- Comment #6 from Bruno Friedmann <bruno@ioda-net.ch> 2011-11-14 18:19:20 UTC --- Thanks Otmar renaming the two fix the non-ending issue -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=725271 https://bugzilla.novell.com/show_bug.cgi?id=725271#c7 Li Bin <bili@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #7 from Li Bin <bili@suse.com> 2011-11-15 08:41:06 UTC --- Thanks your guys. duplicate to bnc#655162. *** This bug has been marked as a duplicate of bug 655162 *** http://bugzilla.novell.com/show_bug.cgi?id=655162 -- 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.
participants (1)
-
bugzilla_noreply@novell.com