Giter Club home page Giter Club logo

Comments (5)

jaredpar avatar jaredpar commented on July 17, 2024 1

@RikkiGibson PTAL

from performance.

radical avatar radical commented on July 17, 2024

This is like not a wasm-specific issue. Who can we ping for this?

from performance.

DrewScoggins avatar DrewScoggins commented on July 17, 2024

@jaredpar Might be a good place to start.

from performance.

RikkiGibson avatar RikkiGibson commented on July 17, 2024

Where can I find more diagnostic information about the failure? For example, which benchmark was running, and how to run it locally to reproduce the issue. I wasn't able to find the stack trace from the issue description in the linked build.

The method exhibiting the NRE is found here

https://github.com/dotnet/roslyn/blob/6338d838e611f4e72760720b34d132cba325b5dd/src/Compilers/Core/Portable/Syntax/SyntaxNode.cs#L1622-L1633

        internal bool HasErrors
        {
            get
            {
                if (!this.ContainsDiagnostics)
                {
                    return false;
                }

                return HasErrorsSlow();
            }
        }

Maybe the stack trace is missing info about which call within this property we were executing when the NRE occurred.

from performance.

DrewScoggins avatar DrewScoggins commented on July 17, 2024

Here is a link to the full log for that run, https://pvscmdupload.blob.core.windows.net/drewtest/NRELog.txt. It was not during the execution of any benchmark, but instead during the compilation of our Benchmark.Extensions project. This mostly contains settings and helpers for BDN.

Also, here is the link for the payload of the run, https://pvscmdupload.blob.core.windows.net/drewtest/NREPayload.zip. This contains the built framework, and WASM runtime packs that were in use during the run.

from performance.

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.