[Webkit-unassigned] [Bug 210685] Crash in JSC::StructureIDTable::get on ppc64le
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 29 03:49:05 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210685
Trung LE <trung.le at ruby-journal.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trung.le at ruby-journal.com
--- Comment #9 from Trung LE <trung.le at ruby-journal.com> ---
> You need to look at the Fedora package revision as well if you're using the packaged version. 2.28.0 is guaranteed to crash on ppc64le due to bug #209236. 2.28.0-7 has my first attempt to fix it (which you had reported broken, but which might not have been since you might have been seeing the second crash instead) and 2.28.0-8 has my second attempt.
I fetch the repo with `git clone https://src.fedoraproject.org/rpms/webkit2gtk3.git`
then switch to f31 branch with `git checkout f31` and checkout the 2.26.4 commit with `git reset a9158c8285624fe6b1a41691bb079ea963c1b04f && git reset --hard && git clean -df`
Next I build the RPM with `fedpkg --release f32 local`
Once the RPMs are generated, I then install them with `sudo rpm -i ppc64le/*.rpm`.
I open the Minibrowser by `/user/libexec/webkit2gtk-4.0/MiniBrowser`. The app report following error:
```
/usr/libexec/webkit2gtk-4.0/WebKitWebProcess: symbol lookup error: /usr/libexec/webkit2gtk-4.0/WebKitWebProcess: undefined symbol: WebProcessMainUnix
```
Running `/usr/libexec/webkit2gtk-4.0/WebKitWebProcess` directly also yield the same error.
Wondering if you could suggest how to work-around this issue. My objective is to confirm that FC32 does not have issue with 2.26.4 Minibrowser.
--
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/20200429/9f0206b5/attachment.htm>
More information about the webkit-unassigned
mailing list