On 07/27/2017 09:50 PM, Ger van Dijck wrote:
> Hi all,
>
>
> I got a little problem : I did an upgrade Fedora25 to Fedora26.
>
> Everything seems to functionate perfect ; Except one application.
>
> The Acrobatreader does not react anymore and trying to install it with
> AdbeRdr9.5.5-1_i486linux_enu.rpm is not succesfull.
>
> I can open the .pdf files without problems by using p.e. the
> documentviewerand other Fedora26 utilities.
>
> Is there a solution for this problem ?

This was previously addressed/discussed and what I found was....


The acroread shell script sets up the following environment variables

LD_LIBRARY_PATH=/opt/Adobe/Reader9/Reader/intellinux/lib:/opt/Adobe/Reader9/Reader/intellinux/sidecars:/usr/lib/xulrunner-2
ACRO_ARG0=/usr/bin/acroread
SYNCAPP_EXEC_CMD=/opt/Adobe/Reader9/Reader/intellinux/bin/SynchronizerApp
ACRO_CONFIG=intellinux
ACRO_AT_ACTIVE=false
ACRO_INSTALL_DIR=/opt/Adobe/Reader9/Reader
ADOBE_USER_PREFERENCES=/home/egreshko/.adobe/Acrobat/9.0/Preferences
MOZILLA_FIVE_HOME=/usr/lib/xulrunner-2
ACRO_LANG=ENU
MOZILLA_COMP_PATH=/usr/lib/xulrunner-2
ACRO_EXEC_CMD=/opt/Adobe/Reader9/Reader/intellinux/bin/acroread
ADOBE_HELP_PATH=/opt/Adobe/Reader9/Reader/../../..
ACRO_LD_LIBRARY_PATH=
ACRO_RES_DIR=/opt/Adobe/Reader9/Reader/../Resource

It also alters the PATH, but that isn't important....

So, then we do....

[egreshko@meimei tmp]$ gdb /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
GNU gdb (GDB) Fedora 8.0-13.fc26
Copyright (C) 2017 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 "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /opt/Adobe/Reader9/Reader/intellinux/bin/acroread...(no
debugging symbols found)...done.
Missing separate debuginfos, use: dnf debuginfo-install 
AdobeReader_enu-9.5.5-1.i486
(gdb) run
Starting program: /opt/Adobe/Reader9/Reader/intellinux/bin/acroread
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

(acroread:15593): Gtk-WARNING **: Unable to locate theme engine in module_path:
"adwaita",

(acroread:15593): Gtk-WARNING **: Unable to locate theme engine in module_path:
"adwaita",
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property
`gtk-primary-button-warps-slider' of type `gboolean' from rc file value 
"((GString*)
0x9842680)" of type `gboolean'

(acroread:15593): Gtk-WARNING **: Unable to locate theme engine in module_path:
"adwaita",

(acroread:15593): Gtk-WARNING **: Unable to locate theme engine in module_path:
"adwaita",

Program received signal SIGSEGV, Segmentation fault.  <<<<<<<<<<<   Ah Ha!!!!!!!
0xf62f48f3 in __strpbrk_sse42 () from /lib/libc.so.6



So, it ends up getting a segmentation fault.  I don't think there is any 
solution
since I think it would require a recompile of the acroread binary.


-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to