[Webkit-unassigned] [Bug 246599] bmalloc component causing Epiphany web process crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 05:36:51 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246599

--- Comment #3 from N4t3R <naterussell83 at gmail.com> ---
: GNU gdb (GDB) 12.1
Copyright (C) 2022 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-slackware-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://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 epiphany...
(gdb) break free
Function "free" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (free) pending.
(gdb) run
Starting program: /usr/bin/epiphany www.heise.de
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/debug/libthread_db.so.1".
Breakpoint 1, 0x00007ffff701c9d0 in free () from /usr/lib64/debug/libc.so.6
(gdb) bt
#0 0x00007ffff701c9d0 in free () at /usr/lib64/debug/libc.so.6
#1 0x00007ffff7343ec5 in g_free (mem=<optimized out>) at ../glib/gmem.c:229
#2 0x00007ffff735ac4c in slice_config_init (config=0x7ffff7420530 <allocator+16>)
at ../glib/gslice.c:440
#3 g_slice_init_nomessage () at ../glib/gslice.c:461
#4 0x00007ffff735bc6e in thread_memory_from_self () at ../glib/gslice.c:562
#5 thread_memory_from_self () at ../glib/gslice.c:552
#6 g_slice_alloc (mem_size=mem_size at entry=96) at ../glib/gslice.c:1052
#7 0x00007ffff732b3ce in g_hash_table_new_full
(hash_func=0x7ffff732ce00 <g_str_hash>, key_equal_func=0x7ffff732cde0 <g_str_equal>, key_destroy_func=key_destroy_func at entry=0x0, value_destroy_func=value_destroy_func at entry=0x0) at ../glib/ghash.c:1073
#8 0x00007ffff732b439 in g_hash_table_new
(hash_func=<optimized out>, key_equal_func=<optimized out>)
at ../glib/ghash.c:1036
#9 0x00007ffff734d9fb in g_quark_init () at ../glib/gquark.c:63
#10 0x00007ffff7308f65 in glib_init () at ../glib/glib-init.c:341
#11 glib_init () at ../glib/glib-init.c:330
#12 glib_init_ctor () at ../glib/glib-init.c:455
#13 0x00007ffff7fcddde in call_init.part () at /lib64/ld-linux-x86-64.so.2
#14 0x00007ffff7fcdec0 in _dl_init () at /lib64/ld-linux-x86-64.so.2
#15 0x00007ffff7fe52d0 in _dl_start_user () at /lib64/ld-linux-x86-64.so.2
#16 0x0000000000000002 in ()
#17 0x00007fffffffe9bf in ()
#18 0x00007fffffffe9d1 in ()
#19 0x0000000000000000 in ()
(gdb) quit
A debugging session is active.
Inferior 1 [process 7838] will be killed.
Quit anyway? (y or n) y

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221017/db6edda3/attachment-0001.htm>


More information about the webkit-unassigned mailing list