Giter Club home page Giter Club logo

Comments (3)

lemonade-dm avatar lemonade-dm commented on May 26, 2024

Is this the ticket to investigate why the program database is corrupted?

The error is listed on Microsoft development documentation website: https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1033?view=msvc-170
I think for the O3DE jenkins build server usage, the most likely causes are either 1. the hard disk errors on the EBS volume or 2. more likely we have two .vcproj files writingto the same .pdb file at the same time.

from o3de.

amzn-changml avatar amzn-changml commented on May 26, 2024

Is this the ticket to investigate why the program database is corrupted?

The error is listed on Microsoft development documentation website: learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1033?view=msvc-170 I think for the O3DE jenkins build server usage, the most likely causes are either 1. the hard disk errors on the EBS volume or 2. more likely we have two .vcproj files writingto the same .pdb file at the same time.

Yes, this is to investigate causes and remediate. I also suspect (2), but there might be some element of disk latency causing slow file unlocking behavior due to EBS volumes actually being network disks. We could try testing this using the /FS flag though there's that element of significantly increasing build time.

Would something like turning on MTT or other new parallel management features help?

Alternatively, maybe moving to Ninja might yield better behavior overall?

from o3de.

lemonade-dm avatar lemonade-dm commented on May 26, 2024

Is this the ticket to investigate why the program database is corrupted?
The error is listed on Microsoft development documentation website: learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1033?view=msvc-170 I think for the O3DE jenkins build server usage, the most likely causes are either 1. the hard disk errors on the EBS volume or 2. more likely we have two .vcproj files writingto the same .pdb file at the same time.

Yes, this is to investigate causes and remediate. I also suspect (2), but there might be some element of disk latency causing slow file unlocking behavior due to EBS volumes actually being network disks. We could try testing this using the /FS flag though there's that element of significantly increasing build time.

Would something like turning on MTT or other new parallel management features help?

Alternatively, maybe moving to Ninja might yield better behavior overall?

We actually have the MTT feature turned on through the MSBuild Directory.Build.props feature: https://github.com/o3de/o3de/blob/development/cmake/Platform/Common/MSVC/Directory.Build.props#L11-L12

from o3de.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.