[Bug 283029] www/surf: Program crashes after some time
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Nov 2024 18:28:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283029
Bug ID: 283029
Summary: www/surf: Program crashes after some time
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: dmgk@freebsd.org
Reporter: nxjoseph@protonmail.com
Flags: maintainer-feedback?(dmgk@freebsd.org)
Assignee: dmgk@freebsd.org
Created attachment 255511
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255511&action=edit
gdb log
Hi. I wanted to give www/surf a try and applied some patches to it. I did test
it without patches but it still crashed for example on going to youtube.com.
Currently it crashes after some time and dumps a core file. Also, there is
WebKitWebProcess.core file too, I don't know if this file is related to
crashing of surf.
% gdb -q `which surf` surf.core
Reading symbols from /usr/local/bin/surf...
(No debugging symbols found in /usr/local/bin/surf)
[New LWP 120825]
[New LWP 121806]
[New LWP 121807]
[New LWP 121808]
[New LWP 121809]
[New LWP 121810]
[New LWP 121811]
[New LWP 121813]
[New LWP 121814]
Core was generated by `surf -u Mozilla/5.0 (X11; Linux x86_64)
AppleWebKit/537.36 (KHTML, like Gecko) C'.
Program terminated with signal SIGBUS, Bus error.
Object-specific hardware error.
#0 0x0000000828742164 in ?? () from /usr/local/lib/libwebkit2gtk-4.0.so.37
[Current thread is 1 (LWP 120825)]
(gdb) bt
#0 0x0000000828742164 in ??? () at /usr/local/lib/libwebkit2gtk-4.0.so.37
#1 0x000000082871b9bb in ??? () at /usr/local/lib/libwebkit2gtk-4.0.so.37
#2 0x000000082867e946 in ??? () at /usr/local/lib/libwebkit2gtk-4.0.so.37
#3 0x00000008286b6bab in ??? () at /usr/local/lib/libwebkit2gtk-4.0.so.37
#4 0x00000008285cfb40 in ??? () at /usr/local/lib/libwebkit2gtk-4.0.so.37
#5 0x00000008311c8bb2 in WTF::RunLoop::performWork() () at
/usr/local/lib/libjavascriptcoregtk-4.0.so.18
#6 0x000000083121ba59 in ??? () at
/usr/local/lib/libjavascriptcoregtk-4.0.so.18
#7 0x000000083121ae7d in ??? () at
/usr/local/lib/libjavascriptcoregtk-4.0.so.18
#8 0x0000000831d8c59b in ??? () at /usr/local/lib/libglib-2.0.so.0
#9 0x0000000831d8c95d in ??? () at /usr/local/lib/libglib-2.0.so.0
#10 0x0000000831d8cc79 in g_main_loop_run () at /usr/local/lib/libglib-2.0.so.0
#11 0x000000082b38b17a in gtk_main () at /usr/local/lib/libgtk-3.so.0
#12 0x00000000002080ed in main ()
Thanks in advance.
--
You are receiving this mail because:
You are the assignee for the bug.