This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Android OS (Termux) _a.cxx_=int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out
gives Unrecognised instruction at address X
#2
Labels
Comments
SwuduSusuwu
changed the title
a.cxx=
Android OS (*Termux*) _a.cxx_=Jun 14, 2024
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
SwuduSusuwu
changed the title
Android OS (*Termux*) _a.cxx_=
Android OS (**Termux**) _a.cxx_=Jun 14, 2024
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
SwuduSusuwu
changed the title
Android OS (**Termux**) _a.cxx_=
Android OS (Termux) _a.cxx_=Jun 14, 2024
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
SwuduSusuwu
changed the title
Android OS (Termux) _a.cxx_=
Android OS (Termux) _a.cxx_=Jun 14, 2024
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out=Unrecognised instruction at address X
int main(int, const char **) {return 0;}
, clang++ a.cxx
, valgrind ./a.out
gives Unrecognised instruction at address X
|
From cxx/ClassCns.cxx:posixExec
, to
, fixes
, but |
Dear @SwuduSusuwu please report the bug against the official Valgrind source code: https://valgrind.org/support/bug_reports.html This repository (https://github.com/ivosh/valgrind/) is just a fork, several years old now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem description
For almost all terminals which compile sources,
valgrind
has lots of uses.But with Termux, valgrind always outputs
Unrecognized instruction at address X
What steps will reproduce the bug?
The text was updated successfully, but these errors were encountered: