Skip to content

Instantly share code, notes, and snippets.

@rafaelbrandao
Created January 16, 2012 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelbrandao/bc8dc6da13d8d98c0a8a to your computer and use it in GitHub Desktop.
Save rafaelbrandao/bc8dc6da13d8d98c0a8a to your computer and use it in GitHub Desktop.
icondatabaseclient bug
Qml debugging is enabled. Only use this in a safe environment!
QQuickWebView 0x1e62010 created!!
## QtWebContext::defaultContext
creating default context
WebIconDatabase (ref=0x1d69ed0) created!
WebContext 0x1ddf320 created!
QtWebContext 0x1e673f0 created! ID = '1'
QtWebIconDatabaseClient (ref=0x1d6aba0) created! contextID='1'
WebIconDatabase::setDatabasePath(/home/rafael/.local/share/.QtWebKit/WebpageIcons.db)
Created IconDatabase 0x1e45790
********* Start testing of qmltests *********
Config: Using QTest library 5.0.0, Qt 5.0.0
PASS : qmltests::DesktopWebViewLinkHovered::initTestCase()
QtWebIconDatabaseClient::iconImageForPageURL p=0x1d6aba0
PASS : qmltests::DesktopWebViewLinkHovered::test_linkHovered()
QtWebIconDatabaseClient::iconImageForPageURL p=0x1d6aba0
PASS : qmltests::DesktopWebViewLinkHovered::test_linkHoveredDoesntEmitRepeated()
PASS : qmltests::DesktopWebViewLinkHovered::cleanupTestCase()
QQuickWebView 0x1e62010 destroyed!!
QtWebContext 0x1e673f0 destroyed!
QtWebIconDatabaseClient (ref=0x1d6aba0) destroyed
QQuickWebView 0x22aa930 created!!
## QtWebContext::defaultContext
creating default context
WebIconDatabase (ref=0x22c1980) created!
WebContext 0x21edc30 created!
QtWebContext 0x22dca50 created! ID = '2'
QtWebIconDatabaseClient (ref=0x228ec10) created! contextID='2'
WebIconDatabase::setDatabasePath(/home/rafael/.local/share/.QtWebKit/WebpageIcons.db)
Created IconDatabase 0x1d9b180
QQuickWebView 0x22cb1b0 created!!
## QtWebContext::defaultContext
PASS : qmltests::DesktopWebViewLoadHtml::initTestCase()
QtWebIconDatabaseClient::iconImageForPageURL p=0x228ec10
QtWebIconDatabaseClient::iconImageForPageURL p=0x228ec10
PASS : qmltests::DesktopWebViewLoadHtml::test_baseUrlAfterLoadHtml()
PASS : qmltests::DesktopWebViewLoadHtml::cleanupTestCase()
QQuickWebView 0x22aa930 destroyed!!
QQuickWebView 0x22cb1b0 destroyed!!
QtWebContext 0x22dca50 destroyed!
QtWebIconDatabaseClient (ref=0x228ec10) destroyed
QQuickWebView 0x7fc5580363b0 created!!
## QtWebContext::defaultContext
creating default context
WebIconDatabase (ref=0x7fc5580c66a0) created!
WebContext 0x7fc5580c87d0 created!
QtWebContext 0x7fc5580c86b0 created! ID = '3'
QtWebIconDatabaseClient (ref=0x7fc5580ee6d0) created! contextID='3'
WebIconDatabase::setDatabasePath(/home/rafael/.local/share/.QtWebKit/WebpageIcons.db)
Created IconDatabase 0x7fc5580d50c0
QQuickWebView 0x7fc5580d5a90 created!!
## QtWebContext::defaultContext
QQuickWebView 0x7fc5580dd540 created!!
## QtWebContext::defaultContext
PASS : qmltests::DesktopWebViewMessaging::initTestCase()
QtWebIconDatabaseClient::iconImageForPageURL p=0x228ec10
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment