IRC channel logs
2025-08-28.log
back to list of logs
<almuhs>hi. I'm trying to debug my translator, but gdb doesn't find the symbols for many libraries <almuhs>the translator remains stopped until I open the destination file, and then it shows this panic <almuhs>It shows "null pointer dereference occurred", but the backtrace lacks many symbols, so I don't know why that pointer is null <azert>almuhs: did you try installing the hurd-dbg package? <azert>almuhs: how do you compile your translator? <azert>almuhs: rustc -C debuginfo=2 -C opt-level=0 file.rs <almuhs>i added these options, but continue the problem <almuhs>the error is in trivfs_S_io_seek(), in the updating of newp. Here <almuhs>But without the previous calls, I can't know why newp is NULL