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
After b35abba, Humility can no longer get stack traces:
$ humility -d hubris.core.0 tasks -sl hf
humility: attached to dump
system time = 119804
ID TASK GEN PRI STATE
24 hf 0 5 recv, notif: timer
stack unwind failed: Do not have unwind info for the given address.
This works fine on the previous commit (86d3a0a), and the relevant commit is a compiler bump, which is very suspicious!
Here's an example (zipped) dump that reproduces the issue: hubris.core.0.zip
Unclear if this is a Hubris or Humility issue, more to come!