
noreply at mythtv
Oct 12, 2011, 2:35 PM
Post #8 of 12
(125 views)
Permalink
|
|
Re: Ticket #10085: Intermittent crash with logging to DB enabled
[In reply to]
|
|
#10085: Intermittent crash with logging to DB enabled --------------------------------+---------------------------- Reporter: paulh | Owner: beirdo Type: Bug Report - Crash | Status: assigned Priority: minor | Milestone: unknown Component: MythTV - General | Version: Trunk Head Severity: medium | Resolution: Keywords: | Ticket locked: 0 --------------------------------+---------------------------- Comment (by paulh): {{{ (gdb) thread 1 [Switching to thread 1 (Thread 28537)]#0 0x0000000000000000 in ?? () (gdb) up #1 0x00007f5b24ee6327 in QTextCodec::fromUnicode(QString const&) const () from /usr/lib64/qt4/libQtCore.so.4 (gdb) up #2 0x00007f5b19de58fc in ?? () from /usr/lib64/qt4/plugins/sqldrivers/libqsqlmysql.so (gdb) up #3 0x00007f5b266d08f6 in QSqlQuery::exec() () from /usr/lib64/qt4/libQtSql.so.4 (gdb) up #4 0x00007f5b295a47f1 in MSqlQuery::exec (this=0x721c60) at mythdbcon.cpp:651 651 bool result = QSqlQuery::exec(); (gdb) up #5 0x00007f5b29648041 in DatabaseLogger::logqmsg (this=0x6a8240, query=..., item=0x6b51e0) at logging.cpp:462 462 if (!query.exec()) (gdb) print *info No symbol "info" in current context. (gdb) print query $1 = (MSqlQuery &) @0x721c60: {<QSqlQuery> = {d = 0x71d3c0}, m_db = 0x6c0d70, m_isConnected = true, m_returnConnection = true, m_last_prepared_query = {d = 0x6b3620}} (gdb) print item.message $2 = "Added database logging to table logging", '\000' <repeats 1889 times> (gdb) }}} {{{ $ locale LANG=en_GB.UTF-8 LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" LC_COLLATE=C LC_MONETARY="en_GB.UTF-8" LC_MESSAGES="en_GB.UTF-8" LC_PAPER="en_GB.UTF-8" LC_NAME="en_GB.UTF-8" LC_ADDRESS="en_GB.UTF-8" LC_TELEPHONE="en_GB.UTF-8" LC_MEASUREMENT="en_GB.UTF-8" LC_IDENTIFICATION="en_GB.UTF-8" LC_ALL= }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10085#comment:7> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|