cs01 / cs01/gdbgui

not work UBUNTU 23.04

Open
#464 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.4k
Forks
521
PR merge metrics
No merged PRs in 30d

Description

UBUNTU 23.04
```
andrii@UbuntuPC:~/Стільниця/myFirstAsm/gdbgui_linux$ ./gdbgui_0.15.1.0 main
Opening gdbgui with default browser at http://127.0.0.1:5000
View gdbgui dashboard at http://127.0.0.1:5000/dashboard
exit gdbgui by pressing CTRL+C
* Serving Flask app 'gdbgui.server.app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment0.
Use a production WSGI server instead.
* Debug mode: off
^Candrii@UbuntuPC:~/Стільниця/myFirstAsm/gdbgui_linux$ sudo g
Display all 205 possibilities? (y or n)
andrii@UbuntuPC:~/Стільниця/myFirstAsm/gdbgui_linux$ sudo ./gdbgui_0.15.1.0 main
[sudo] пароль до andrii:
Opening gdbgui with default browser at http://127.0.0.1:5000
View gdbgui dashboard at http://127.0.0.1:5000/dashboard
exit gdbgui by pressing CTRL+C
* Serving Flask app 'gdbgui.server.app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off

```
```

andrii@UbuntuPC:~/Стільниця/myFirstAsm/gdbgui_linux$ ls -l
загалом 32460
-rwxrwxr-x 1 andrii andrii 24721568 чер 22 2022 gdbgui_0.15.1.0
-rw-rw-r-- 1 andrii andrii 33 чер 22 2022 gdbgui_0.15.1.0.md5
-rw-rw-r-- 1 andrii andrii 8494477 чер 22 2022 gdbgui.pex
-rw-rw-r-- 1 andrii andrii 33 чер 22 2022 gdbgui.pex.md5
-rwxrwxr-x 1 andrii andrii 8404 вер 1 14:31 main
```

```
running command: gdb

gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by gdb)
gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by gdb)
gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by gdb)
gdb: /tmp/_MEIBKDch1/libtinfo.so.6: version `NCURSES6_TINFO_6.2.20211010' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)
gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libsource-highlight.so.4)
gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libboost_regex.so.1.74.0)
gdb: /tmp/_MEIBKDch1/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.