Changes between Initial Version and Version 1 of Ticket #12593
- Timestamp:
- May 29, 2021, 11:31:08 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12593
- Property Summary AGS: Guard Duty: crash with → AGS: Guard Duty: crash with an assertion at common/rect.h:161
-
Ticket #12593 – Description
initial v1 11 11 ACTUAL RESULT: 12 12 Suddenly assertion is raised at common/rect.h:161 13 14 NOTE: 15 {{{ 16 Rect(int16 x1, int16 y1, int16 x2, int16 y2) : top(y1), left(x1), bottom(y2), right(x2) { 17 assert(isValidRect()); 18 } 19 }}} 13 20 14 21 I'm running self-built version of master branch, so I collected backtrace: