Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Evolution and broken webkit-gtk-2.46.5
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Wed Jan 29, 2025 12:28 pm    Post subject: Evolution and broken webkit-gtk-2.46.5 Reply with quote

After the last update, the mail preview in Evolution has broken font hinting with bold and thin fonts alternating. The hinting is bad, newlines can't be seen, hyperlinks cannot be browsed. Sometimes the preview crashes with…
Quote:
A WebKitWebProcess crashed when displaying the message. You can try again by moving to another message and back…

The folders, menus and stuff are fine, only the mail-preview is affected.
Code:
mail-client/evolution-3.52.4-r2
net-libs/webkit-gtk-2.46.5-r410

Starting Evolution from terminal does not show any information about the WebKitWebProcess crashing on STDOUT.

I searched for something else depending on net-libs/webkit-gtk:4.1 and found net-news/liferea-1.15.5-r1
Same issue, menus and folders are fine, only the message preview is affected.
_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770


Last edited by Massimo B. on Thu Jan 30, 2025 7:08 am; edited 1 time in total
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Thu Jan 30, 2025 6:06 am    Post subject: Reply with quote

This is not the only issue with this (stable) update.
I'm going to downgrade webkit-gtk to the previous version:
Code:
     Tue Oct 15 17:27:25 2024 >>> net-libs/webkit-gtk-2.44.4-r410
     Thu Jan 23 23:54:32 2025 >>> net-libs/webkit-gtk-2.46.5-r410

Because that package takes a lot of time, I'm going to quickpkg both for easier switching. I guess I need to rebuild evolution as well after every switch for its dependency.
Then I'm going to enable Debugging#Per-package for webkit-gtk and attach a gdb for the trace when crashing. (I guess I can't quickpkg the same version with and without symbols?)
It's not the first issue with webkit-gtk-2.46.* identified on Evolution.

P.S.: net-libs/webkit-gtk-2.44.4-r410 fixed the issue and did not need evolution to be rebuilt.
_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Fri Jan 31, 2025 9:26 am    Post subject: Reply with quote

Weird, I have built 2.46.5-r410 now with symbols, but can't reproduce neither of the bugs ([2]), everything is working.
Hinting of mail preview is a bit different, but not broken anymore and not crashing.
Code:
$ equery belongs "$(ldd /usr/bin/evolution |grep webkit | cut -d " " -f 3)"
 * Searching for /usr/lib64/libwebkit2gtk-4.1.so.0 ...
net-libs/webkit-gtk-2.46.5-r410 (/usr/lib64/libwebkit2gtk-4.1.so.0.16.7)
net-libs/webkit-gtk-2.46.5-r410 (/usr/lib64/libwebkit2gtk-4.1.so.0 -> libwebkit2gtk-4.1.so.0.16.7)
I hope it's not related to my recent fontconfig changes about the hinting: fontconfig recommendation
_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Mon Feb 10, 2025 12:49 pm    Post subject: Reply with quote

I got the crash again now with webkit-gtk-2.46.5-r410 and symbols. I'm going to attach gdb but it fails to find the symbols:
Code:
$ gdb --pid $(pidof /usr/libexec/webkit2gtk-4.1/WebKitWebProcess) --ex cl
GNU gdb (Gentoo 15.2 vanilla) 15.2
Copyright (C) 2024 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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
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".
Attaching to process 5796
[New LWP 5813]
[New LWP 5812]
[New LWP 5810]
[New LWP 5808]
[New LWP 5807]
[New LWP 5806]
[New LWP 5804]
[New LWP 5800]
[New LWP 5798]
[New LWP 5797]

warning: "target:/usr/libexec/webkit2gtk-4.1/WebKitWebProcess": could not open as an executable file: Input/output error.

warning: `target:/usr/libexec/webkit2gtk-4.1/WebKitWebProcess': can't open to read symbols: Input/output error.

warning: Could not load vsyscall page because no executable was specified

warning: Target and debugger are in different PID namespaces; thread lists and other data are likely unreliable.  Connect to gdbserver inside the container.
0x00007f8f18f3115f in ?? ()
No source file specified.
Why doesn't gdb find the /usr/lib/debug/usr/libexec/webkit2gtk-4.1/WebKitWebProcess.debug ?
Code:
readelf -S /usr/libexec/webkit2gtk-4.1/WebKitWebProcess
has the section:
Code:
[26] .gnu_debuglink    PROGBITS         0000000000000000  00003008
       000000000000001c  0000000000000000           0     0     4
https://wiki.gentoo.org/wiki/Debugging#Per-package says "debugging a program with gdb, it will find the sources and debugging information."
_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770


Last edited by Massimo B. on Mon Feb 10, 2025 1:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Mon Feb 10, 2025 1:06 pm    Post subject: Reply with quote

Code:
$ gdb /usr/libexec/webkit2gtk-4.1/WebKitWebProcess $(pidof /usr/libexec/webkit2gtk-4.1/WebKitWebProcess)
GNU gdb (Gentoo 15.2 vanilla) 15.2
Copyright (C) 2024 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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
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 /usr/libexec/webkit2gtk-4.1/WebKitWebProcess...
Reading symbols from /usr/lib/debug//usr/libexec/webkit2gtk-4.1/WebKitWebProcess.debug...
Attaching to program: /usr/libexec/webkit2gtk-4.1/WebKitWebProcess, process 5796
[New LWP 11077]
[New LWP 5813]
[New LWP 5812]
[New LWP 5810]
[New LWP 5808]
[New LWP 5807]
[New LWP 5806]
[New LWP 5800]
[New LWP 5798]
[New LWP 5797]
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwebkit2gtk-4.1.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libc.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libepoxy.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libfontconfig.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libfreetype.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwebpmux.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libjavascriptcoregtk-4.1.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libicui18n.so.76' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libjpeg.so.62' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpng16.so.16' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libicuuc.so.76' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgtk-3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgdk-3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpango-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libharfbuzz.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libatk-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcairo.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxml2.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libsqlite3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxslt.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libz.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/liblcms2.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwoff2dec.so.1.0.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgcrypt.so.20' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstallocators-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstapp-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstbase-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstreamer-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstpbutils-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstaudio-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgsttranscoder-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgsttag-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstvideo-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstgl-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgstfft-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwebpdemux.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwebp.so.7' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libsoup-3.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libharfbuzz-icu.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libenchant-2.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgio-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgmodule-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgobject-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libglib-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libtasn1.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libhyphen.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libX11.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwayland-server.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwayland-client.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libseccomp.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgbm.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libdrm.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib/gcc/x86_64-pc-linux-gnu/14/libstdc++.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libm.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib/gcc/x86_64-pc-linux-gnu/14/libgcc_s.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/lib64/ld-linux-x86-64.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libexpat.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libbz2.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib/gcc/x86_64-pc-linux-gnu/14/libatomic.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libicudata.so.76' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpangocairo-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpangoft2-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libfribidi.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcairo-gobject.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgdk_pixbuf-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXi.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libatk-bridge-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXfixes.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxkbcommon.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwayland-cursor.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwayland-egl.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXext.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXcursor.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXdamage.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXcomposite.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXrandr.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgraphite2.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXrender.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-render.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-shm.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpixman-1.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libwoff2common.so.1.0.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libbrotlidec.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgpg-error.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/liborc-0.4.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libEGL.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libGLX.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libX11-xcb.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libsharpyuv.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpsl.so.5' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libnghttp2.so.14' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libmount.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libffi.so.8' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpcre2-8.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libatspi.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libdbus-1.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXau.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libXdmcp.so.6' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libbrotlicommon.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libGLdispatch.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libidn2.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libunistring.so.5' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libblkid.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcryptsetup.so.12' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libuuid.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libdevmapper.so.1.02' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcrypto.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libjson-c.so.5' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libudev.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcap.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/gtk-3.0/modules/libcanberra-gtk-module.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcanberra-gtk3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcanberra.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target://usr/lib64/libvorbisfile.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target://usr/lib64/libltdl.so.7' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libvorbis.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libogg.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libmvec.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/gio/modules/libxfconfgsettingsbackend.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxfconf-0.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgthread-2.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxfce4util.so.7' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/gio/modules/libgvfsdbus.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/gvfs/libgvfscommon.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/webkit2gtk-4.1/injected-bundle/libwebkit2gtkinjectedbundle.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/evolution/web-extensions/libewebextension.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/evolution/libevolution-util.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libedataserver-1.2.so.27' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/evolution/libgnomecanvas.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgnome-autoar-0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgnome-autoar-gtk-0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcamel-1.2.so.64' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libebook-1.2.so.21' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libebook-contacts-1.2.so.4' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libedataserverui-1.2.so.4' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libecal-2.0.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libical-glib.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgnome-desktop-3.so.20' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgspell-1.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libsecret-1.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libcmark.so.0.31.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/evolution-data-server/libedbus-private.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libjson-glib-1.0.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgailutil-3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libarchive.so.13' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libssl3.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libsmime3.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libnss3.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libnspr4.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libedata-book-1.2.so.27' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libical.so.3' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxkbregistry.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libacl.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/liblzo2.so.2' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/liblzma.so.5' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libzstd.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/liblz4.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libnssutil3.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libplc4.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libplds4.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libebackend-1.2.so.11' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/gbm/dri_gbm.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libgallium-24.3.3.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libglapi.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib/llvm/19/lib64/libLLVM.so.19.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libSPIRV-Tools.so' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-randr.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libdrm_intel.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-dri3.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-present.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-sync.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxshmfence.so.1' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libxcb-xfixes.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libpciaccess.so.0' as an executable file: Input/output error
Error while mapping shared library sections:
Could not open `target:/usr/lib64/libEGL_mesa.so.0' as an executable file: Input/output error

warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.

warning: Target and debugger are in different PID namespaces; thread lists and other data are likely unreliable.  Connect to gdbserver inside the container.
0x00007f8f18f3115f in ?? ()

All these files are readable as user like this:
Code:
$ ls -al /usr/lib64/libwebkit2gtk-4.1.so.0
lrwxrwxrwx 1 root root 27 10. Feb 15:05 /usr/lib64/libwebkit2gtk-4.1.so.0 -> libwebkit2gtk-4.1.so.0.13.8*
$ ls -al /usr/lib64/libwebkit2gtk-4.1.so.0.13.8
-rwxr-xr-x 1 root root 70M 10. Feb 15:05 /usr/lib64/libwebkit2gtk-4.1.so.0.13.8*

_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770


Last edited by Massimo B. on Mon Feb 10, 2025 2:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
Massimo B.
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1861
Location: PB, Germany

PostPosted: Mon Feb 10, 2025 1:14 pm    Post subject: Reply with quote

Trying to force it using the debug symbols but it still has no symbols:
Code:
(gdb) set debug-file-directory /usr/lib/debug
(gdb) c
Continuing.
[New LWP 1379]
[New LWP 1380]
[New LWP 1441]
[New LWP 1442]
[New LWP 1443]
[New LWP 1444]
[New LWP 1445]
[New LWP 1446]
[New LWP 1447]
[New LWP 1448]

Thread 1 "WebKitWebProces" received signal SIGSEGV, Segmentation fault.
0x00007f8f1b6c6c31 in ?? ()
(gdb) where
#0  0x00007f8f1b6c6c31 in ?? ()
#1  0x00007ffcd37291b0 in ?? ()
#2  0x0000003f1b7ebf2c in ?? ()
#3  0x00007ffcd3729280 in ?? ()
#4  0x00007f8f0910de80 in ?? ()
#5  0x0000000000000000 in ?? ()
(gdb) quit
A debugging session is active.

   Inferior 1 [process 5796] will be detached.

Quit anyway? (y or n) y

Detaching from program: /usr/libexec/webkit2gtk-4.1/WebKitWebProcess, process 5796
[Inferior 1 (process 5796) detached]

_________________
HP ZBook Power 15.6" G8 i7-11800H|HP EliteDesk 800G1 i7-4790|HP Compaq Pro 6300 i7-3770
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum