RFR: 8282359: Intermittent WebKit build failure on Windows: C1090: PDB API call failed, error code 23
Kevin Rushforth
kcr at openjdk.org
Sat Apr 1 14:01:24 UTC 2023
On Fri, 31 Mar 2023 07:57:11 GMT, Hima Bindu Meda <hmeda at openjdk.org> wrote:
> In Jenkins Build, the intermediate failure on windows is observed due to crash in mspdbserv.exe, which generates Program database (.pdb) files.
> Disabled the pdb file generation in order to resolve the build failure.
> Sanity testing looks fine. Verified build on windows, mac and linux.
I'll do some additional testing early next week. I do have one quick request: Rather than removing or commenting out the compiler and linker flags, can you use `if (PORT STREQUAL "Java")` (or `if (NOT PORT STREQUAL "Java")`) as was done in #1073 ?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1079#issuecomment-1492977290
More information about the openjfx-dev
mailing list