#9538 closed defect
VM aborts when calling IGuest::getProcessOutput with non infinite timeout — 於 初始版本
回報者: | Régis Desgroppes | 負責人: | |
---|---|---|---|
元件: | guest control | 版本: | VirtualBox 4.1.0 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | Linux |
描述
Context: I'm using Python bindings to vboxapi.
Everything's fine when calling IGuest::getProcessOutput with an infinite timeout (0).
The problem is that calling IGuest::getProcessOutput with a non infinite timeout (1000 ms, 10000 ms, etc.) causes the VM to abort.
Extract from VBox.log:
00:00:42.070 !!Assertion Failed!! 00:00:42.070 Expression: <NULL> 00:00:42.070 Location : /build/buildd/virtualbox-4.1.0-dfsg/src/VBox/Main/src-client/GuestCtrlImpl.cpp(1910) int Guest::notifyCtrlExecOut(uint32_t, guestControl::CALLBACKDATAEXECOUT*) 00:00:42.070 Process output status (PID=1264) does not have allocated callback data!
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能