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 am seeing a few reports in sound-open-firmware where the stack trace points to a crash in pthread_create but when I reproduce in lldb it points to a proper location in the code base. This is fine for reliable test cases but for unreliable ones this is problematic as the automated backtraces are the main source of information for debugging.
I am seeing a few reports in sound-open-firmware where the stack trace points to a crash in
pthread_create
but when I reproduce in lldb it points to a proper location in the code base. This is fine for reliable test cases but for unreliable ones this is problematic as the automated backtraces are the main source of information for debugging.Example test cases
1
2
3
The text was updated successfully, but these errors were encountered: