Mike Walker

Results 4 comments of Mike Walker
trafficstars

What is strange is that the following variation works fine ``` from kubemq.events import Sender import time import multiprocessing def some_sub_proc( ): b = Sender( "localhost:5001") print("Can has ping", flush=True)...

Interesting. Let me dig into this a little more.

I also built and ran this with gdb so I could provide the stack traces - (this is going to be long) ``` root@57ec358b1541:/dmtcp# gdb --args dmtcp_launch --new-coordinator python3 counter.py...

Closing - can no longer repro on main branch