[Bug 38896] New: msvcp120/Concurrency/InitializeSystemFunctionPointers throws Concurrency::scheduler_resource_allocation_error
https://bugs.winehq.org/show_bug.cgi?id=38896 Bug ID: 38896 Summary: msvcp120/Concurrency/InitializeSystemFunctionPointers throws Concurrency::scheduler_resource_allocation_error Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcp Assignee: wine-bugs(a)winehq.org Reporter: slifeleaf(a)gmail.com Distribution: --- Created attachment 51831 --> https://bugs.winehq.org/attachment.cgi?id=51831 crash stack trace Well, as the title says, statically linked msvcrt v120 throws Concurrency::scheduler_resource_allocation_error exception. Trace attached Any tips, workarounds to avoid the issue would be appreciated -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 Daniel <slifeleaf(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slifeleaf(a)gmail.com Version|unspecified |1.7.46 Distribution|--- |Ubuntu -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 --- Comment #1 from Daniel <slifeleaf(a)gmail.com> --- Hm.. not important? The workaround is to use WinAPI as much as possible, instead of new C++ features -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 Daniel <slifeleaf(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #2 from Daniel <slifeleaf(a)gmail.com> --- don't care anymore -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello Daniel, what's the point of creating bug reports and dismissing them shortly thereafter? You didn't provide enough information for investigation hence no one cared. A download/test application would have been helpful. 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 --- Comment #4 from Daniel <slifeleaf(a)gmail.com> --- Hello Anastasius, Sorry, but I really don't know how much information would be enough. An application throws an exception as long as concurrency functionality being accessed via std::call_once - in my case (you can see the full crash trace in the attachment). I'll create and attach a tiny test application which will throw the same exception, hope this will help. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 --- Comment #5 from Daniel <slifeleaf(a)gmail.com> --- Created attachment 52219 --> https://bugs.winehq.org/attachment.cgi?id=52219 Test application source code Test application source code - so anyone could compile and test -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 --- Comment #6 from Daniel <slifeleaf(a)gmail.com> --- Created attachment 52220 --> https://bugs.winehq.org/attachment.cgi?id=52220 Just a tiny compiled applcation to reproduce the issue -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase Resolution|ABANDONED |DUPLICATE --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello Daniel, I can't reproduce this. --- snip --- $ wine ./TestApplication.exe invoking call_once fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:advapi:RegisterTraceGuidsW (0x424c23, (nil), {f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x4402c0, (null), (null), 0x444ea8): stub fixme:advapi:RegisterTraceGuidsW register trace class {72b14a7d-704c-423e-92f8-7e6d64bcb92a} fixme:advapi:RegisterTraceGuidsW register trace class {e2091f8a-1e0a-4731-84a2-0dd57c8a5261} fixme:advapi:RegisterTraceGuidsW register trace class {e8a3bf1f-a86b-4390-9c60-5390b969d22c} fixme:advapi:RegisterTraceGuidsW register trace class {5727a00f-50be-4519-8256-f7699871fecb} fixme:advapi:RegisterTraceGuidsW register trace class {7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c} fixme:advapi:RegisterTraceGuidsW register trace class {79a60dc6-5fc8-4952-a41c-1163aeec5eb8} fixme:advapi:RegisterTraceGuidsW register trace class {2718d25b-5bf5-4479-8e88-babc64bdbfca} fixme:process:GetNumaHighestNodeNumber (0x33fc60): semi-stub we are inside call_once functor input anything to close the program <enter> --- snip --- $ wine --version wine-1.7.50 Reverted to Wine 1.7.46 -> same output If the Windows version of the WINEPREFIX is set to 'Windows 7', a C++ exception is indeed thrown with Wine 1.7.46 which is bug 37306 Changing the default Windows version is an important detail which must be stated when reporting a bug. $ sha1sum TestApplication.exe e558a57d747f7e89473254b91b4b58ab243bea7c TestApplication.exe $ du -sh TestApplication. 272K TestApplication.exe Regards *** This bug has been marked as a duplicate of bug 37306 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38896 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org