cancel
Showing results for 
Search instead for 
Did you mean: 

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

rakesh_bg
Associate

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)

5 REPLIES 5

Check the code against Microsoft error codes.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
rakesh_bg
Associate

Hi,

 

Any suggestions how i can solve this error.

 

Thanks,

Rakesh B G

Pavel A.
Evangelist III

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

 

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
devaiah
Associate

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...