You can see from:
Quote:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
|
that there was a coding error somewhere. And from this:
Quote:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
|
we know that it was in the "main" part of the application that is running the UI and application logic.
Are you always doing the same operation when Sigil crashes on you? Or is it just at random times with no pattern that you can see?