-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix case_clause error #1666
Fix case_clause error #1666
Conversation
This fixes the following errors when running `observer:start()` ``` (rabbit@shostakovich)23> observer:start(). {error,{{case_clause,[]}, [{observer_pro_wx,init_table_holder,3, [{file,"observer_pro_wx.erl"},{line,466}]}]}} ```
How have you managed to get an empty list there? |
🤷♂️ I'm not sure, I only reported what I saw and what I changed to fix it. I should have been more complete when reporting my environment -
What is interesting is that I can no longer reproduce this issue so there must have been an update to |
This have nothing to do with graphics it is just erlang code, so it should not depend on wx. I can only see it happen if you manually edit the config file... or if you "beta" tested and |
I am currently experiencing this on my machine. I am installing erlang through |
okay, I found the file and renamed it. Now it works. Let me know if you would like more information on this. |
So I must be missing something, I thought I added the "config file" functionality in OTP-20, |
This fixes the following error when running
observer:start()