Ticket #12127 (closed defect: obsolete)
Locking in xpcom call when using vboxapi in forked multiprocessing process after making a call in the main parent process.
Reported by: | Mick | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 4.2.18 |
Keywords: | vboxapi python | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
Locking in xpcom call when using vboxapi in forked multiprocessing process after making a call in the main parent process. This bug occurs if you have used the manager to talk to VirtualBox in the main process followed by trying to use the manager in a forked process.
I have attached a Python script to demonstrate this bug. Looks like the vboxapi has some unrecoverable module global state?
Attachments
Change History
comment:1 Changed 7 years ago by aeichner
- Status changed from new to closed
- Resolution set to obsolete
Please reopen if still relevant with a recent VirtualBox release.
Note: See
TracTickets for help on using
tickets.
Demonstrate bug defined by this ticket.