Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917571 Details for
Bug 948870
app-crypt/heimdal-7.8.0-r3: libheimsqlite3.so has conflicting symbols with libsqlite3.so, leading to application crashes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lldb quassel
lldb quassel.txt (text/plain), 5.40 KB, created by
Marco Rebhan
on 2025-01-26 19:44:19 UTC
(
hide
)
Description:
lldb quassel
Filename:
MIME Type:
Creator:
Marco Rebhan
Created:
2025-01-26 19:44:19 UTC
Size:
5.40 KB
patch
obsolete
>saiko@invader ~ % lldb quassel >(lldb) target create "quassel" >Current executable set to '/usr/bin/quassel' (x86_64). >(lldb) r >Process 2025533 launched: '/usr/bin/quassel' (x86_64) >2025-01-26 20:39:34 [Warn ] KLocalizedString: Using an empty domain, fix the code. msgid: "Your names" msgid_plural: "" msgctxt: "NAME OF TRANSLATORS" >2025-01-26 20:39:34 [Warn ] KLocalizedString: Using an empty domain, fix the code. msgid: "Your emails" msgid_plural: "" msgctxt: "EMAIL OF TRANSLATORS" >2025-01-26 20:39:34 [Warn ] SslServer: Certificate file /Users/saiko/.config/quassel-irc.org/quasselCert.pem does not exist >2025-01-26 20:39:34 [Warn ] SslServer: Unable to set certificate file > Quassel Core will still work, but cannot provide SSL for client connections. > Please see https://quassel-irc.org/faq/cert to learn how to enable SSL support. >2025-01-26 20:39:34 [Warn ] SslServer: Certificate file /Users/saiko/.config/quassel-irc.org/quasselCert.pem does not exist >2025-01-26 20:39:34 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE >Process 2025533 stopped >* thread #18, name = 'QThread', stop reason = signal SIGSEGV: address not mapped to object (fault address: 0x0) > frame #0: 0x0000000000000000 >error: memory read failed for 0x0 >(lldb) bt >* thread #18, name = 'QThread', stop reason = signal SIGSEGV: address not mapped to object (fault address: 0x0) > * frame #0: 0x0000000000000000 > frame #1: 0x00007fffd406c16f libsqlite3.so.0`sqlite3Malloc [inlined] mallocWithAlarm(n=32, pp=<unavailable>) at sqlite3.c:30715:11 > frame #2: 0x00007fffd406c167 libsqlite3.so.0`sqlite3Malloc(n=32) at sqlite3.c:30781:5 > frame #3: 0x00007fffd40b7d3b libsqlite3.so.0`sqlite3VdbeMemGrow [inlined] sqlite3DbMallocRaw(db=<unavailable>, n=<unavailable>) at sqlite3.c:31119:7 > frame #4: 0x00007fffd40b7d24 libsqlite3.so.0`sqlite3VdbeMemGrow(pMem=0x00007fff94042958, n=32, bPreserve=0) at sqlite3.c:83208:21 > frame #5: 0x00007fffd40b7fb7 libsqlite3.so.0`valueToText [inlined] sqlite3VdbeMemClearAndResize(pMem=0x00007fff94042958, szNew=32) at sqlite3.c:83250:12 > frame #6: 0x00007fffd40b7f9e libsqlite3.so.0`valueToText [inlined] sqlite3VdbeMemStringify(pMem=0x00007fff94042958, enc='\x02', bForce='\0') at sqlite3.c:83411:7 > frame #7: 0x00007fffd40b7f9e libsqlite3.so.0`valueToText(pVal=0x00007fff94042958, enc='\x02') at sqlite3.c:84284:5 > frame #8: 0x00007fffd4078f49 libsqlite3.so.0`columnName(pStmt=<unavailable>, N=<unavailable>, useUtf16=1, useType=3) at sqlite3.c:0 > frame #9: 0x00007fffd407903e libsqlite3.so.0`sqlite3_column_table_name16(pStmt=<unavailable>, N=<unavailable>) at sqlite3.c:92137:10 [artificial] > frame #10: 0x00007fffe3f26178 libqsqlite.so`QSQLiteResultPrivate::initColumns(this=0x00007fff94001460, emptyResultset=false) at qsql_sqlite.cpp:214:29 > frame #11: 0x00007fffe3f267f0 libqsqlite.so`QSQLiteResultPrivate::fetchNext(this=0x00007fff94001460, values=0x00007fff94001508, idx=0, initialFetch=true) at qsql_sqlite.cpp:288:13 > frame #12: 0x00007fffe3f27db0 libqsqlite.so`QSQLiteResult::exec(this=0x00007fff9400a740) at qsql_sqlite.cpp:566:27 > frame #13: 0x00007ffff7c5fd7e libQt5Sql.so.5`QSqlQuery::exec(this=0x00007fff9bbfe860, query=0x00007fff9bbfe858) at qsqlquery.cpp:406:33 > frame #14: 0x00007ffff7c63dd3 libQt5Sql.so.5`QSqlDatabase::exec(this=0x00007fff9bbfe868, query=0x00007fff9bbfe858) const at qsqldatabase.cpp:741:11 > frame #15: 0x00007ffff7f461d1 libquassel-core.so.0.14.0`SqliteStorage::installedSchemaVersion(this=0x00007fff94001b50) at sqlitestorage.cpp:69:31 > frame #16: 0x00007ffff7e58809 libquassel-core.so.0.14.0`AbstractSqlStorage::init(this=0x00007fff94001b50, settings=<unavailable>, environment=<unavailable>, loadFromEnvironment=<unavailable>) at abstractsqlstorage.cpp:125:9 > frame #17: 0x00007ffff7e68925 libquassel-core.so.0.14.0`Core::initStorage(this=0x0000555555b7fd70, backend=0x00007fff9bbfeaa8, settings=0x00007fff9bbfeaa0, environment=0x00007fff9bbfeab0, loadFromEnvironment=<unavailable>, setup=false) at core.cpp:452:44 > frame #18: 0x00007ffff7e671aa libquassel-core.so.0.14.0`Core::init(this=0x0000555555b7fd70) at core.cpp:137:23 > frame #19: 0x00007ffff7e701f4 libquassel-core.so.0.14.0`Core::initAsync(this=<unavailable>) at core.cpp:258:9 > frame #20: 0x00007ffff666020c libQt5Core.so.5`void doActivate<false>(QObject*, int, void**) [inlined] QtPrivate::QSlotObjectBase::call(this=0x0000555555b26820, r=0x0000555555b7fd70, a=0x00007fff9bbfec80) at qobjectdefs_impl.h:398:51 > frame #21: 0x00007ffff66601f6 libQt5Core.so.5`void doActivate<false>(sender=0x00007fffffffd290, signal_index=3, argv=0x00007fff9bbfec80) at qobject.cpp:3925:26 > frame #22: 0x00007ffff646b14c libQt5Core.so.5`QThread::started(this=<unavailable>, _t1=QPrivateSignal @ 0x00007fff9bbfec7f) at moc_qthread.cpp:163:5 > frame #23: 0x00007ffff646b943 libQt5Core.so.5`QThreadPrivate::start(void*) [inlined] QThreadPrivate::start(void*)::$_0::operator()(this=<unavailable>) const at qthread_unix.cpp:345:19 > frame #24: 0x00007ffff646b87a libQt5Core.so.5`QThreadPrivate::start(void*) [inlined] void (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::$_0>(t=<unavailable>) at qthread_unix.cpp:287:9 > frame #25: 0x00007ffff646b87a libQt5Core.so.5`QThreadPrivate::start(arg=0x00007fffffffd290) at qthread_unix.cpp:310:5 > frame #26: 0x00007ffff6ebb663 libc.so.6`___lldb_unnamed_symbol3684 + 899 > frame #27: 0x00007ffff6f2bfbc libc.so.6`___lldb_unnamed_symbol4061 + 7
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 948870
:
917569
|
917570
| 917571 |
920110
|
920111