Changes between Version 1 and Version 2 of Ticket #10534, comment 7
- Timestamp:
- May 20, 2018, 11:50:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10534, comment 7
v1 v2 1 1 No worries :-) 2 2 3 Adding breakpoints on lines 138/139 isn't really help unfortunately, the problem is that your breakpoint triggers every time the engine does a {{{seek}}} and it seems that the {{{_handle}}} isn't immediately invalid so the first call is not relevant/interesting.3 Adding breakpoints on lines 138/139 isn't really helpful unfortunately, the problem is that your breakpoint triggers every time the engine does a {{{seek}}} and it seems that the {{{_handle}}} isn't immediately invalid so the first call is not relevant/interesting. 4 4 We are only interested in the call to {{{seek}}} when {{{_handle}}} actually is invalid. So you would have to step through all calls and find the one which triggers the assertion if you can't make the debugger you're using provide a backtrace when the assertion already has happened (weird). 5 5