Justin DeWind

Results 9 comments of Justin DeWind

@dsowsy, I've identified the issue and bgTask _should_ be initialized to some value before it is used in the block. I'll also be upgrading other aspects of it to get...

The proper way of releasing a queue is done via dispatch_release For example, ``` objective-c dispatch_release( serial_queue ) ``` Is this what you are doing?

That is is interesting and would appear to be a bug if one can't deallocate a suspended queue. Do you have a snippet of code you'd be willing to provide?

@clayallsopp They haven't created an issue for it yet. I will post it when it is available and then decide whether to merge at this point. :-)

I too am baffled which is why I hesitated posting this issue. However, I have found a repeatable way of introducing this issue that makes more sense to me now....

This feed. https://github.com/averyvery/Freebie/blob/master/rss/nsm_addon_updater.xml

The chromium driver installs just fine, but it compiles for the mac CPU architecture and it tries to execute it from the wrong directory.