[Webkit-unassigned] [Bug 241588] General Protection Fault in WebKitWebProcess on 32bit CPUs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 16 17:17:33 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241588
--- Comment #3 from karogyoker2+webkit at gmail.com ---
Created attachment 460286
--> https://bugs.webkit.org/attachment.cgi?id=460286&action=review
git diff
I have coded the fix. I built it on a 64 bit Debian install, seems to work fine. But I'd like to test it on my physical 32 bit CPU before I open a PR on GitHub.
I want to build it on the same Debian install where I built the 64 bit version.
The problem is that I couldn't figure out yet how to build a 32 bit binary.
I tried
build-webkit --gtk --32-bit --makeargs="-j3"
but libwebkit2gtk-4.1.so.0.2.0 is still a 64 bit binary. "ELF 64-bit LSB shared object, x86-64", that's what `file` says.
Should I clear the output folders somehow and rebuild all? Or something completely different is needed?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220617/82b7d9cc/attachment.htm>
More information about the webkit-unassigned
mailing list