Chad Smith

Results 185 comments of Chad Smith

Thanks for reporting. Unfortunately I don’t currently have time to look into this right now, but it should be fixable with some slight refactoring.

Cool idea. I definitely agree that it should check if the port is in use before opening the browser. I will look into other tools choosing random ports when they're...

@ssokolow in a14d9e7 I added code to exit if the port is in use. It works as expected when the port is in use, _but_ after the port is free,...

Hi you can try this. https://unix.stackexchange.com/questions/168340/where-is-ld-library-path-how-do-i-set-the-ld-library-path-env-variable

Looks like it needs `/lib64` on LD_LIBRARY_PATH. If you are running a binary from gdbgui.com, that binary was built from pyinstaller. pyinstaller is a 3rd party tool that gdbgui uses...

It used to be in a Docker container but was recently switched to use GitHub Actions. https://github.com/cs01/gdbgui/blob/master/.github/workflows/build_executable.yml

Yes that could be added to the github actions. If you want to set up an additional OS and docker build I would be open to a PR.

Haha no worries. Here is the commit where the Docker code was removed, https://github.com/cs01/gdbgui/commit/c7ce34d25ae75669bafbd1e0c832b05e06069a1c. See the file `docker/linux/Dockerfile` and `docker/linux/entrypoint.sh`. I am no Docker expert either though, so I'd probably...

To debug the issue you can run from source (see https://www.gdbgui.com/contributing/). When running form source, you can put in breakpoints, or wrap that line in a try/catch to avoid it...

This is really interesting, nice work. I've never heard of MPI. I just looked it up and it seems like a really interesting domain that I would be really happy...