DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.44k stars 262 forks source link

Invalid heap args in UxTheme.dll on XP32 bot after connecting and disconnecting with RDP #704

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From rnk@google.com on December 02, 2011 10:42:41

See the stdio logs for the many tests in this build: http://build.chromium.org/p/chromium.fyi/builders/Windows%20Tests%20%28DrMemory%29/builds/860 We are working around the problem by avoiding use of RDP and restarting the machine after using RDP.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=704

derekbruening commented 9 years ago

From timurrrr@google.com on December 02, 2011 07:47:02

Note: this isn't a new regression, I saw stuff like this a year ago or so. Presumably these are real issues in the UxTheme decorators working differently natively, headless and in RDP mode.

derekbruening commented 9 years ago

From timurrrr@google.com on December 02, 2011 07:47:18

And there are similar UNINITs in the "full" mode.

derekbruening commented 9 years ago

From rnk@google.com on December 02, 2011 07:50:47

There might even be real uses-after-free in XP that occur when running headless. :)