[Openmcl-devel] memory management and OpenGL trouble
Alexander Repenning
ralex at cs.colorado.edu
Fri Sep 17 05:56:29 PDT 2010
On Sep 16, 2010, at 9:54 PM, Gary Byers wrote:
> I think that I found it.
>
> The short version is that things like:
>
> (make-instance 'ns:ns-opengl-view :with-frame rect :pixel-format pixel-format)
>
> were sometimes doing:
>
> (#/initWithFrame: (#/alloc ns:ns-opengl-view) rect)
>
> instead of
>
> (#/initWithFrame:pixelFormat: (#/alloc ...) rect pixel-format)
>
> We should call the initfunction that matches the greatest number of initargs,
> and ... well, the code that tries to determine that wasn't calculating 'max'
> correctly.
>
> That should be fixed in r14266.
Everything works again!
Phew... that was a good scare, but I got up today, checked my email in the morning and ... things are fixed. That is super responsive.
Thanks Gary!
Alex
Prof. Alexander Repenning
University of Colorado
Computer Science Department
Boulder, CO 80309-430
vCard: http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20100917/89a2c76a/attachment.htm>
More information about the Openmcl-devel
mailing list