Opened 9 years ago
Closed 9 years ago
#8234 closed enhancement (fixed)
WebkitGTK+-2.4.x and GCC-6.{1,2} combination causes programs to crash with errors in JS
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | blocker | Keywords: | |
Cc: |
Description ¶
I have found the cause of my issues with Midori and Evolution as part of my last build on my workstation.
The errors in libjavascriptcoregtk-3.0.so were caused by some compiler issues.
The solution appears to be to add:
CFLAGS=-fno-delete-null-pointer-checks CXXFLAGS=-fno-delete-null-pointer-checks
(Yes, to both of them)
To the build instructions.
I'm running a build of WebkitGTK+ with it right now, but I wanted to have a ticket here to document it for reference purposes.
Some references:
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r17688