-
Notifications
You must be signed in to change notification settings - Fork 159
IDE crashes at .anf file creation #891
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
Comments
The analysis tool was reimplemented in 6.0, so this no longer applies. We do have plans to look at Nix in the near future though. |
In case you're interested how I had used omnetpp-5.6.2 with Nix, this is the derivation used: https://gitlab.com/schmittlauch/omnetpp-nix/-/tree/a296e4f5501e6fd835a07f62858f515c92117511 For building omnetpp-6.x this needs further enhancement, though. |
Yes, it should be an excellent starting point, thank you for sharing! |
I experience the same issue as described here with OMNeT++ Version 6.0.1 using Arch Linux. I include the error message and file below:
|
We have since identified multiple upstream issues causing crashes: |
See a possible workaround to the current crash here: eclipse-platform/eclipse.platform.swt#697 (comment) |
Hi, |
A workaround for the crash was implemented in the 5.7.x, 6.0.x and master branch. |
Can you point me to your workaround? |
It was just |
Platform
Describe the bug
When trying to analyse simulation results, the omnetpp IDE crashes: After double clicking the result
.vec
file and creating an.anf
file, the IDE crashes with the following error:The error report file: hs_err_pid528712.log
The backtrace from the coredump file isn't really helpful:
I still need to figure out how to compile all necessary packages with debug symbols.
To Reproduce
These are the problematic simulation data files (please remove the
.txt
suffix):spi.anf.txt
spi-graph=graphs#2fspi.txt.edges-#0.sca.txt
spi-graph=graphs#2fspi.txt.edges-#0.vec.txt
omnetpp is being built reproducibly using Nix, the exact build definitions are available on request (I assume none of you is familiar with Nix anyways). The problem appears when creating a new
.anf
file from the.vec
file in the omnetpp IDE.Before finally crashing, such a
.anf
file is indeed generated. When opening the IDE again and trying to open that file, omnetpp reproducibly crashes again.The text was updated successfully, but these errors were encountered: