You are not logged in.
At this moment, the surf browser from suckless don't work.
Backtrace in gdb:
[New Thread 0x7fff6be006c0 (LWP 2149)]
[New Thread 0x7fff6b4006c0 (LWP 2150)]
[New Thread 0x7fff6aa006c0 (LWP 2151)]
[New Thread 0x7fff6a0006c0 (LWP 2152)]
[Detaching after vfork from child process 2153]
[New Thread 0x7fff696006c0 (LWP 2155)]
[New Thread 0x7fff68c006c0 (LWP 2165)]
[New Thread 0x7fff5fe006c0 (LWP 2192)]
web process terminated: crashed
Thread 1 "surf" received signal SIGSEGV, Segmentation fault.
0x00007ffff2b44a9e in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
(gdb) bt
#0 0x00007ffff2b44a9e in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
#1 0x00007ffff2b0432c in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
#2 0x00007ffff2a77732 in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
#3 0x00007ffff2abed40 in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
#4 0x00007ffff2955f0f in ?? () from /usr/lib/libwebkit2gtk-4.0.so.37
#5 0x00007ffff1248cfe in ?? () from /usr/lib/libjavascriptcoregtk-4.0.so.18
#6 0x00007ffff1314b0a in ?? () from /usr/lib/libjavascriptcoregtk-4.0.so.18
#7 0x00007ffff131561c in ?? () from /usr/lib/libjavascriptcoregtk-4.0.so.18
#8 0x00007fffef70d559 in ?? () from /usr/lib/libglib-2.0.so.0
#9 0x00007fffef770157 in ?? () from /usr/lib/libglib-2.0.so.0
#10 0x00007fffef70e287 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#11 0x00007ffff1be4ebf in gtk_main () from /usr/lib/libgtk-3.so.0
#12 0x000000010000a0ea in main ()
(gdb)
Versions of some programs:
$ gcc --version
gcc (GCC) 14.2.1 20240910
$ pacman -Q webkit2gtk glib2 gtk3
webkit2gtk 2.46.0-2
glib2 2.82.1-1
gtk3 1:3.24.43-3
Offline
At first, I though that you think about 'netsurf' which is in main repo, but if you mean 'surf' which is in AUR, then you have to recompile it (probably).
Offline
I was using my custom version, compiled by my self, but after the update of a package that i suspect is some of the above mentioned, it crash.
I try the AUR version too, and it doesn't work
Offline
I think that the downgrade of one of this packages may solve the problem, but it isn't the optimal solution
Offline
Same problem w/ en_US.UTF-8 ?
https://bbs.archlinux.org/viewtopic.php?id=299644
Offline
Same problem w/ en_US.UTF-8 ?
https://bbs.archlinux.org/viewtopic.php?id=299644
Yes, I'm using this locale.
I have another computer air gapped with Arch and some obsolete packages, and works perfectly.
This problem occurred after a upgrade a few days ago.
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
What locale? en_US.UTF-8 or zh_CN.UTF-8 ?
webkit2gtk is covered by https://wiki.archlinux.org/title/Debuginfod which should hopefully get us a better backtrace, https://wiki.archlinux.org/title/Core_d … _core_dump
Offline