CRIU as a debug tool and replacement for google coredumper
I’m currently working on a CRIU images -> core dump conversion for CRIT(CRiu Image Tool) and while looking for some info on manually generating core dump, I’ve found an interesting yet outdated (OMG last changed in 2007!) project called google coredumper that allows generating core dumps whenever you want to, which looks like a cool tool to have for debugging. CRIU is able to dump processes at any point too, but it is also providing a lot more info about the process’ state, because it can literally fully restore it from images, so I thought that coredump users (if there are any left) could use CRIU for their purposes....