CpupSyscallStub is what I See for all threads, in Windbg I can switch to 32-bit mode and get the real threads.
How do I do this in VS2010?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How did you take this process dump? via Task Manager (taskmgr)?
If so, it is a 64-bit dump of a 32-bit process and these cannot be debugged with Visual Studio 2010, and there is no way to switch the architecture.
Try retaking the dump using Visual Studio or WinDbg or ADPlus.
You can read more about types of dumps, etc. @ MiniDumpWriteDump (http://msdn.microsoft.com/en-us/library/ms680360(VS.85).aspx)