I have the next problem:

I`m using webkit and qt 4.8.1 (qtbrowser demo). I have 'segmenation fault' with the next url http://ecommerce.aheadworks.com/mage...one-theme.html.

params:

- Window XP
- qt 4.8.1
- QWebSettings::PluginsEnabled

QWebSettings *defaultSettings = QWebSettings::globalSettings();
defaultSettings->setAttribute(QWebSettings::JavascriptEnabled, true);
defaultSettings->setAttribute(QWebSettings::PluginsEnabled, true);

any help would be appreciated