http://bugs.winehq.org/show_bug.cgi?id=17996
--- Comment #41 from Juan Lang juan_lang@yahoo.com 2009-05-04 13:10:13 ---
Probably the test should fail if memory allocation fails. I'm not sure why memory allocation is failing in your case. The fact that the log is so enormous suggests that:
- There's a memory leak.
Well, I ran the tests under valgrind, and it doesn't report any leak. So I'm not sure I can do a lot. I can add a check whether memory allocation fails to the tests, but that won't address why it fails in the first place.