-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
LLDB crashed with Assertion failed in function GetMaxU64 of file lldb/source/Utility/DataExtractor.cpp #115166
Comments
@llvm/issue-subscribers-lldb Author: Anonymous (iamanonymouscs)
`$ clang --version`
clang version 16.0.0 (https://mirror.nju.edu.cn/git/llvm-project.git 08d094a)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/llvm-08d094a/bin
I've written a Python script to register an fstep command for step-by-step debugging of a binary. While stepping through the program at the instruction level and retrieving the respective information, LLDB crashes. I’ve also uploaded the binary that was being debugged with LLDB, as shown below. |
$ clang --version
clang version 16.0.0 (https://mirror.nju.edu.cn/git/llvm-project.git 08d094a)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/llvm-08d094a/bin
$ lldb --version
lldb version 16.0.0 (https://mirror.nju.edu.cn/git/llvm-project.git revision 08d094a)
clang revision 08d094a
llvm revision 08d094a
$ cat small.c
$ cat script.py
$ clang -Og -g small.c
$ lldb a.out
I've written a Python script to register an fstep command for step-by-step debugging of a binary. While stepping through the program at the instruction level and retrieving the respective information, LLDB crashes. I’ve also uploaded the binary that was being debugged with LLDB, as shown below.
a.out.zip
The text was updated successfully, but these errors were encountered: