bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
204 stars 69 forks source link

failure to build on aarch64 #179

Closed Cl00e9ment closed 3 years ago

Cl00e9ment commented 3 years ago

Please bump panicwrap version to fix the issue. See https://github.com/bugsnag/panicwrap/issues/20 Thanks

johnkiely1 commented 3 years ago

Hi @Cl00e9ment,

Could you confirm which version of bugsnag-go you are using? Thanks

Cl00e9ment commented 3 years ago

I'm using the latest version (2.1.1) which uses panicwrap 1.3.2. The bug I'm refering to has been fixed in panicwrap 1.3.3 (see changelog https://github.com/bugsnag/panicwrap/releases/tag/v1.3.3), so it would be great if the panicwrap version was bumped to the latest one (1.3.4).

johnkiely1 commented 3 years ago

Hi @Cl00e9ment,

Thanks for confirming, yes we will look to update that as soon as priorities allow.

xljones commented 3 years ago

Hey @Cl00e9ment, bumped the panicwrap version to v1.3.4 in bugsnag-go v2.1.2. Thanks for raising this issue!