Skip to content

Support the use of mold instead of lld for debug files #96493

@ReneGreen27

Description

@ReneGreen27

Problem Statement

User would like to be able to use mold (see here https://github.com/rui314/mold) instead of lld for debug files.

Debug files uploaded that are linked by mold cause the error "The debug information file used was broken" see below:

Image

However when checking if mold linked debug files are valid per our docs https://docs.sentry.io/cli/dif/#checking-files)) they show as Usable.

Tested using lld instead and everything works as expected with no error "The debug information file used was broken", confirming the issue is with the use of mold.

Solution Brainstorm

Support mold in addition to lld

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions