rcorsi

Results 189 comments of rcorsi

@manuel-za created #6386 for item 2 in the list above.

I may have found the cause of the problem. If you go to `UI/Qt/WebContentView.cpp:507` and change the `QImage::Format_RGB32` to `QImage::Format_ARGB32` at the end of the line, is seems to fix...

Wow I got a stacktrace with a depth of 209155. This is the bottom ``` #209022 0x00007fef2e89265c in Wasm::Continue::operator() () at /home/bobo/projects/myladybird/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp:143 #209023 Wasm::InstructionHandler::operator() () at /home/bobo/projects/myladybird/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp:1948 #209024 0x00007fef2e88e9dc in...

And this is the top ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fef2e87d5e3 in Wasm::BytecodeInterpreter::store_to_memory () at /home/bobo/projects/myladybird/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp:4168 4168 auto memory = configuration.store().get(address); [Current thread is 1 (Thread...

Release core dump back trace [release_core_dump.zip](https://github.com/user-attachments/files/23916556/release_core_dump.zip) Debug core dump back trace [debug_core_dump.zip](https://github.com/user-attachments/files/23916559/debug_core_dump.zip)

Top of debug backtrace ``` Core was generated by `/home/bobo/projects/myladybird/Build/debug/libexec/WebContent --command-line /h'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007ed4c91500ac in Wasm::BytecodeInterpreter::load_and_push (this=, configuration=, instruction=, addresses=) at /home/bobo/projects/myladybird/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp:3875 3875...

I can't seem to get any OS to work. Most of them give this error message. ``` 14644.379 WebContent(165292): Unhandled JavaScript exception: [InternalError] Call stack size limit exceeded 14644.379 WebContent(165292):...

I checked them all, none of them work. Either they crash or have the "Call stack size limit exceeded" Maybe there is a pattern in the ones that crash, here...

@xdevs23 are you using GNU C++? Wondering as there is a tailcall involved in the WASM code and that works better in clang.

Yes, just built ladybird with clang and SerenityOS starts up!