I have an audio streaming application that uses the BASS library for iOS. I'm getting some crashes, but I'm getting no native stack traces, so they're really painful to debug. As the app relies heavily on audio playback using this native library, this is a huge problem for me.
I'm not sure that it's just Xamarin.iOS either, because I'm also developing a desktop application using C# and Mono that uses p/invoke and when it crashes on a native lib, I get a message saying that it crashed giving me the p/invoked entry point, and no native stack trace.
Does anyone have experience debugging native code in Mono applications that can provide some insight? Currently I'm most concerned about the iOS app, but tips for the desktop would be helpful as well, thanks.