访问winedbg进程看看发生了什么

发布于 2024-11-09 17:04:42 字数 683 浏览 3 评论 0原文

我是一名 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文