http://bugs.winehq.org/show_bug.cgi?id=34588
Bug #: 34588 Summary: rpcrt4_test.exe fails to delay load secur32.dll on ARM Product: Wine Version: 1.7.2 Platform: arm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 AssignedTo: wine-bugs@winehq.org ReportedBy: Stefan.Leichter@camLine.com Classification: Unclassified
Created attachment 46063 --> http://bugs.winehq.org/attachment.cgi?id=46063 "wine rpcrt4_test.exe rpc" console log with +seh enabled
While trying to find the reason for the timeouts in my winetests runs (Tag arm-sle85276) i found that secur32.dll can not be delay loaded because of an exception in function DllMain().
The exception happens when calling the fork() function in function fork_helper() http://source.winehq.org/git/wine.git/blob/81213a88e83b19c73e244e00bffac2e40...
The console log of "wine rpcrt4_test.exe rpc" with +seh is attached.