Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Add contextual information to dumps #85

@adityamandaleeka

Description

@adityamandaleeka

This is a feature request

On the CoreCLR repo, we're using dumpling to upload dumps when our Jenkins CI runs encounter segfaults or other crashes. This is great, but sometimes these jobs are running against a PR which has obvious bugs (for example, because it's a work in progress).

Today, this means we need to download and extract the dump, inspect it to understand what's going on, check the directory structure to guess what type of job it came from (e.g. "checked_ubuntu_tst_prtest"), go to Jenkins and look at the instances of that job that failed to find the one that generated this dump, and only then realize that the job was kicked off by a faulty PR.

It would be nice if the information about the job and/or PR were exposed in a more direct way somehow so the time spent looking into these dumps is minimized. Depending on how it's implemented, this may involve work on the CI side and also in dumpling itself.

cc: @bryanAR

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions