-
Os fedora 41 podman run Ubuntu 24.04
```
root@4e3e51c58d28:~/workspace/ROCmLol/build/Python# uname -a
Linux 4e3e51c58d28 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024…
-
What are the steps to reproduce this issue?
-------------------------------------------
1. GdbStart gdb -q program
2. start
3. [[Optional]] Do something...
4. checkpoint
What happens?
-------…
-
### 演習1: 自分のOSSプロダクトをUBサニタイザで検査してみよ
- 検査対象1
```
#include
#include
#include
int
main (int argc, char *argv [])
{
if (strcmp (argv [1], "foo"))
printf ("foo!\n");
else
pri…
-
- [x] I made serious effort to avoid creating duplicate or nearly similar issue
In order to allow developers to isolate and target your respective issue, please take some time to select the check b…
-
I am running Ubuntu 24.10 amd64.
gdb won't connect to the machine. I have to use gdb-multiarch.
The command `halt` and `reset` are not understood. I would have expected to execute these via teln…
-
Lately we find out that when we tried to run GDB on Andrea's SAM, or on my Pegasos2 , GDB did bring us a window with words (in case of my build on pegasos2):
```
please inset volume
/amiga/os4_g…
kas1e updated
2 months ago
-
### What do you want to ask?
Using [`sqlx`](https://github.com/jmoiron/sqlx) , we can exec an SQL like this:
```go
type Task struct {
ID int64 `db:"id"`
UserID string `db:"user_id"`
Na…
-
## Bug Report
* [X] Is your bug specific to GEF (not GDB)? - Try to reproduce it running `gdb -nx`
* [X] Did you search through the [documentation](https://github.com/hugsy/gef/) first?
* …
H0r53 updated
3 weeks ago
-
It's unclear how to properly configure it :(
https://emacs-lsp.github.io/dap-mode/page/configuration/
-
### What happened?
* Do a debug build.
* Try to debug any unit test that has clarabel_solver in its dependency tree (almost anything now that geometry/proximity has the dependency).
* Notice that …