Opened 11 years ago
Closed 8 years ago
#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 (1)
Change History (2)
by , 11 years ago
comment:1 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Note:
See TracTickets
for help on using tickets.
Demonstrate bug defined by this ticket.