http://bugs.winehq.com/show_bug.cgi?id=1215
------- Additional Comments From burpmaster@truffula.net 2003-06-12 23:15 ------- Created an attachment (id=427) --> (http://bugs.winehq.com/attachment.cgi?id=427&action=view) Workaround in FreeBSD
Well, tracking down all the instances where wine does this is hard, or at least not as easy as grepping for "recursive call" in the FreeBSD source tree. So here is a hack to work around this problem by allowing some recursion. Just apply this patch in /usr/src/lib/libc/stdlib, then cd .., and do make && make install.
With this patch applied, I no longer get random crashes due to the recursive call error. Programs which crashed immediately from this error also work now. I haven't noticed any side-effects from this patch.