Michele

Results 5 comments of Michele

I see what you mean. I inspected further the envelop and I think I found the issue at line 4. ```{"type":"attachment","length":206840,"attachment_type":"event.minidump","filename":"1�$"}``` The filename looks corrupted.

Wow thanks @Swatinem for this analysis. This is reproducible, I'll try to patch the code and avoid the `sentry__path_filename` call and see what happens. Can I just use the full...

Ok, this is super weird. I patched the code, but the issue is still there. So I tried to debug the application with gdb and it appears that the path...

I guess you are right. This is the patch I've applied: ```patch diff --git a/src/backends/sentry_backend_breakpad.cpp b/src/backends/sentry_backend_breakpad.cpp index 0172a1a..16fe6b8 100644 --- a/src/backends/sentry_backend_breakpad.cpp +++ b/src/backends/sentry_backend_breakpad.cpp @@ -87,8 +87,11 @@ sentry__breakpad_backend_callback( dump_path =...

@Swatinem we have this issue in the backlog. I will work on this again for certain, I can't tell when though. I do believe this can be some ABI mismatch...