Skip to main content
Associate
February 20, 2024
Question

make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x00007FFF417C24E8)

  • February 20, 2024
  • 4 replies
  • 2597 views

Getting below error if i try to build or clean.

make -j12 all

make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x00007FFF417C24E8)

"make -j12 all" terminated with exit code 255. Build might be incomplete.

 

15:51:02 Build Finished. 0 errors, 0 warnings. (took 265ms)

    4 replies

    Tesla DeLorean
    Guru
    February 20, 2024

    Check the code against Microsoft error codes.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    rakesh_bgAuthor
    Associate
    February 26, 2024

    Hi,

     

    Any suggestions how i can solve this error.

     

    Thanks,

    Rakesh B G

    Tesla DeLorean
    Guru
    February 26, 2024

    Don't multi-task? Find a newer / different version of make? See if it's a known issue, and scheduled to be addressed / fixed.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Pavel A.
    Super User
    February 26, 2024

    Yep 0xc0000005 is "access denied" error. Try a lesser -j parameter.  Always mention the program (make) version when reporting errors.

     

    Visitor II
    July 5, 2024

    You encounter this error even when the Project Path is too long! Try copying the project to a path which is shorter and then try...

    gokugo
    Explorer
    October 1, 2024

    Thanks! I had the same error, moving the project to short path solved it!