[Webkit-unassigned] [Bug 259303] New: [WPE][GTK] WebProcess crashes at the end of every GLib API test
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 18 03:34:04 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259303
Bug ID: 259303
Summary: [WPE][GTK] WebProcess crashes at the end of every GLib
API test
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WPE WebKit
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vitaly at igalia.com
CC: bugs-noreply at webkitgtk.org
Here's the call stack:
```
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f77fc459d25 in WTF::HashTable<_GObject*, _GObject*, WTF::IdentityExtractor, WTF::DefaultHash<_GObject*>, WTF::HashTraits<_GObject*>, WTF::HashTraits<_GObject*> >::keyCount (this=0x7f77fc46a280 <s_watchedObjects>)
at /home/vitaly/Projects/WebKit/WebKitBuild/Debug/WTF/Headers/wtf/HashTable.h:595
595 unsigned keyCount() const { return m_table ? reinterpret_cast_ptr<unsigned*>(m_table)[keyCountOffset] : 0; }
[Current thread is 1 (LWP 133245)]
(gdb) where
#0 0x00007f77fc459d25 in WTF::HashTable<_GObject*, _GObject*, WTF::IdentityExtractor, WTF::DefaultHash<_GObject*>, WTF::HashTraits<_GObject*>, WTF::HashTraits<_GObject*> >::keyCount (this=0x7f77fc46a280 <s_watchedObjects>)
at /home/vitaly/Projects/WebKit/WebKitBuild/Debug/WTF/Headers/wtf/HashTable.h:595
#1 0x00007f77fc458e9c in WTF::HashTable<_GObject*, _GObject*, WTF::IdentityExtractor, WTF::DefaultHash<_GObject*>, WTF::HashTraits<_GObject*>, WTF::HashTraits<_GObject*> >::isEmpty (this=0x7f77fc46a280 <s_watchedObjects>)
at /home/vitaly/Projects/WebKit/WebKitBuild/Debug/WTF/Headers/wtf/HashTable.h:461
#2 0x00007f77fc458560 in WTF::HashSet<_GObject*, WTF::DefaultHash<_GObject*>, WTF::HashTraits<_GObject*>, WTF::HashTableTraits>::isEmpty
(this=0x7f77fc46a280 <s_watchedObjects>) at /home/vitaly/Projects/WebKit/WebKitBuild/Debug/WTF/Headers/wtf/HashSet.h:251
#3 0x00007f77fc457138 in checkLeaks () at /home/vitaly/Projects/WebKit/Tools/TestWebKitAPI/Tests/WebKitGLib/WebProcessTest.cpp:41
#4 0x00007f77fc45786d in checkLeaksAtExit () at /home/vitaly/Projects/WebKit/Tools/TestWebKitAPI/Tests/WebKitGLib/WebProcessTest.cpp:114
#5 0x00007f7966e47d9e in _dl_close_worker (map=<optimized out>, force=<optimized out>) at dl-close.c:288
#6 0x00007f79524394a5 in ?? ()
#7 0x0000000000000000 in ?? ()
```
--
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/20230718/837af28e/attachment.htm>
More information about the webkit-unassigned
mailing list