OS/2, eCS & ArcaOS - Technical > Programming
Qt6 Application Testing
Paul Smedley:
--- Quote from: Paul Smedley on September 23, 2024, 11:50:30 am ---Now that the 6.2.6 webengine is working ok-ish - I'm rebuilding the 6.2.8 code which is chromium 102.0.5005.177, using GCC 14. This is similar to the code in Qt 6.4.x.
As I recall, it compiled OK, but any use of javascript crashed the browser, we'll see what happens. Maybe a fresh review of the v8 code will highlight some problems <shrug>
--- End quote ---
<sigh> dooble crashed immediately, simplebrowser gives crashes like the following...
Steven Levine:
This one looks familiar. Didn't you already patch blink::ParkableImageManager::Instance() to do proper SSE alignment?
Paul Smedley:
Hey Steven,
--- Quote from: Steven Levine on September 24, 2024, 08:00:40 pm ---This one looks familiar. Didn't you already patch blink::ParkableImageManager::Instance() to do proper SSE alignment?
--- End quote ---
TBH I didn't even look at these last night, I was done for the day by the time the build finished. I'll examine them this evening. It's always possible I missed a patch.
Paul Smedley:
--- Quote from: Paul Smedley on September 24, 2024, 11:16:31 pm ---Hey Steven,
--- Quote from: Steven Levine on September 24, 2024, 08:00:40 pm ---This one looks familiar. Didn't you already patch blink::ParkableImageManager::Instance() to do proper SSE alignment?
--- End quote ---
TBH I didn't even look at these last night, I was done for the day by the time the build finished. I'll examine them this evening. It's always possible I missed a patch.
--- End quote ---
OK I patched around the SSE problems in blink::ParkableImageManager::Instance() - in this case, I just disabled SSE in this source file.
Now pages without V8 load, anything with javascript gives TRPs like the attached. As I recall, this is where I got to with Qt6.4.3 previously. It's hard, as every trp is different....
Most likely due to the changes in platform-os2.cc at https://github.com/psmedley/qt6-webengine-os2/commit/2df03acbb089c8472ca02f7477001780ad095dd0#diff-cc2c94e34243ed90f8fb8d01c931f30835818dc27a48275bb911a144f5bbf065
Remy:
Qt6.2.9 + Dooble not able to display svg images !
https://www.maxicoffee.com/fstrz/r/s/www.maxicoffee.com/img/logo/maxicoffee.svg
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version