PSOperations icon indicating copy to clipboard operation
PSOperations copied to clipboard

EXC_BAD_ACCESS

Open mohammdsss1 opened this issue 7 years ago • 0 comments

My app was crashing without telling me where. So I turned the Address Sanitizer on for the scheme. When the app crashed again, the breakpoint was pointing to the setter property observer of Operation class as shown in the image below.

screen shot 2019-02-04 at 13 21 10

This is also reported on Crashlytics: screen shot 2019-02-04 at 13 24 30

What I was doing is producing an operation from another one in a fast way (extensive taps from the UI). I don't know if there is anything else I can provide to debug this issue!

mohammdsss1 avatar Feb 04 '19 11:02 mohammdsss1