-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[T-Display Esp32] Crashing while creating/restoring 24word wallet with BT on #155
Comments
I had the same problem with unexpected crashes and resets, even running a firmware that disables BT by default. |
Hi, I'm experiencing the same issue. I managed to work around it slightly, but the bugs are still present. I have a playlist of videos showing how I handled it before version 1.0.31, when these errors didn't occur. You can check it out here: [Playlist] Hope this helps! |
Should have a PR/branch for you to test out early next week. |
Thank you for that Jamie! Best regards. |
If you're up for it, give this branch a spin. |
Merged to master. Please close if you agree resolved. Thanks. |
Hey Jamie, sorry for the late. Just tested now and its all working well. Thank you for you attention! Gonna close this topic. |
There is a bug when using Jade on T-Display (ESP32) in the current version (1.0.31). If bluetooth is on, when you are creating or retrieving a 24 word wallet, the software crashes and then reboots. I took a look at the terminal and I can identify two different types of errors every time it reboots.
Error 01:
`�clogX@E (431053) ./main/utils/malloc_ext.h: 59: Assertion failed: ptr
�clogXIE (431053) ./main/utils/malloc_ext.h: 59: calloc fets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0140,len:1760
load:0x40078000,len:15784
load:0x40080400,len:4
0x40080400: _init at ??:?
ho 8 tail 4 room 4
load:0x40080404,len:2916
entry 0x4008056c`
Error 02:
`�clogX>E (388173) ./main/gui.c: 2539: Assertion failed: rc == ESP_OK
�clogXAE (388173) ./main/storage.c: 184: nvs_open() for PINets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0140,len:1760
load:0x40078000,len:15784
load:0x40080400,len:4
0x40080400: _init at ??:?
ho 8 tail 4 room 4
load:0x40080404,len:2916
entry 0x4008056c`
Hope that helps to improve something.
The text was updated successfully, but these errors were encountered: