Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take advantage of Mono crash reporting #29

Open
NattyNarwhal opened this issue Sep 12, 2018 · 1 comment
Open

Take advantage of Mono crash reporting #29

NattyNarwhal opened this issue Sep 12, 2018 · 1 comment
Labels
area: runtime This issue affects the Mono runtime os: aix This issue affects AIX os: i This issue affects i os: linux/ppc64 This issue big endian PPC64 Linux too priority; low This issue isn't too important type: enhancement New feature or request

Comments

@NattyNarwhal
Copy link
Member

Mono plans to add telemetry with Sentry for enhanced crash diagnostics and reporting.

  • For now, crash reporting is disabled to due a missing dladdr. Reimplement this and see what it takes to turn it on.

  • Do we need our own Sentry instance? I recall Kyte saying that they'd fish out AIX/PASE crash logs from the MS instance for us?

Follow up with Alexander Kyte from MS if we decide to go this route.

@NattyNarwhal NattyNarwhal added type: enhancement New feature or request os: aix This issue affects AIX os: i This issue affects i os: linux/ppc64 This issue big endian PPC64 Linux too area: runtime This issue affects the Mono runtime priority; low This issue isn't too important labels Sep 12, 2018
@kadler
Copy link

kadler commented Sep 17, 2018

FYI, I have a dladdr() implementation that I'm working on finishing up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: runtime This issue affects the Mono runtime os: aix This issue affects AIX os: i This issue affects i os: linux/ppc64 This issue big endian PPC64 Linux too priority; low This issue isn't too important type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants