this has happened on my device a lot of times now, whenver I start my laptop, I have installed arch on it. can anyone please tell me what is it and how to fix this? and I am a newbie.

  • @signofzeta@lemmygrad.ml
    link
    fedilink
    12 years ago

    Does it say anything above that? Look for the last line written in plain English. That should be what Linux was trying to do before it panicked.

  • @jlsalvador@lemmy.ml
    link
    fedilink
    12 years ago

    syscall -> asm -> page_fault

    This a native machine code execution that crashed in your system. Could be an instruction that your CPU doesn’t understand (because the instruction is newer than your CPU, example: AVX512), or because your hardware returns an error when this instruction is executed (RAM issues?). Too difficult for me to understand this ASM crash.