So here are 2 scenarios that is causing SingleStore Studio to crash.
I had SingleStore studio on my local Docker Desktop and thought it was the issue whenever I when to look at an active queries It would crash.
I tried it again on another SIngleStore Studio installed on a server this time and did the same issue no matter which Server I would connect to look at Active Queries.
Hello,
Can you please inform me about which Studio version are you running on?
Can you see any error when Studio crashes? Does it crash right after opening the Active Queries page?
Alau,
There is no known error on the Active Queries page in Studio 4.0.6. Can you please give me more information about the error so I can try to reproduce it on my side?
Can you see any error when Studio crashes? Does it crash right after opening the Active Queries page or when you click anywhere?
Can you please collect the logs on your side for us to investigate?
Studio is a JavaScript application running in a browser and as such, in order to get the logs of the application, we need to actually get the logs of the browser’s JavaScript console.
(None of this is MemSQL Studio specific, all of these steps apply to any standard browser JavaScript application)
Google Chrome
Open the JavaScript Console (Ctrl+Cmd+J on macOS, Ctrl+Shift+J on Windows/Linux, or selecting “JavaScript Console” from within “Tools” in the Chrome Menu)
Change the “Log Levels” dropdown on top to include “Verbose”:
Right click on the white space in the JavaScript Console and select “Save As” from the menu
Save the .log file somewhere
Mozilla Firefox
Open the JavaScript Console (Ctrl+Cmd+J on Mac, Ctrl+Shift+J on Windows/Linux, or selecting “Browser Console” from within “Web Developer” in the Firefox Menu, or inside the Menu Menu on macOS)
Enable the “Verbose” logging level on top:
Right click on the white space in the Console and click “Select All” from the menu
Copy everything you just selected and save it onto a text file
If you prefer to send it by email, please forward it to mvasconcelos@singlestore.com and I’ll take a look at them.
Thanks,
Marta