This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[NimScript] exec: test/nim/build/migrations | |
DBG 2020-12-22 12:34:03.775-06:00 Verifying migration data tid=9480657 file=migration.nim:43 | |
DBG 2020-12-22 12:34:03.775-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0001_app | |
DBG 2020-12-22 12:34:03.779-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0002_tokens | |
DBG 2020-12-22 12:34:03.779-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0003_settings | |
DBG 2020-12-22 12:34:03.780-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0004_pending_stickers | |
DBG 2020-12-22 12:34:03.781-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0005_waku_mode | |
DBG 2020-12-22 12:34:03.783-06:00 Executing migration tid=9480657 file=migration.nim:87 name=0006_appearance | |
DBG 2020-12-22 12:34:03.784-06:00 Executing migration tid=9480 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
duplicate symbol '_sqlite3_stmt_busy' in: | |
/Users/michael/repos/nim-status/nimcache/test/waku_message_store/sqlite3.c.o | |
/Users/michael/repos/nim-status/vendor/nim-sqlcipher/lib/libsqlcipher.a(sqlcipher.o) | |
duplicate symbol '_sqlite3_mutex_try' in: | |
/Users/michael/repos/nim-status/nimcache/test/waku_message_store/sqlite3.c.o | |
/Users/michael/repos/nim-status/vendor/nim-sqlcipher/lib/libsqlcipher.a(sqlcipher.o) | |
duplicate symbol '_sqlite3_temp_directory' in: | |
/Users/michael/repos/nim-status/nimcache/test/waku_message_store/sqlite3.c.o | |
/Users/michael/repos/nim-status/vendor/nim-sqlcipher/lib/libsqlcipher.a(sqlcipher.o) | |
duplicate symbol '_sqlite3_data_directory' in: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) bt | |
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT | |
* frame #0: 0x00007fff6742133a libsystem_kernel.dylib`__pthread_kill + 10 | |
frame #1: 0x00007fff674dde60 libsystem_pthread.dylib`pthread_kill + 430 | |
frame #2: 0x00007fff673a8808 libsystem_c.dylib`abort + 120 | |
frame #3: 0x00007fff6749e50b libsystem_malloc.dylib`malloc_vreport + 548 | |
frame #4: 0x00007fff674afd27 libsystem_malloc.dylib`malloc_zone_error + 183 | |
frame #5: 0x00007fff674960ae libsystem_malloc.dylib`tiny_free_list_remove_ptr + 735 | |
frame #6: 0x00007fff6749503c libsystem_malloc.dylib`tiny_free_no_lock + 445 | |
frame #7: 0x00007fff67494d8b libsystem_malloc.dylib`free_tiny + 459 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"address":"0xb250f4756b0e38dccd1020ad949b88e6c76d7dac", | |
"currency":"usd", | |
"networks/current-network":"mainnet_rpc", | |
"dapps-address":"0x406d9fd5d7075365063689ec8559d6c8f0b5ea67", | |
"eip1581-address":"0x01fd0321114a613bbb4b9fd71014364274b97400", | |
"installation-id":"ca16ba37-faea-469f-b241-1ae9ec49ee22", | |
"key-uid":"0x85deeb297d645102ebb7d7c369616d75e267c98225b4389a89443afc045e6694", | |
"latest-derived-path":0, | |
"link-preview-request-enabled":true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[NimScript] exec: test/nim/build/settings | |
C:\Users\michael\repos\nim-status\test\nim\settings.nim(33) settings | |
C:\Users\michael\repos\nim-status\nim_status\lib\settings.nim(199) getSettings | |
C:\Users\michael\repos\nim-status\nim_status\lib\settings\utils.nim(10) optionBool | |
C:\Users\michael\repos\nim-status\vendor\nimbus-build-system\vendor\Nim\lib\system\fatal.nim(49) sysFatal | |
Error: unhandled exception: 'intVal' is not accessible using discriminant 'kind' of type 'DbValue' [FieldError] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const db = openDatabase( | |
"mydb", | |
"1.0", | |
"Test DB", | |
2 * 1024 * 1024, (...args) => { | |
console.log("db created! ", args); | |
}); | |
db.transaction((tx) => { | |
tx.executeSql("CREATE TABLE IF NOT EXISTS LOGS (id unique, log)"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==225758== Thread 1: | |
==225758== Invalid write of size 8 | |
==225758== at 0x73D4200: receiverDeleted (qobject_p.h:219) | |
==225758== by 0x73D4200: QObject::~QObject() (qobject.cpp:1033) | |
==225758== by 0x68C326: DOS::DosQObject::~DosQObject() (in /home/michael/repos/nim-status-client/bin/nim_status_client) | |
==225758== by 0x20F45A: delete__eTiFvgPrBcHFCKVBYo40OQ (qobject.nim:64) | |
==225758== by 0x5DB956: delete__RZmJ1s6P5FYwqmS8SlQ8mA (core.nim:25) | |
==225758== by 0x5E366E: mainProc__m7gKUv239cTlei8d6JcfbeA (nim_status_client.nim:112) | |
==225758== by 0x5E4FDB: NimMainModule (nim_status_client.nim:167) | |
==225758== by 0x5E5038: NimMainInner (eth_types.nim:604) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 11 "nim_status_clie" received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7fffc0bfb700 (LWP 222638)] | |
0x0000555555627e49 in X5BX5D___CrVcae9aUkA55Mw9bGHT9bFUg (t=t@entry=0x20, | |
key=key@entry=0x555555a147a0 <TM__WFGXsKekgynLt2xBdn2lZg_464>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/pure/collections/tables.nim:259 | |
259 if index >= 0: result = t.data[index].val | |
(gdb) bt | |
#0 0x0000555555627e49 in X5BX5D___CrVcae9aUkA55Mw9bGHT9bFUg (t=t@entry=0x20, | |
key=key@entry=0x555555a147a0 <TM__WFGXsKekgynLt2xBdn2lZg_464>) | |
at /home/michael/repos/nim-status-client/vendor/nimbus-build-system/vendor/Nim/lib/pure/collections/tables.nim:259 |