You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have compiled and installed wxsqlite3-4.10.0 for Fedora 41. I have also recompiled and installed guayadeque-0.6.2.
Now guayadeque crashes and a guayadeque.xml with the following content is created.
Thread 1 "guayadeque" received signal SIGILL, Illegal instruction.
0x00007ffff6994394 in sqlite3mcInitCipherTables () at src/sqlite3mc_amalgamation.c:353689
353689 globalCodecDescriptorTable[n] = mcSentinelDescriptor;
(gdb) bt
#0 0x00007ffff6994394 in sqlite3mcInitCipherTables () at src/sqlite3mc_amalgamation.c:353689
#1 sqlite3mc_initialize.constprop.0 (arg=0x0) at src/sqlite3mc_amalgamation.c:353725
#2 0x00007ffff68c8569 in openDatabase (zFilename=0x5555562ac0b0 "/home/martin/.guayadeque/cache.db", ppDb=0x7fffffffae40, flags=<optimized out>, zVfs=0x0) at src/sqlite3mc_amalgamation.c:184536
#3 0x00007ffff697cee3 in wxSQLite3Database::Open (this=this@entry=0x5555561bbad0, fileName=..., key=..., flags=flags@entry=6, vfs=...) at src/wxsqlite3.cpp:2683
#4 0x00007ffff697d63f in wxSQLite3Database::Open (this=this@entry=0x5555561bbad0, fileName=..., key=..., flags=flags@entry=6, vfs=...) at src/wxsqlite3.cpp:2672
#5 0x0000555555603dee in Guayadeque::guDb::Open (this=this@entry=0x55555613e220, dbname=...) at /usr/src/debug/guayadeque-0.6.2-1.fc41.x86_64/src/db/Db.cpp:61
#6 0x0000555555604071 in Guayadeque::guDb::guDb (this=0x55555613e220, dbname=..., this=<optimized out>, dbname=<optimized out>) at /usr/src/debug/guayadeque-0.6.2-1.fc41.x86_64/src/db/Db.cpp:42
#7 0x00005555555df4d0 in Guayadeque::guDbCache::guDbCache (this=0x55555613e220, dbname=...) at /usr/src/debug/guayadeque-0.6.2-1.fc41.x86_64/src/db/DbCache.cpp:31
#8 Guayadeque::guMainApp::OnInit (this=0x555555c03790) at /usr/src/debug/guayadeque-0.6.2-1.fc41.x86_64/src/MainApp.cpp:452
#9 0x00007ffff7c9bcd2 in wxEntry (argc=@0x7ffff7e475a4: 1, argv=<optimized out>) at ../src/common/init.cpp:481
#10 0x00007ffff7c9bd43 in wxEntry (argc=<optimized out>, argv=<optimized out>) at ../src/common/init.cpp:509
#11 0x00005555555cf4de in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/guayadeque-0.6.2-1.fc41.x86_64/src/MainApp.cpp:39
(gdb)
Regards
Martin
The text was updated successfully, but these errors were encountered:
- Upgrade to SQLite3 Multiple Ciphers version 2.0.1 (SQLite version 3.47.2)
- Fixed issue #120 - crashes on some Linux systems due to _illegal instruction_ exceptions related to the code of the new cipher scheme _AEGIS_
Hi,
I have compiled and installed wxsqlite3-4.10.0 for Fedora 41. I have also recompiled and installed guayadeque-0.6.2.
Now guayadeque crashes and a guayadeque.xml with the following content is created.
gdb backtrace:
Regards
Martin
The text was updated successfully, but these errors were encountered: