[panda-users] Forking in callback

Brendan Dolan-Gavitt brendandg at gatech.edu
Mon Mar 23 09:34:45 EDT 2015


QEMU uses pthreads, and forking a multi-threaded program is very
tricky. If you're just looking for some parallelism, you may want to
consider just spawning another thread.

What are you trying to accomplish?

-Brendan

On Mon, Mar 23, 2015 at 6:49 AM, Igor R <boost.lists at gmail.com> wrote:
> Hello,
>
> Is it legitimate to fork() in a panda callback? For some reason I get "qemu
> cond_wait operation not permitted" message.
>
> Thanks.
>
>
> _______________________________________________
> panda-users mailing list
> panda-users at mit.edu
> http://mailman.mit.edu/mailman/listinfo/panda-users
>


More information about the panda-users mailing list