I've spent the last couple days trying to compile WebKit on OpenBSD -current. After adding the signbit function, changing isfinite to finite and adding the missing pthread_attr_get_np function, I was finally able to get it to compile.
However, when I try to run the Gtk test browser or midori (another gtk browser based on webkit), I receive or core dump whenever I click on any part of a webpage or try to navigate to another. After inspecting the core dump with gdb I'm left with this: #0 0x0d501dc8 in KJS::Collector::markStackObjectsConservatively () from /usr/local/lib/libwebkit-1.0.so.1.0 Any clue to where I might look to fix this problem, or what might cause it would be very helpful. Thank you. -- James Turner BSD Group Consulting http://www.bsdgroup.org _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

