[Bug 1215] wine on FreeBSD: wine in malloc(): error: recursive call

Wine Bugs wine-bugs at winehq.com
Sat Dec 6 23:15:19 CST 2003


http://bugs.winehq.com/show_bug.cgi?id=1215





------- Additional Comments From burpmaster at 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.

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list