Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Evolution and broken webkit-gtk-2.46.5

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

Evolution and broken webkit-gtk-2.46.5

  • Quote

Post by Massimo B. » Wed Jan 29, 2025 12:28 pm

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…
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: Select all

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.
Last edited by Massimo B. on Thu Jan 30, 2025 7:08 am, edited 1 time in total.
HP ZBook Power G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Thu Jan 30, 2025 6:06 am

This is not the only issue with this (stable) update.
I'm going to downgrade webkit-gtk to the previous version:

Code: Select all

     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 G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Fri Jan 31, 2025 9:26 am

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: Select all

$ 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 G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Mon Feb 10, 2025 12:49 pm

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: Select all

$ 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: Select all

readelf -S /usr/libexec/webkit2gtk-4.1/WebKitWebProcess
has the section:

Code: Select all

[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."
Last edited by Massimo B. on Mon Feb 10, 2025 1:10 pm, edited 1 time in total.
HP ZBook Power G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Mon Feb 10, 2025 1:06 pm

Code: Select all

$ 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: Select all

$ 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*
Last edited by Massimo B. on Mon Feb 10, 2025 2:18 pm, edited 1 time in total.
HP ZBook Power G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Mon Feb 10, 2025 1:14 pm

Trying to force it using the debug symbols but it still has no symbols:

Code: Select all

(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 G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Massimo B.
Veteran
Veteran
User avatar
Posts: 1940
Joined: Wed Feb 09, 2005 3:05 pm
Location: PB, Germany

  • Quote

Post by Massimo B. » Mon Mar 24, 2025 10:43 pm

On other installations I also run into the broken hinting with net-libs/webkit-gtk-2.46.5-r410 and can always solve it by downgrading to net-libs/webkit-gtk-2.44.4-r410.
Eventhough this description is a but vague I'm going to file the bug 952008.
HP ZBook Power G9 i7-12700H,64GB DDR5|HP ProDesk 600 G5 i7-9700,128GB DDR4
Top
Post Reply

7 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy