rcorsi
rcorsi
Getting the same thing. I get the VERIFICATION FAILED around 50% of the time.
Got this output with Sanitizer Complete output: [RegExp_lastMatch_crash_asan_output.txt](https://github.com/user-attachments/files/23197295/RegExp_lastMatch_crash_asan_output.txt) Summary: ``` ==267024==ERROR: AddressSanitizer: stack-use-after-return on address 0x749afb684ec1 at pc 0x789b8131f730 bp 0x7fff2665d190 sp 0x7fff2665c938 READ of size 2 at 0x749afb684ec1 thread...
I think it is the favicon causing problems. Just fetch this file https://vincentgarreau.com/assets/img/favicon.ico ``` $ ./Build/release/bin/Ladybird https://vincentgarreau.com/assets/img/favicon.ico 6612.658 WebContent(50676): ImageDecoderClient: Failed to decode image with ID 1: Decoding failed: Could...
Output I think might be interesting. [interesting_output.txt](https://github.com/user-attachments/files/23469390/interesting_output.txt)
I found the HTML you are looking for, its in the default favicon at https://vincentgarreau.com/favicon.ico ``` 1113.317 WebContent(4547): ResourceLoader: Finished load of: "https://vincentgarreau.com/", Duration: 98ms 1113.317 WebContent(4547): Fetch: ResourceLoader load...
if you do the following you will get the HTML ``` curl -L -o favi https://vincentgarreau.com/favicon.ico ``` ``` bobo@bobo-VirtualBox:~/projects/myladybird$ curl -L -o favi https://vincentgarreau.com/favicon.ico % Total % Received % Xferd...
And the "real" favicon ``` bobo@bobo-VirtualBox:~/projects/myladybird$ curl -L -o favi_img_favicon.ico https://vincentgarreau.com/assets/img/favicon.ico % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100...
``` $ magick identify -verbose favi_img_favicon.ico Image: Filename: favi_img_favicon.ico Permissions: rw-rw-r-- Format: ICO (Microsoft icon) Class: DirectClass Geometry: 64x64+0+0 Units: Undefined Colorspace: sRGB Type: Bilevel Base type: Undefined Endianness: Undefined...
From the logs from All_Debug I see this at the end ``` 1113.325 WebContent(4547): ImageDecoderClient: Failed to decode image with ID 1: Decoding failed: Could not find suitable image decoder...
Sorry to the excessive posting. Going back to the initial All_Debug output. Maybe the assets/img/favicon.ico manages to get shown (the header is wrong, but the rest is fine!?!) and then...