DynamoRIO / DynamoRIO/drmemory

unknown syscalls in net_unittests URLRequestTestHTTP.ProxyTunnelRedirectTest

Open
#384 0 comments 0 reactions 0 assignees View on GitHub
Migrated OpSys-Windows Priority-Medium
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 May 05, 2011 09:49:09_

split from issue #98 focusing here on unknown syscalls in net_unittests URLRequestTestHTTP.ProxyTunnelRedirectTest

/usr/bin/time ~/drmemory/git/build_drmemory/bin/drmemory.exe -batch -debug -dr c:/src/dr/git/exports -- ./net_unittests.exe --gtest_filter="URLRequestTestHTTP.ProxyTunnelRedirectTest"

should set mc.pc for syscall events so can get top frame!
=> DRi#442
then we have:
% grep -A 5 '\s+0x\S+ \S+ |\1 |sg' | sort | uniq
system call 0x1002 USER32.dll!NtUserCallOneParam
system call 0x1005 USER32.dll!NtUserCallNoParam
system call 0x100a USER32.dll!NtUserGetDC
system call 0x1022 USER32.dll!NtUserGetProcessWindowStation
system call 0x1042 USER32.dll!NtUserSystemParametersInfo
system call 0x105d GDI32.dll!NtGdiHfontCreate
system call 0x1064 USER32.dll!NtUserGetWindowDC
system call 0x106c USER32.dll!NtUserGetObjectInformation
system call 0x10b1 GDI32.dll!NtGdiCreatePatternBrushInternal
system call 0x10b8 GDI32.dll!NtGdiCreateSolidBrush
system call 0x10ff USER32.dll!NtUserGetGUIThreadInfo
system call 0x120f GDI32.dll!NtGdiGetDeviceCaps
system call 0x12c ntdll.dll!ZwQuerySystemInformationEx
system call 0x138 ntdll.dll!ZwReleaseWorkerFactoryWorker
system call 0x161 ntdll.dll!ZwSetInformationWorkerFactory
system call 0x181 ntdll.dll!ZwTraceControl
system call 0x18d ntdll.dll!NtWaitForWorkViaWorkerFactory
system call 0x190 ntdll.dll!NtWorkerFactoryWorkerReady
system call 0x19c ntdll.dll!ZwWow64GetCurrentProcessorNumberEx
system call 0x19d ntdll.dll!NtWow64GetNativeSystemInformation
system call 0x1a1 ntdll.dll!NtWow64WriteVirtualMemory64
system call 0x2045 KERNEL32.dll!GetConsoleLangId
system call 0x2045 ntdll.dll!NtResumeThread
system call 0x2045 ntdll.dll!ZwWaitForSingleObject
system call 0x3003 KERNEL32.dll!NtWow64CsrBasepCreateProcess
system call 0x3009 KERNELBASE.dll!NtWow64CsrBasepCreateThread
system call 0x3009 ntdll.dll!ZwTestAlert
system call 0x300a KERNEL32.dll!NtWow64CsrBasepCreateActCtx
system call 0x300e KERNELBASE.dll!NtWow64CsrBasepNlsGetUserInfo
system call 0xac ntdll.dll!ZwCreateWorkerFactory

_Original issue: http://code.google.com/p/drmemory/issues/detail?id=384_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.