devilish666@lemmy.world to Programmer Humor@programming.dev · 2 years agoC++ Momentlemmy.worldimagemessage-square33linkfedilinkarrow-up1330arrow-down13
arrow-up1327arrow-down1imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square33linkfedilink
minus-squareGnome Kat@lemmy.blahaj.zonelinkfedilinkarrow-up7·2 years agobut with a core dump you can just load it up and see the state of the process when it crashed…
minus-squaremrkite@programming.devlinkfedilinkarrow-up3·2 years agoI’m trying to remember the last time I actually had a core file. I think core dumps have been disabled by default on Linux since at least 2000.
minus-squareTja@programming.devlinkfedilinkarrow-up2·2 years agoThey are stored in the system log and thus rotated automatically to save storage. At least in Arch. I use Arch, BTW.
but with a core dump you can just load it up and see the state of the process when it crashed…
I’m trying to remember the last time I actually had a core file. I think core dumps have been disabled by default on Linux since at least 2000.
They are stored in the system log and thus rotated automatically to save storage. At least in Arch.
I use Arch, BTW.
👀