Georges Auberger

Results 18 comments of Georges Auberger

Experiencing (I think) similar issue on iOS https://sentry.io/organizations/island-magic-co/issues/3342986887/events/c1620d1f11ae43d080534c4a83d7387a/?project=6375329

Same problem on 10.7.2

For example https://sentry.io/organizations/island-magic-co/issues/1874485473/events/543cf9ef4efe424ca09e3d2c705d5855/

Thanks for investigating. I should have mentioned that this is a macOS app built with RubyMotion, hence why there are ruby references there. However, as far as I can understand,...

@philipphofmann I use the sentry sdk like a Objective-C app would. It works reasonably well with most crash. For example here it did provide the right stack trace for a...

Could be useful to look at the fixes added in: https://github.com/bugsnag/bugsnag-cocoa/blob/master/Bugsnag/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_CPPException.mm That seems to solve crashes related with C++ Exceptions

+1 would be nice improvement

FWIW looks like `relationshipByName` is not thread safe and does cause random crash in multithreaded situations. Crude patch to workaround this https://github.com/infinitered/cdq/compare/master...islandmagic:cdq:master If someone else has a better way to...

Still a problem with 7.31.5. I can't test with 8.1.0 because of the swift dependency.

RubyMotion does not support Swift based cocoapods. There might be some workaround but I did not investigate further.