Re: NSGraphicsContext currentContext() returns nil on OSX 10.11

2015-10-14 Thread Lakshmi P Shanmugam
worked fine in all previous versions upto OSX 10.11 and started failing now. Any idea on what could be wrong? Thanks & Regards, Lakshmi On Mon, Oct 12, 2015 at 8:36 PM, Ken Thomases wrote: > On Oct 12, 2015, at 6:45 AM, Lakshmi P Shanmugam < > lakshmipriya@gmail.com> wrote: >

NSGraphicsContext currentContext() returns nil on OSX 10.11

2015-10-12 Thread Lakshmi P Shanmugam
esn't mention that it can return nil. Is this is a known issue with OSX 10.11? Are there valid/un-documented cases when currentContext can return nil? Any help will be appreciated? Thanks,Lakshmi ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: looking for a memory problem

2012-07-17 Thread Lakshmi
Hi Martin, The issue exists in "[pool drain]" part of code. Hope these links might help you: http://developer.apple.com/library/mac/#technotes/tn2124/_index.html http://stackoverflow.com/questions/7194586/help-with-crash-log Regards, Lakshmi On 17-Jul-2012, at 4:00 PM, Martin Hewi

Re: Object is not reachable from this managed object context

2008-10-18 Thread Lakshmi Vyasarajan
"It looks to me like you are sharing one MOC between two threads (the web service update worker thread and the main thread). You need two MOC's. Write from the worker thread to the worker thread's MOC, then tell the main thread to refresh." I do have two MOC's. Would be kinda weird to get

Object is not reachable from this managed object context

2008-10-16 Thread Lakshmi Vyasarajan
d"); } I could not find any references to this error leading me to believe that I am doing something completely wrong and I have no clue what it is. Thanks in advance, Lakshmi. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Plea

Suggesting a user name for NSURLConnection

2008-09-22 Thread Lakshmi Vyasarajan
or do I have to resort to more low level API to get this working? Thanks Lakshmi. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins