[ros-bugs] [Bug 6646] New: Hang in advapi32:service

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed Nov 9 08:05:36 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6646

           Summary: Hang in advapi32:service
           Product: ReactOS Tests (rostests)
           Version: trunk
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Wine Tests
        AssignedTo: thfabba at gmx.de
        ReportedBy: thfabba at gmx.de
         QAContact: ros-bugs at reactos.org


Since r54315, the advapi32:service winetest hangs.

This isn't a regression, but caused by the test getting further than before.
A CreateService call with invalid parameters previously succeeded, causing
following tests to fail because the service already existed.

The hang happens in StartService (called in the test by try_start_stop) after
the following sequence (line 2161):
- service is created with valid ImagePath
- service is started
- service is stopped (but ROS fails to do so)
- ImagePath is changed to something invalid with ChangeServiceConfig
- service is started again -> hang

As I "broke" it, I'm working on fixing it.

... just so noone wastes any (more) time on this ;)


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list