> a short question about sys_arch_sem_wait(). When someone is waiting for > it, and it gets an eror/deleted. > Is that a serious condition that shouldn't hapen or should it just return > the usual SYS_ARCH_TIMEOUT?
I don't know what you mean by the semaphore getting an error, but it certainly shouldn't be deleted while someone is waiting for it. You should try to find out why that happens. An assert is the correct thing to do here. Simon -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
