Closed shlyakpavel closed 4 days ago
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0xcc)
* frame #0: 0x00000001069ba298 liblagom-web.0.0.0.dylib`::broadcast_active_resize_observations() [inlined] clear_with_capacity at Vector.h:375:16 [opt]
frame #1: 0x00000001069ba298 liblagom-web.0.0.0.dylib`::broadcast_active_resize_observations() [inlined] clear at Vector.h:363:9 [opt]
frame #2: 0x00000001069ba298 liblagom-web.0.0.0.dylib`::broadcast_active_resize_observations() at Document.cpp:5210:36 [opt]
frame #3: 0x0000000106aa123c liblagom-web.0.0.0.dylib`::update_the_rendering() at EventLoop.cpp:350:51 [opt]
frame #4: 0x0000000106819f20 liblagom-web.0.0.0.dylib`::operator()() at Function.h:120:25 [opt]
frame #5: 0x0000000106aa0a24 liblagom-web.0.0.0.dylib`::process() at EventLoop.cpp:177:22 [opt]
frame #6: 0x0000000106819f20 liblagom-web.0.0.0.dylib`::operator()() at Function.h:120:25 [opt]
frame #7: 0x0000000105003318 liblagom-core.0.0.0.dylib`::operator()() at Function.h:120:25 [opt]
frame #8: 0x00000001050028f0 liblagom-core.0.0.0.dylib`::dispatch_event() at EventReceiver.cpp:162:17 [opt]
frame #9: 0x0000000105011728 liblagom-core.0.0.0.dylib`::process() at ThreadEventQueue.cpp:121:23 [opt]
frame #10: 0x0000000105013948 liblagom-core.0.0.0.dylib`::exec() [inlined] pump at EventLoopImplementationUnix.cpp:324:40 [opt]
frame #11: 0x0000000105013934 liblagom-core.0.0.0.dylib`::exec() at EventLoopImplementationUnix.cpp:316:9 [opt]
frame #12: 0x000000010500064c liblagom-core.0.0.0.dylib`::exec() at EventLoop.cpp:88:20 [opt]
frame #13: 0x0000000104a7d56c WebContent`::serenity_main() at main.cpp:208:23 [opt]
frame #14: 0x0000000104b1510c WebContent`main at Main.cpp:39:19 [opt]
frame #15: 0x0000000183164274 dyld`start + 2840
Looks undebuggable
This is the same issue as https://github.com/LadybirdBrowser/ladybird/issues/2011 and it is fixed by https://github.com/LadybirdBrowser/ladybird/pull/2449
Fixed on master
Summary
When I open hsedesign.ru in Ladybird, it crashes
Operating system
macOS
Steps to reproduce
Expected behavior
It doesn't crash
Actual behavior
It crashes
URL for a reduced test case
hsedesign.ru
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?