Alderon Matt

Results 22 comments of Alderon Matt

Interesting discovery using the same code for Android results in a minidump and event being sent and created, so its specifically the crash termination handler for iOS breakpad.

It works when I use the sentry native + sentry java with inproc handler. just broken with breakpad. Maybe there needs to be a fallback layer to handle or fix...

> It would be interesting to see the output of `/proc/XXX/maps` related to ` libUE4.so`, I wonder why that is split in two. Anyway I can get this?

> If its from a device you control, connect via `adb` and copy that for the process in question to a file. From within the process, you can read from...

Someone would need to port the hive extension and compile it for linux, then it would work.

Still having this issue, temp hack fix by using a local dns caching solution with dnsmasq.

I'm having the same problem, I need bindless rendering resources on vulkan for my game.

I have a possible workaround, which involves splitting up the dsyms into a separate arch, which sentry can process one by one. However it would simplify things if symsorter could...

Here is a link to the docs from llvm https://llvm.org/docs/CommandGuide/dsymutil.html --fat64 Use a 64-bit header when emitting universal binaries. I assume this is needed to get around the 4 GB...