|
From: Dan K. <dan...@gm...> - 2007-11-25 05:40:30
|
Valgrind-3.2.3, at least when used with Wine, generates good symbolic stack dumps with its warnings when run on the Feisty release of Ubuntu -- but not on Dapper or Gutsy? On those releases, it seems to omit the stack for Wine code (though it shows the stack for libc-specific problems). Now, this symptom sounds like something that was supposed to be fixed by Eric Pouch's wine support patch; see http://wiki.winehq.org/Wine_and_Valgrind#head-7b17a9e9b4455712a4111cdd2d3b6b21fc44accc So perhaps that patch was not quite sufficient, or the rollup patch I'm using (http://kegel.com/wine/valgrind/vg-3.2.3.patch) is stale? The hunks in question are the changes to coregrind/m_stacks.c and coregrind/m_stacktrace.c Eric, could you have a peek? For completeness, the script I use to build Valgrind for use on Wine is http://kegel.com/wine/valgrind/valgrind-build.sh - Dan |