On Tue, Jun 26, 2012 at 12:41 AM, Dean Mao <dean...@gmail.com> wrote: > I have a binary module using Qt & Webkit that works fine in 0.6.19, but when > I tried 0.8.0 today, it segfaulted. I was able to narrow it down to one > line of code that seems to be the issue: > > qwebpage.mainFrame()->setUrl(QUrl("http://www.google.com")); > > Strangely, it works if the url is "about:blank" but fails on a real url... > maybe something in the webkit code that differs, but I'm not sure why using > 0.8.0 would be problematic as this code is unaffiliated with node. I'm > guessing that loading a real webpage causes some library in Qt to load that > conflicts with something in 0.8.0's v8 system. How can I debug this > further?
I'd start with compiling a debug build and running it through gdb.