访问winedbg进程看看发生了什么
我是一名 Java 开发人员。 Wine(版本1.2)是由IT 设置的。我有一个在 Linux 机器上运行的多线程 java 进程,它使用 wine 来调用 Windows 进程。有时我的 java 进程会挂起。我在记录中没有看到任何错误或任何错误的指示,但我确实看到了一个 winedbg 进程:
8673 ? SN 0:00 winedbg --auto 244 684
我还看到了这些其他 wine 进程:
5873 ? SNs 94:31 ~/apps/wine-1.2/bin/wineserver
5879 ? SNl 0:00 C:\windows\system32\services.exe
5881 ? SNl 0:00 C:\windows\system32\winedevice.exe MountMgr
6507 ? SNl 0:03 C:\windows\system32\rpcss.exe
23679 ? SNs 0:00 C:\windows\system32\explorer.exe /desktop
我已经做了一些谷歌搜索,并且 winehq 有一些关于使用调试器的文档,但是我不知道什么适用于我的情况。
我怎样才能看到挂了什么酒?
I'm a java developer. Wine (version 1.2) was set up by IT. I have a multithreaded java process running on a linux box that uses wine to call out to windows processes. Occasionally my java process will hang. I don't see any errors or indication in my logging of anything wrong, but I do see a winedbg process:
8673 ? SN 0:00 winedbg --auto 244 684
I also see these other wine processes:
5873 ? SNs 94:31 ~/apps/wine-1.2/bin/wineserver
5879 ? SNl 0:00 C:\windows\system32\services.exe
5881 ? SNl 0:00 C:\windows\system32\winedevice.exe MountMgr
6507 ? SNl 0:03 C:\windows\system32\rpcss.exe
23679 ? SNs 0:00 C:\windows\system32\explorer.exe /desktop
I've done a bit of googling and winehq has some documentation on using the debugger but I'm not seeing what I would apply to my situation.
How can I see what wine got hung up on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论