BSCMAKE.EXE error BK1500 in Visual Studio 2013 -


i periodically, not always, receiving internal error in bscmake while compiling code in visual studio 2013. c++ has compiled years , others compiling without seeing these errors.

the error trace in build output shows:

`bscmake : error bk1500: internal error version 12.00.21005.1  exceptioncode            = c0000005 exceptionflags           = 00000000 exceptionaddress         = 00aa5a4b (00aa0000) "c:\program files  (x86)\microsoft visual studio 12.0\vc\bin\bscmake.exe" numberparameters         = 00000002 exceptioninformation[ 0] = 00000000 exceptioninformation[ 1] = 01562810  context: eax    = 00009a00  esp    = 004f9358 ebx    = 018090f6  ebp    = 004ff308 ecx    = 0153c010  esi    = 004f9c97 edx    = 004fc299  edi    = 00000001 eip    = 00aa5a4b  eflags = 00010246 segcs  = 00000023  segds  = 0000002b segss  = 0000002b  seges  = 0000002b segfs  = 00000053  seggs  = 0000002b dr0    = 00000000  dr3    = 00000000 dr1    = 00000000  dr6    = 00000000 dr2    = 00000000  dr7    = 00000000` 

any suggestions on might causing or it?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -