-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
winword hangs at startup #35
Comments
There exists some issues with AppV packages because AppV engine is no reentrant in some scenarios. |
hi @mxmauro, thanks for the reply. |
Let us see. BTW: Did you use your compiled dlls? If yes please send me the pdb files. |
No, If I am not mistaken, I am using the pre-compiled dlls. |
hi @mxmauro , could you please update? |
hi @mxmauro, Please find below link for dumps for winword hang while startup & saving the file. The zip file included pdb files of deviare dlls. https://drive.google.com/open?id=13mzwPDeaJnYz_24m0ANSYxoSxuFPbO9X |
Hi @vlucky The problem is something known: AppV subsystem uses by some versions of Office products hooks several native APIs and the code is non-reentrant. Deviare2 generates some routines to make the syscall directly (see https://github.com/nektra/Deviare2/blob/802333b44b5bafc27d64a7d5dcf6ce4387b0d5a1/Source/Common/DynamicAPIs.cpp) but they must be ported to Deviare In-Proc too. |
Hi @mxmauro, recently powerpoint getting hanged when trying to "save as" edited file in network drive. dump file can be found in the following location. I am not sure this is just timing issue or same problem with AppV subsytem. But anyway, could you please guide me to do it my self those modifications to fix the issues caused by AppV sub system (like porting function to deviare In-Proc). Thanks. |
Hi @vlucky can you upload the .pdb files of your build? |
below are the .pdb files |
Hi @vlucky , I cannot see Deviare2 involved in the issues. The only threads were Deviare appears, are worker threads used for communication and the main Deviare thread. |
Hi @mxmauro, thanks for the reply.
Thanks. |
hi,
Today I observed winword.exe hangs at the startup (after showing splash screen, Not responding) while opening file.
OS: windows 10 64-bit v1709 (Build 16299.309)
Office version: office 2016
I was able to take the hang dump. please find the link below.
https://drive.google.com/open?id=1Ng1omYZcRowatnPCNcVZhgCJviYZUFgz
Please let me know, if you need additional information.
The text was updated successfully, but these errors were encountered: