[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Crash after when io.poep is used
- From: Sudheer Hebbale <sudheerhebbale@...>
- Date: Thu, 2 Feb 2023 22:52:19 +0530
The issue seems to be with popen causing the event loop (libev) to be break.
With that the main thread running the event loop thinks goes ahead with cleanup and gc activities, leading to reading of memory that is already freed etc... by other(worker) threads.
Will debug this further in that direction.
Thanks for the inputs, appreciate it
Sudheer