[Bug 9916] "make test" usually fails

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 18 19:10:10 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9916


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|test                        |wine-misc




--- Comment #8 from Dan Kegel <dank at kegel.com>  2007-10-18 19:10:09 ---
Maarten points out that doing
  MAKEDEBUG=warn+heap
turns on a memset that poisons freed memory:
    if (TRACE_ON(heap) || WARN_ON(heap)) memset( ptr, ARENA_FREE_FILLER, size
);
It seems to help find a few more problems that
would otherwise lurk undetected (until it was maximally
inconvenient).

Here's the full list on my dual cpu Feisty system with that setting:

crypt32: cert msg store str
d3d9: device
gdi32: font
itss: protocol
kernel32: comm
msi: automation db install
msvcrt: heap
user32: dde msg
wininet: ftp

Changing category to 'misc' to reflect fact that this
exposes bugs in all sorts of areas (not a bug in our test code).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list