ish-app / ish-app/ish

iSH crash while debugging simple program with gdb

Open
#1,105 0 comments 0 reactions 1 assignee Claimed by @saagarjha View on GitHub
unconfirmed
Dominant language
C
Stars
20.5k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

[iSH-2020-12-07-125438.ips.zip](https://github.com/ish-app/ish/files/5652722/iSH-2020-12-07-125438.ips.zip)

Repro steps:
1. apk add clang
2. apk add g++
3. apk add gdb
4. Make file `main.cpp` containing:
`#include
int main(int argc, char** argv)
{
printf(“Hello Maciek!”);
return 0;
}`
5. clang -ggdb main.cpp
6. gdb a.out
7. The rest of the steps is here: https://youtu.be/8HGd_zSfIyA

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.