DynamoRIO / DynamoRIO/drmemory
HANG natively in NtUserTests.SystemParametersInfoA on win7
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on January 06, 2012 10:51:09_
on my laptop the test NtUserTests.SystemParametersInfoA hangs at the newly added call to SPI_SETNONCLIENTMETRICS. this happens natively too: it hangs inside the extra syscall from uxtheme:
0:000> kn
# ChildEBP RetAddr
00 00fced24 750b6bc6 USER32!NtUserSystemParametersInfo+0x15
01 00fcf240 73996e9f USER32!RealSystemParametersInfoA+0x4fe
02 00fcf2ec 7399eb8f uxtheme!_InternalSystemParametersInfo+0x2c
03 00fcf314 750b6c70 uxtheme!ThemeSystemParametersInfoA+0x43
04 00fcf35c 00404676 USER32!SystemParametersInfoA+0x57
05 00fcf538 00450a36 app_suite_tests!NtUserTests_SystemParametersInfoA_Test::TestBody+0x186 [c:\src\drmemory\git\src\tests\app_suite\ntuser_tests_win.cpp @ 49]
yet it works on my win7 desktop and on the win7 bots
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=735_
Contributor guide
Assessment
This issue has not been assessed yet.