Replies: 1 comment
-
Issue #1391 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@halx99 I've been getting random crashes in
Scheduler::update()
(Axmol 2.x), so far only while debugging. It's only happened after hitting a breakpoint, then continuing application execution, which instantly crashes at the following:I've never seen this error prior to the changes made to the
Scheduler
recently, and I can't easily reproduce the issue, which is what is stopping me from being able to create a simple test case.The only thing I can think of is that there may be code affecting the scheduler in the callback made by
entry->callback(dt);
, which somehow results in an invalid entry within_updates0List
. Is there any way that would happen with the newScheduler
implementation?I won't be too concerned about this issue unless it occurs under normal conditions without the debugger.
Beta Was this translation helpful? Give feedback.
All reactions