debian-noroot
debian-noroot copied to clipboard
gdb reporting "During startup program exited with code 182."
When I try to debug any program, regardless it is the one I am developing or any other, I get the error mentioned after executing the command "run" in gdb.
The same happens with this program:
int main(int argc, char **argv) { return; }
The program runs when it is executed in the command line, but gdb cannot run it.
I am having the same problem when running ubuntu on Android using UserLAnd
I have the same code 182 result using UserLAnd. https://github.com/CypherpunkArmory/UserLAnd/issues/525#issuecomment-454904754
I am having the same problem when running ubuntu on Android using UserLAnd
gdb "During startup program exitied with code 182" Is this issue in gdb when running ubuntu on Android using UserLAnd still open?
When I was working with Ubuntu on Termux with another latest Android device, gdb was working perfectly fine!
Termux has installation issues on my current android device. Therefore I am using Ubuntu on UserLAnd for my current Android device.
When is expected close date?
Any updates?
I encountered the same problem. Any updates?
I am having same issue, unexpected error 182, when running gdb on Ubuntu UserLAnd on Android..