Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS: Crash on span element with sticky position from missing inset #3133

Open
shannonbooth opened this issue Jan 4, 2025 · 0 comments · May be fixed by #3161
Open

CSS: Crash on span element with sticky position from missing inset #3133

shannonbooth opened this issue Jan 4, 2025 · 0 comments · May be fixed by #3161

Comments

@shannonbooth
Copy link
Contributor

Repro:

<span style="position: sticky"></span>

Backtrace:

VERIFICATION FAILED: m_ptr at /home/shannon/personal/ladybird/AK/OwnPtr.h:145
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-ak.so.0(ak_trap+0x35) [0x7f0bd00f61a5]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-ak.so.0(+0x154cf) [0x7f0bd00f64cf]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0 Web::Painting::ViewportPaintable::refresh_scroll_state() 0x5da) [0x7f0bd174c1ea]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0 Web::DOM::Document::update_layout() 0x409) [0x7f0bd136d499]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0 Web::HTML::EventLoop::update_the_rendering() 0x274) [0x7f0bd14c39e4]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0 Web::HTML::Task::execute() 0x34) [0x7f0bd14c5984]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0 Web::HTML::EventLoop::process() 0x6c) [0x7f0bd14c2fac]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-web.so.0(+0xcad0bd) [0x7f0bd17570bd]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-core.so.0 Core::Timer::timer_event(Core::TimerEvent&) 0xae) [0x7f0bd0293d1e]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-core.so.0 Core::EventReceiver::dispatch_event(Core::Event&, Core::EventReceiver*) 0xb5) [0x7f0bd0286895]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-webview.so.0(+0xfc952) [0x7f0bd2942952]
/lib/x86_64-linux-gnu/libQt6Core.so.6(+0x1ac023) [0x7f0bd2b55023]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QTimer::timeout(QTimer::QPrivateSignal) 0x3e) [0x7f0bd2b634be]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QObject::event(QEvent*) 0x1df) [0x7f0bd2b4962f]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QCoreApplication::notifyInternal2(QObject*, QEvent*) 0xfd) [0x7f0bd2afca2d]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QTimerInfoList::activateTimers() 0x333) [0x7f0bd2c65203]
/lib/x86_64-linux-gnu/libQt6Core.so.6(+0x37bc44) [0x7f0bd2d24c44]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x26b) [0x7f0bcf4a5d3b]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0xab2b8) [0x7f0bcf4fb2b8]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x33) [0x7f0bcf4a33e3]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) 0x6e) [0x7f0bd2d24eae]
/lib/x86_64-linux-gnu/libQt6Core.so.6 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) 0x17b) [0x7f0bd2b09adb]
/home/shannon/personal/ladybird/Build/debug/lib/liblagom-core.so.0 Core::EventLoop::exec() 0x31) [0x7f0bd0284961]
/home/shannon/personal/ladybird/Build/debug/libexec/WebContent(+0x45893) [0x55c3fba1a893]
/home/shannon/personal/ladybird/Build/debug/libexec/WebContent(main+0xe5) [0x55c3fbb0ce15]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f0bcfbaed90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f0bcfbaee40]

cc @kalenikaliaksandr

@ChaseKnowlden ChaseKnowlden linked a pull request Jan 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant