Opened 13 years ago
Last modified 8 years ago
#9538 closed defect
VM aborts when calling IGuest::getProcessOutput with non infinite timeout — at Initial Version
| Reported by: | Régis Desgroppes | Owned by: | |
|---|---|---|---|
| Component: | guest control | Version: | VirtualBox 4.1.0 |
| Keywords: | Cc: | ||
| Guest type: | Windows | Host type: | Linux |
Description
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!
Note:
See TracTickets
for help on using tickets.

