Open ayushnix opened 1 month ago
Thanks for the bug report! The stack trace is not very useful due to missing symbols.
Can you check the discussion in #5899 about what can be done / what's needed to fix this?
I am personally not very experienced with debugging at that level, but it seems that you could maybe help with this (as long as you can reproduce it), please?
@ayushnix did you see my comment?
@ThomasWaldmann apologies for the late response, yes I did. Unfortunately, I don't have experience with using debug symbols and gdb to be able to pinpoint the issue. I thought the stack traces and core dump output might help so I posted it here.
I can try to follow specific steps if this issue issue happens the next time if I can get a short guide about what I should do.
Guess someone needs to find out how to build the compiled parts of borg with debug symbols and modify our setup.py accordingly. There is a line defining "cflags" in there.
Maybe using a python binary built with debug symbols is helpful also.
Have you checked borgbackup docs, FAQ, and open GitHub issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG/ISSUE
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.4.0
Operating system (distribution) and version.
Arch Linux, kernel version 6.6.49-1-lts
Hardware / network configuration, and filesystems used.
borg repository was being created on a 16TB Western Digital Ultrastar DC HC550 from a ZFS RAID 10 array locally.
How much data is handled by borg?
Approximately 2.2TB for now.
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg -p create -s -c 300 -C auto,lz4 -e data/videos/_testing /mnt/backup::{now}-{borgversion}-videos /data/videos
Describe the problem you're observing.
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
Include any warning/errors/backtraces from the system logs
I'll resume the creation of my borg repository from the last checkpoint and I'll report back if I face more segfaults. Meanwhile, I also found a coredump. Here's the output from systemd-coredump.
I can upload and link the coredump file if it helps. Let me know if I should.