On Nov 17, 2013, at 14:48 , Christiaan Hofman <cmhof...@gmail.com> wrote:

> Does it crash with web icons disables?

Nope.

> Does it always crash on the template display, or just sometimes?

Always in the same place (where "always" == "in the dozen or so times I 
tried"). Running under the debugger changes timing, of course, so it probably 
depends on various factors. Just building and debugging on 10.9 is liable to 
change it.

> And only for the HTML template (or another template with accessory files)? 
> Could it perhaps have to do with the connection, perhaps 10.9 tries to get 
> the data async, even though it's used in a sync call? Perhaps a problem with 
> the temp directory getting removed?

It's a blocking call; it's sitting there in that method running the webcore 
stuff, presumably in some private runloop mode. As far as the template, I 
haven't tried switching it. If I return early from the method where the 
template code is called, the crashes go away.

There's a metric buttload of static analyzer warnings, and I don't have time to 
sort through all of them now. Lots of false positives, but at least a few real 
issues too.

-- 
Adam


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to