https://bugs.winehq.org/show_bug.cgi?id=49295
Bug ID: 49295 Summary: Prefix creation freezes Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Keywords: regression Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gijsvrm@gmail.com CC: julliard@winehq.org Regression SHA1: 8a63b688ac49f19c259066fd100407edf3747f95
After last night's commits, prefix creation freezes. It happens when the wine-mono popup shows, you can't click cancel and the window is frozen.
Bisection revealed:
8a63b688ac49f19c259066fd100407edf3747f95 is the first bad commit commit 8a63b688ac49f19c259066fd100407edf3747f95 Author: Alexandre Julliard julliard@winehq.org
ntdll: Move fd cache functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
Resetting to e6e2f2325a0a4eb14f10dd6df319b068761e9600 fixes the issue and re-applying the aforementioned commit shows the issue again.
https://bugs.winehq.org/show_bug.cgi?id=49295
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- My bisection had the wrong commit message, commit sha1 was correct. (Copy and paste error)
This is the correct result:
8a63b688ac49f19c259066fd100407edf3747f95 is the first bad commit commit 8a63b688ac49f19c259066fd100407edf3747f95 Author: Alexandre Julliard julliard@winehq.org
ntdll: Move server initialization functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=49295
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Is that really new? I can only reproduce this with a 64-bit clang build, but it happens before that commit too. It looks like a variant of bug 48297.
https://bugs.winehq.org/show_bug.cgi?id=49295
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to Alexandre Julliard from comment #2)
Is that really new? I can only reproduce this with a 64-bit clang build, but it happens before that commit too. It looks like a variant of bug 48297.
yes, I can't reproduce with the commit before and I'm building with mingw.
https://bugs.winehq.org/show_bug.cgi?id=49295
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Created attachment 67299 --> https://bugs.winehq.org/attachment.cgi?id=67299 Missing init
I guess it's Mac-specific then. Does this help?
https://bugs.winehq.org/show_bug.cgi?id=49295
--- Comment #5 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to Alexandre Julliard from comment #4)
Created attachment 67299 [details] Missing init
I guess it's Mac-specific then. Does this help?
I created a prefix about 10 times and did not encounter to issue, so it does seem to fix it.
https://bugs.winehq.org/show_bug.cgi?id=49295
Gcenx gcenx83@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gcenx83@gmail.com
--- Comment #6 from Gcenx gcenx83@gmail.com --- I can confirm this bug freezing on prefix creation for me everytime.
After applying the provided patch the issue was resolved
https://bugs.winehq.org/show_bug.cgi?id=49295
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |704975f58d7947721f530d20202 | |2721c16df466a Status|NEW |RESOLVED
--- Comment #7 from Gijs Vermeulen gijsvrm@gmail.com --- Fixed by: 704975f58d7947721f530d202022721c16df466a
Thanks for the quick fix Alexandre!
https://bugs.winehq.org/show_bug.cgi?id=49295
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.10.