diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-23 11:38:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-23 11:57:36 +0100 |
commit | f8b975995c5d0dc6a9fc8febba0667fe24542ad2 (patch) | |
tree | 07b01deea491b63e8dde27cf2cbb67f2c3275bdb /vcl | |
parent | 63cec254e7ce54c7f919442002187638ff5dfed1 (diff) |
afl-eventtesting: crash on undoing insert new page in impress
this is an intermittent crash in the real world but under event testing we can
see that the PaintView is informed that the page has been deleted, but doesn't
clear its use of the page if it so happens that there was earlier modification
events that caused the fire-modification-timer to be launched
If there happens to be no such events then the page is correctly cleared
If the timer is active, then the page is not cleared, but eventually the
timer will fire and access the deleted page and fall over and die
minimal change for backporting ease, follow ups now
Change-Id: I090ad62cc175545902574c93dec7082225d97ab7
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 | bin | 0 -> 196 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 Binary files differnew file mode 100644 index 000000000000..e6639bab1b85 --- /dev/null +++ b/vcl/qa/afl-eventtesting/eventtesting.impress.crash-3 |