[Bug 49043] iLok License Manager daemon 'LDSvc.exe' crashes on startup (PACE copy protection spuriously fails to get/set thread context of newly created threads)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 29 04:58:56 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49043

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |e5a9c256ce08868f65ed730c00c
                   |                            |f016a97369ce3
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

this looks fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/e5a9c256ce08868f65ed730c00cf016a97369ce3
("server: Don't try to synchronize system registers on not initialized threads
in get_thread_context request.")

Thanks Jacek

Since the service is auto-start service, 'wineboot' can be used.

--- snip ---
$ wineserver -k

$ for i in {1..100} ; do echo "try $i" ; WINEDEBUG=+server wineboot 2>&1 | grep
"get_thread_context() = ACCESS_DENIED" ; wineserver -w ; done
--- snip ---

No failures to fetch thread context after the commit.
There is still crash in the service but that's a different issue.

$ wine --version
wine-5.7-97-g7ccc45f754

Regards

-- 
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