[Webkit-unassigned] [Bug 30381] New: [Qt] Using QWebView crashes the application on FreeBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 02:28:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30381

           Summary: [Qt] Using QWebView crashes the application on FreeBSD
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bero at arklinux.org


Running a QWebView based application (it runs fine on Linux) on FreeBSD 8.0
with Qt 4.6.0-beta (using the QtWebKit that comes with it) results in a crash
with the following backtrace:

#0  0x2a6bdde7 in kill () from /lib/libc.so.7
#1  0x2a6bdd46 in raise () from /lib/libc.so.7
#2  0x2a6bc91a in abort () from /lib/libc.so.7
#3  0x2a519ce0 in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#4  0x2a51e4ea in std::set_unexpected () from /usr/lib/libstdc++.so.6
#5  0x2a51eefa in __gxx_personality_v0 () from /usr/lib/libstdc++.so.6
#6  0x2a51ec8c in __gxx_personality_v0 () from /usr/lib/libstdc++.so.6
#7  0x2a5ce996 in _Unwind_Backtrace () from /lib/libgcc_s.so.1
#8  0x2a5ceb21 in _Unwind_RaiseException () from /lib/libgcc_s.so.1
#9  0x2a51e41d in __cxa_throw () from /usr/lib/libstdc++.so.6
#10 0x2a535a56 in __cxa_guard_acquire () from /usr/lib/libstdc++.so.6
#11 0x2978d1f8 in WebCore::encodingRegistryMutex ()
   from /opt/akili/lib/libQtWebKit.so.4
#12 0x2978dcf6 in WebCore::atomicCanonicalTextEncodingName ()
   from /opt/akili/lib/libQtWebKit.so.4
#13 0x2978bf85 in WebCore::TextEncoding::TextEncoding ()
   from /opt/akili/lib/libQtWebKit.so.4
#14 0x2978c084 in WebCore::UTF8Encoding () from /opt/akili/lib/libQtWebKit.so.4
#15 0x298b7da5 in WebCore::KURL::KURL () from /opt/akili/lib/libQtWebKit.so.4
#16 0x29902c93 in QWebSettingsPrivate::apply ()
   from /opt/akili/lib/libQtWebKit.so.4
#17 0x29904ef2 in QWebSettings::QWebSettings ()
   from /opt/akili/lib/libQtWebKit.so.4
#18 0x298e95a9 in QWebPagePrivate::QWebPagePrivate ()
   from /opt/akili/lib/libQtWebKit.so.4
#19 0x298f05c1 in QWebPage::QWebPage () from /opt/akili/lib/libQtWebKit.so.4
#20 0x298f539e in QWebView::page () from /opt/akili/lib/libQtWebKit.so.4
#21 0x080a9d59 in StoreBrowser::StoreBrowser ()
#22 0x08091473 in ContentSelector::ContentSelector ()
#23 0x0805f06c in Akili::Akili ()
#24 0x08063886 in main ()

(Akili inherits QApplication, StoreBrowser inherits QWidget and has a QWebView
child)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list