Bug 209337
Summary: | [2.28] javascript failure on ppc and s390x | ||
---|---|---|---|
Product: | WebKit | Reporter: | seb128 |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, mitya57 |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
seb128
That's another regression blocked 2.28 in Ubuntu caught by our testing infrastructure
The C example from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931807 can be used as a tetcase
Doing
$ gcc bug.c -o bug `pkg-config --libs --cflags webkit2gtk-4.0`
$ xvfb-run ./bug
displays a 'Error running javascript:'
the same example works fine using 2.26
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
seb128
(updated title, it's not any javascript that is buggy but specific examples)