[Bug 21259] New: Visual C++ 2005 Trial build hangs on first run after a reboot

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 5 16:22:07 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21259

           Summary: Visual C++ 2005 Trial build hangs on first run after a
                    reboot
           Product: Wine
           Version: 1.1.35
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, testcase
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Created an attachment (id=25560)
 --> (http://bugs.winehq.org/attachment.cgi?id=25560)
Shell script to download an example project, install Visual C++ 2005 trial, and
build the project.

Visual C++ can build projects from the commandline with
  devenv projectname.sln /build Debug
but oddly, the first time you try this on Wine, it hangs.
^C and rerunning fixes it.  After the ^C, you can see
  mspdbsrv.exe -start -spawn
running, so evidently the first run spawned the
pdb service but then stumbled trying to connect to it;
the second run connected fine.

I'll attach a canned script that reproduces the problem from scratch.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list