[opensuse] acroread hogging CPU forever on exit
When I close Adobe Reader - either by the "X" from the window decoration or by File->Exit - the process acroread eats up 1 CPU core forever, no matter what PDF file I used, no matter if acroread was started thru Thunderbird or from an xterm. An strace is silent, but an ltrace unveils the following endless loop: dlclose(0x0af12d40) = 0 vsprintf(0xffb25628, 0x8c71bad, 0xffb25834, 0x6f6c6e55, 0x64656461) = 77 getenv("ACRODEBUG") = NULL getenv("ACROLOGFILE") = NULL dlclose(0x0af12d40) = 0 vsprintf(0xffb25628, 0x8c71bad, 0xffb25834, 0x6f6c6e55, 0x64656461) = 77 getenv("ACRODEBUG") = NULL getenv("ACROLOGFILE") = NULL dlclose(0x0af12d40) = 0 vsprintf(0xffb25628, 0x8c71bad, 0xffb25834, 0x6f6c6e55, 0x64656461) = 77 getenv("ACRODEBUG") = NULL getenv("ACROLOGFILE") = NULL When I `export ACRODEBUG=0`, then these lines come out: Loading PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/Annots.api ... [dlopen success for Annots.api, handle = 0xaeac540] Loading PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/wwwlink.api ... [dlopen success for wwwlink.api, handle = 0xbf1c6c8] Loading PlugIn /usr/lib/Adobe/Reader9/Reader/intellinux/plug_ins/EScript.api ... [dlopen success for EScript.api, handle = 0xc2e9550] ... and when closing the application window: 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 ... That system is: OpenSuSE 12.1, x86_64 kernel-desktop-3.1.10-1.16.1.x86_64 openbox-3.5.0-14.1.3.x86_64 acroread-9.5.1-3.10.1.i586 Does anyone else experience this? Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Bernhard Voelker