lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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