Changes between Initial Version and Version 1 of Ticket #12593


Ignore:
Timestamp:
05/29/21 23:31:08 (3 years ago)
Author:
lolbot-iichan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12593

    • Property Summary AGS: Guard Duty: crash withAGS: Guard Duty: crash with an assertion at common/rect.h:161
  • Ticket #12593 – Description

    initial v1  
    1111ACTUAL RESULT:
    1212Suddenly assertion is raised at common/rect.h:161
     13
     14NOTE:
     15{{{
     16        Rect(int16 x1, int16 y1, int16 x2, int16 y2) : top(y1), left(x1), bottom(y2), right(x2) {
     17                assert(isValidRect());
     18        }
     19}}}
    1320
    1421I'm running self-built version of master branch, so I collected backtrace: