It looks to me like a hardware issue except for "load of value 40 is not valid value for type '_Bool'" looks like it is software related. Because bool is short for boolean which can only be true or false anything else would cause an error.
I would start by testing the ram with memtest, test the hdd, disconnect any hardware thats not critical to run and see if you can replicate the results. Also update all the software you can. Otherwise you have to investigate each individual error until you find the culprit and sometimes one error can trigger a chain of errors. Linux is great until something breaks right.