LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Does anyone know what this panic might be caused by ? (https://www.linuxquestions.org/questions/linux-general-1/does-anyone-know-what-this-panic-might-be-caused-by-4175626673/)

kellogs 03-30-2018 10:58 AM

Does anyone know what this panic might be caused by ?
 
This one

https://i.imgur.com/tn0alX6.jpg

Thanks!

Keruskerfuerst 03-30-2018 11:18 AM

1. Software defective
2. Hardware defective

rtmistler 03-30-2018 01:36 PM

Whatever code in your kernel is printing out the RIP statement with the two null's. Typically nulls indicate pointers. Typically null pointers are exceptionally bad if they are attempted to be used as an address reference. Mind you, having a null pointer is acceptable if you know that it means there's no allocated memory or reference to point to. However if there's code that expects these pointers to be valid values, well the evidence here shows that null has been encountered.

kellogs 04-01-2018 08:48 AM

and bad RAM it was. Thanks!


All times are GMT -5. The time now is 09:19 PM.