Bug 39308
| Summary: | Maemo5 (ARM): cssyyparse cause crash (Qt WebKit build) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Gonzalez <diegohcg> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, hausmann, kenneth, koivisto |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Diego Gonzalez
This crash seems started after r58914. The strange point
is I cannot reproduce it in debug mode.
#0 0x42a0e00c in memcpy () from /home/../lib/libc.so.6
#1 0x408c3e10 in cssyyparse(void*) () from /usr/lib/libQtWebKit.so.4
#2 0x00186bfc in ?? ()
Cannot access memory at address 0x1
#3 0x00186bfc in ?? ()
Cannot access memory at address 0x1
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antti Koivisto
You need to update bison to compile WebKit on Maemo5, the one in SDK is seriously outdated. Otherwise you get this exact crash. Bison 2.4.1 works at least. (QtWebKit that comes with Qt has all the generated files checked in so it builds fine).