Hi there,
I've witnessed core dump several times and each time in the same situation.
I have two jails hosting a "cloud service" ... and on both jails I use a script to update the software (the same one)
When copying the directory containing "Nextcloud" for backup, I've had core dumps several times and on two different jails during a simple copy.
I don't know exactly how to read the core dump.
At first I thought it was due to the quality of the nvme installed (which was a suspicious no-name device made in china), but I've since replaced it with "solid" samsung device.
But problem is still there and I only notice it when copying this directory from two different jails (with the same purpose but for different domains)
However, I noticed that the problem started to appear when I changed hardware and migrated my jails from my old I5-based box to an N100 ...
Could this be linked to faulty memory ? (Memory shipped with the the box is crucial branded)
Thanks for you help.
I've witnessed core dump several times and each time in the same situation.
I have two jails hosting a "cloud service" ... and on both jails I use a script to update the software (the same one)
When copying the directory containing "Nextcloud" for backup, I've had core dumps several times and on two different jails during a simple copy.
I don't know exactly how to read the core dump.
At first I thought it was due to the quality of the nvme installed (which was a suspicious no-name device made in china), but I've since replaced it with "solid" samsung device.
But problem is still there and I only notice it when copying this directory from two different jails (with the same purpose but for different domains)
Code:
root@nextcloud-mlfa:~ # file cp.core
cp.core: ELF 64-bit LSB core file, x86-64, version 1 (FreeBSD), FreeBSD-style, from 'cp -rp /usr/local/www/nextcloud/ /usr/local/www/nextcloud.back/', pid=25229
root@nextcloud-mlfa:~ # gdb -q `which cp` ./cp.core
Reading symbols from /bin/cp...
(No debugging symbols found in /bin/cp)
[New LWP 100498]
Core was generated by `cp -rp /usr/local/www/nextcloud/ /usr/local/www/nextcloud.back/'.
Program terminated with signal SIGBUS, Bus error.
Object-specific hardware error.
#0 0x0000117f170b3360 in fts_read () from /lib/libc.so.7
(gdb) bt
#0 0x0000117f170b3360 in fts_read () from /lib/libc.so.7
#1 0x00001176f53d78a7 in ?? ()
#2 0x00001176f53d76fe in ?? ()
#3 0x0000117f1709eafa in __libc_start1 () from /lib/libc.so.7
#4 0x00001176f53d72dd in ?? ()
(gdb) q
Code:
FreeBSD nextcloud-mlfa 14.0-RELEASE-p6 FreeBSD 14.0-RELEASE-p6 #0: Tue Mar 26 20:26:20 UTC 2024 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd
64.amd64/sys/GENERIC amd64
However, I noticed that the problem started to appear when I changed hardware and migrated my jails from my old I5-based box to an N100 ...
Could this be linked to faulty memory ? (Memory shipped with the the box is crucial branded)
Thanks for you help.