rcorsi

Results 18 issues of rcorsi

Testing ladybird on Ubuntu 25.10 and it has GNU GCC 15 out of the box. ``` $ g++ --version g++ (Ubuntu 15.2.0-4ubuntu4) 15.2.0 Copyright (C) 2025 Free Software Foundation, Inc....

Getting this error when building in Distribution build with GNU GCC. No problems with clang. I see same errors on Nightly Lagom ``` /home/bobo/projects/ladybird/AK/RefCounted.h:65:13: error: ‘void operator delete(void*, std::size_t)’ called...

I was checking issue #6778 at the site https://vaie.art/pudle/ and after starting the game by entering the first five letter word and the letters falling down to the bottom, Ladybird...

### Summary Related and followup to #5963 where on WSL2 the VulkanContext fails to be created because the Microsoft Linux Kernel 6.6.x used with all WSL2 Linux distributions is lacking...

Crash of WebContent on MacOS (Intel CPU) when accessing https://vincentgarreau.com/particles.js/ from #6774 and #6840 Related to #6870 as the issue started on the same commit even though the problem is...

With REGEX_DEBUG defined or All_Debug preset profile (via unmerged PR #6581), running test-js causes the following output. ``` VERIFICATION FAILED: false at /home/bobo/projects/myladybird/Libraries/LibRegex/RegexByteCode.cpp:94 Stack trace (most recent call first): #0...

Originally was building All_Debug macros in debug, but that is not ideal as debug build will build both the release and debug builds, taking longer and using a lot of...

While attempting to build ladybird at the same 2025-12-03 commit as nixpkgs, encountered repeated issues with process lto1-wpt using so much memory that 32GB RAM is not enough. Turning off...