Re: debugging crashes in dyld?

2011-09-29 Thread Don Quixote de la Mancha
On Tue, Sep 27, 2011 at 2:06 PM, Martin Wierschin mar...@nisus.com wrote: I have a user reporting a crash whenever they try to first save a file. It is reproducible for the user (though not be me) and I'm wondering how to best debug this problem remotely. I've included the crash stack below

Re: debugging crashes in dyld?

2011-09-28 Thread Martin Wierschin
Crashes inside dyld or libobjc during library load often has one of two causes: 1. A library binary on disk or in the dyld shared cache is corrupted. 2. A memory error earlier in the app corrupted a data structure, and that data structure went unused until library load time. Thank you Greg

debugging crashes in dyld?

2011-09-27 Thread Martin Wierschin
Hello everyone, I have a user reporting a crash whenever they try to first save a file. It is reproducible for the user (though not be me) and I'm wondering how to best debug this problem remotely. I've included the crash stack below (all other threads are waiting/trapped). I'm no expert on

Re: debugging crashes in dyld?

2011-09-27 Thread Greg Parker
On Sep 27, 2011, at 2:06 PM, Martin Wierschin wrote: I have a user reporting a crash whenever they try to first save a file. It is reproducible for the user (though not be me) and I'm wondering how to best debug this problem remotely. I've included the crash stack below (all other threads