-
Notifications
You must be signed in to change notification settings - Fork 3
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
Report not printing backtrace issue #10
Comments
Hmm.. I don't really understand what the problem is. Is this error shown only in 64-bit kernel and 32-bit user environment? |
The problem is that it prints only the report I attached(no backtraces are printed) |
I found the way to reproduce this issue.
|
Hi, I don't have a raspberry-pi board so can this be reproduced in x86_64 machine in some ways? |
I'll let you know, if I found a way to reproduce this issue in x86_64 machine. |
That would be helpful. Please let me know how to reproduce it in host machine. |
In some cases,(64-bits for kernel, and 32-bits for user environment)
Report doesn't print backtraces.
I checked the reason and found that
backtrace
function,https://man7.org/linux/man-pages/man3/backtrace.3.html
which is called inside
record_backtrace
function, returns zero.The text was updated successfully, but these errors were encountered: