On Sat, Jun 25, 2011 at 05:56:17PM -0400, James Turner wrote: > > I'm going to re-compile with --enable-debug. Hopefully this will provide > > a better backtrace. I'll report back in a couple days when webkit > > finishes compiling... > > > > When attempting to compile with --enable-debug it seems to run out of > memory even with the highest ulimit -d I can do, which works with the > normal build.
If you have an amd64 system, you might be able to reproduce the crash on an amd64 debug webkit build, if you compile it with --disable-jit so that JavaScript runs in the interpreter instead of being JIT-compiled. That's what I did when I was having problems with 1.2.x.
