Strange crash in mp_obj_str_get_str
, need guidance to debug this myself
#12865
Unanswered
aguaviva
asked this question in
Core Development
Replies: 2 comments 1 reply
-
It's surprising that it's calling To debug this, I would either:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd be nice to know how more experienced people would approach debugging this issue.
The code is quite simple:
More specifically it crashes in this line of the C module's
tft
code:https://github.com/aguaviva/ili9342c_mpy/blob/2486326d893f59d283057feeac00e5eff79f6266/src/ili9342c.c#L796
Which calls
mp_obj_str_get_str
:micropython/py/objstr.c
Line 2372 in 06a7bf9
Here is the stack trace:
How would you go about debugging this?
Beta Was this translation helpful? Give feedback.
All reactions