-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
godot is freezing #2409
Comments
make a testcase and/or steps to reproduce On Sun, Aug 30, 2015 at 9:44 PM, David Paiva [email protected]
|
Thanks of the report. |
@reduz |
Try 2 things.
and paste this here (in backticks). |
The problem now seems to trigger in any string, i am trying to change this string: |
Also, it's seems always on the 3 character... The problem trigger if i copy and paste |
@slapin
|
maybe this will help:
|
Sorry, thread 1 |
ok, i tried it but it's just hang on continue... |
362 if (!p_from._ptr) |
|
Well, you did good job, thank you, but it is not informative, because you forgot backtraces. |
I can reproduce this issue here, on latest master. Hope this info helps |
by crash I mean, the editor freezes and I need to kill the process |
ni-code, it's make sense to me... since i was trying to edit a previous string and i have the costume to put "" and then typing inside. |
I'm on Windows, master branch only print("sdsd") doesn't work i cant edit the string if the string is closed I think the error appears since 319cc7e Error message: found bug? |
I'm having similar issue editing the strings inside methods. |
i've never seen this, can you make a demo scene or script that causes this On Tue, Sep 1, 2015 at 1:27 PM, Lamberto Tedaldi [email protected]
|
there is no need for a demo it happens in all projects here. I'm using last version from Github compiled on Linux, it happens in both 32 and 64 version. |
yeahm exact my problem 2015-09-01 15:01 GMT-03:00 Ignacio Etcheverry [email protected]:
David Aguiar de Aquino Paiva |
I am having the same issue. It seems like the |
Backtrace of the stack when my editor is frozen.
Jumped to frame 3 The current function that is stuck in a loop is
The loop doesn't seem to exist when the error token pops up |
merged PR On Wed, Sep 2, 2015 at 12:34 AM, Chris Rhodes [email protected]
OkamStudio |
made quick test: it works! |
Yes, that fixed the issue. Thanks! |
that's why i love godot =D 2015-09-02 9:40 GMT-03:00 Ignacio Etcheverry [email protected]:
David Aguiar de Aquino Paiva |
Looks all fine i think it can be closed. |
@draxdeveloper please close this issue |
ah, sorry >< 2015-09-03 1:45 GMT-03:00 Sergey Lapin [email protected]:
David Aguiar de Aquino Paiva |
godot is freezing, it's seems to freeze when i am typing a string as parameter in the modulate function (i don't even run the game)
Godot don't even consumes 5% of my cpu when using the script, but when freezes it's jumps to 25% and stays there.
If i kill godot the godot process hangs there (with 25%)
here is the gdb:
The text was updated successfully, but these errors were encountered: