-
Notifications
You must be signed in to change notification settings - Fork 15
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
Crashed #292
Comments
Thanks for the report. Can you reproduce it intentionally if you try? This one looks odd, it crashed with a CSS animation, I've never seen this.
You configured the project build settings in ecode or you just did a setup from other application? Anyway given that the error is with an animation it should matter. Thanks |
I use the built-in build and run feature to call cmake and ninja (multi-steps). I actually use only the Build button since I don't want F5 = Build and Run. I don't want to run the program because I only need it to run cmake (to generate compile_commands.json). I found that if I switch between the build and run tabs and the files tab too quickly, the problem triggers. |
I wasn't able to reproduce it yet, I'll keep trying. If possible could you record a video crashing ecode? Thanks |
I have encountered this bug again today. |
I have a bunch of |
Don't worry about that. It's just a typo on a property that it's not being used. I fixed a couple of crashes on the Build Settings panel since 0.6.0, this crash is probably related and already fixed but I can't confirm. The crashes that I fixed were really easy to reproduce and very annoying. I'll to do a minor release in a few days. |
I finally was able to reproduce it. Thankfully Haiku memory allocator is quite different and reproduced the bug quite easily (it's an invalid memory access). But sadly this bug did not get into the 0.6.1, though since it's quite a bad bug I'll re-upload a patched 0.6.1 into the release packages (so if you already downloaded it, please download it again). |
I setup a C++ project to build with CMake and Ninja. Also tell CMake to generate compile commands. After completed the build to have my compile_commands.json generated, I clicked into main.cpp and it crashed.
dr.mingw report:
The text was updated successfully, but these errors were encountered: