You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/env python3
#-*-coding: utf-8-*-
for i in range(1000000):
print(i)
After the profile result lots_of_prints.profile.bin was generated, I used runsnake to open it. This time runsnake did not crash.
The previous test was similar, except that the Python code was complicated and used some heavy resources like GPU (Sorry that I can not show the code and the core file here, since they're stuff of my company).
I compared this test with the previous one, and found the differences:
/
Previous test
This test
Running environment of the profiled program
In a docker container
In the physical machine where runsnake is installed
Program
Complicated, with lots of 3rd-party dependencies, using heavy resources like GPU
Platform
Ubuntu 18.04 LTS
How to install
Some logs that may be helpful:
How to run
And then loaded a profile file by clicking
File
->Open Profile
, butrunsnake
crashed immediately and I got the error as below:My questions
Is it because "
There are some problems on Linux due to some gtk3 library issues
"? Any way to solve this problem?Thanks!
The text was updated successfully, but these errors were encountered: