I am building chromium developer build 97584 on a Windows 7 64 bit machine. At the very end of the build, the following error is being thrown:
348>------ Build started: Project: chrome, Configuration: Release Win32 ------
348> chrome_exe_main_win.cc
348> client_util.cc
348> hard_error_handler_win.cc
348> breakpad_win.cc
348> content_switches.cc
348> Creating library D:\chromium.r87272\src\build\Release\lib\chrome_exe.lib and object D:\chromium.r87272\src\build\Release\lib\chrome_exe.exp
348> Generating code
348>d:\chromium.r87272\src\base\threading\thread_local_win.cc(36): fatal error C1001: An internal error has occurred in the compiler.
348> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x6716F4B0:0x00000000]', line 183)
348> To work around this problem, try simplifying or changing the program near the locations listed above.
348> Please choose the Technical Support command on the Visual C++
348> Help menu, or open the Technical Support help file for more information
348>
348>LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage
348>
348> Version 10.00.40219.01
348>
348> ExceptionCode = C0000005
348> ExceptionFlags = 00000000
348> ExceptionAddress = 6716F4B0 (670C0000) "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\c2.dll"
348> NumberParameters = 00000002
348> ExceptionInformation[ 0] = 00000000
348> ExceptionInformation[ 1] = 00000000
348>
348> CONTEXT:
348> Eax = 671A8530 Esp = 001BE564
348> Ebx = 00000000 Ebp = 001BE574
348> Ecx = 00000002 Esi = 00000000
348> Edx = 195E27AC Edi = 195E27AC
348> Eip = 6716F4B0 EFlags = 00010246
348> SegCs = 00000023 SegDs = 0000002B
348> SegSs = 0000002B SegEs = 0000002B
348> SegFs = 00000053 SegGs = 0000002B
348> Dr0 = 00000000 Dr3 = 00000000
348> Dr1 = 00000000 Dr6 = 00000000
348> Dr2 = 00000000 Dr7 = 00000000
========== Build: 347 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Is the problem present in the content_switches.cc file? Or is it something else? Any help will be really appreciated.
Prabal.