On Sun, 22 Nov 2009 20:21:54 +0100
mobi phil <m...@mobiphil.com> wrote:

> gdrm-waitq: gdrm-waitq.c:220: main: Assertion `ret == 0' failed.
> 
> that is
> ret = ioctl(fd, DRM_IOCTL_GLAMO_GEM_CREATE, &create);
>    assert(ret == 0);
>
> Does this mean that the nvram allocations are not released after an
> application is closed?

Yes - for some reason, they're not getting cleaned up for some reason
(particularly when the program is killed by a signal).  Before long you
run out of VRAM and further allocations fail.  It's on my list..

Tom

-- 
Thomas White <t...@bitwiz.org.uk>

_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to