-
Notifications
You must be signed in to change notification settings - Fork 36
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
Threadscope crashes #49
Comments
Thank you for the report. How much memory did it actually consume before crashing? This commit message reminds me TS was tested with large eventlogs: but I don't remember if I also tested exporting a png with them or not. In any case, your eventlog may be denser than these in some respects (e.g., generated with different GHC options) or perhaps TS became more memory hungry since that time. In case anybody tries to debug the problem, is it possible to regenerate any of your example eventlogs easily? |
Hard to say how much it consumed before crashing. It was consuming over 2G before I zoomed in and it crashed with "out of memory". I can't supply the code that is generating the problem. I can supply the actual log if that helps. |
Yep, if that's not a problem, that would be very helpful for whomever ventures to fix the memory usage (volunteers are very welcome; debugging Haskell is fun (comparatively, anyway:)). |
It seems to be a problem on my macbook only. On an ubuntu machine it works albeit taking up well over 3G. It also took about 30 seconds to load a 100M log. I am going to close this; I suspect it will forever remain one of life's great unsolved mysteries. |
I've just had this issue on an eventlog that isn't even a single megabyte in size. This looks to be exactly the same as #50 as well. |
With larger event logs this happened when zooming in. With this actual event log it happens when I try to export a png.
The text was updated successfully, but these errors were encountered: