[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: segfault when quitting
From: |
Nicola Pero |
Subject: |
Re: segfault when quitting |
Date: |
Thu, 28 Feb 2002 11:37:02 +0000 (GMT) |
> > Segmentation fault when quitting GSTest.app, likely caused by the
> > NSGraphicsContext dealloc patch (which doesn't necessarily imply the patch
> > is wrong, it might be a bug somewhere else which was discovered by the
> > patch).
> >
>
> I'm pretty sure it's somewhere else, we only get it because the context
> is getting dealloced now. It doesn't even happen all the time, just in
> certain cases. I think it might be some X resource getting mangled, but
> it might take a while to find. If you can find a simple, reproducible
> case, please ley me know what it is.
If I start GSTest.app, open the NSTextView demo, then write some text,
then go around inside it with the cursors a bit, then close the app, I
normally get it.