rustyio / sync

On-the-fly recompiling and reloading in Erlang. Code without friction.
MIT License
748 stars 163 forks source link

Impossible to debug sync_scanner #93

Open Virviil opened 3 years ago

Virviil commented 3 years ago

I have sync falling into infinity loop somehow.

it moves to

sys:get_state(sync_scanner).

returns with timeout, while

sys:get_state(sync_scanner, infinity).

hangs forever.

Actually I don't know how to provide more info while i cant get any information from sys module