-
Notifications
You must be signed in to change notification settings - Fork 40
Crashing after connection #43
Comments
It's not an issue with you project, but with one of your dependencies: bunt. We have already encountered similar case, it happens because Bunt kind of breaks OTP compliance and returns application master's PID as if it was top supervisor's PID (see this line). I think that bunt is dependency of Credo, so could you please add |
I've made a PR to Bunt repository, I hope this will solve the issue :) |
Good catch @arkgil |
Wow, that was a quick diagnostic. So adding the Thank you for your time.
|
@DrPandemic first of all, thank you for reporting the issue 👍 You have found a bug which we obviously haven't spotted before. I'll fix this as soon as possible, and we will release version 0.6.1. Thanks once again! ❤️ |
@DrPandemic the issue is solved now in version 0.6.1 :) Please build from 0.6.1 tag or download new version of prebuilt script. Let us know if that fixed your issue (it should, I've tested it on my machine with your |
Yes it all works. Thank you for your swift fix. You rock! |
I'm using
I'm currently developing an elixir toy project (https://github.com/DrPandemic/MasDB). When I connect erlanpl to my cluster with
./erlangpl -n foo@127.0.0.1
it generates some errors.In overview memory usage, processes and throughput are indefinitely loading. Same thing for the sup-tree page. The traffic page seems to be working correctly.
I don't know if the problem is from my project. If it's the case, do you know how I could fix it?
This tools looks amazing!
Those are the errors
The text was updated successfully, but these errors were encountered: