MacSymbolicator icon indicating copy to clipboard operation
MacSymbolicator copied to clipboard

Symbolicating macOS/iOS crash reports, easily.

Results 12 MacSymbolicator issues
Sort by recently updated
recently updated
newest added

Right now, spin dump files are not recognized although they are pretty similar to crash dumps. There are actually only are few changes necessary in `CrashFile.swift` to support them: To...

a new square icon would be great, and give MacSybolicator a little more polish. If you have the source files for the current icon, id be happy to create an...

I am running MacSymbolicator 2.3 (5) When analyzing a crash report it symbolicates items from a thread, but misses items in main backtrace (items "Astro Gold"). My best guess as...

When symbolicating a crash log (ips) the section at the top of a crash with "Application Specific Backtrace" does not get symbolicated: ``` Application Specific Backtrace 0: 0 CoreFoundation 0x00007ff810a1c7c3...

I have a crash file that does symbolicate correctly in v2.3 but failed with the following error when i use either v2.4 or v2.5 `Error loading report file: translation(MacSymbolicator.Translator.Error.unexpectedOutput)` I...

### Feature This allows to symbolilcate this type of crash report ``` Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x19df63750 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x19dfa0574 _pthread_cond_wait + 1232 2...

For ips: ``` Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x19df63750 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x19dfa0574 _pthread_cond_wait + 1232 2 libc++.1.dylib 0x19dec8ef0 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 bdlli-bind 0x10507c1ac llvm::ThreadPool::wait()...

For some reason the spotlight search (NSMetadataQuery) isn't finding a .DSYM that is in my desktop directory automatically. I know the UUID is correct because running the mdfind command in...

We have built automation to run monkey tests for 10min+ and our app crashing because of: - `1073.76 MB of file backed memory dirtied over 3789 seconds (283.42 KB per...