RESOLVED FIXED 188898
[iOS] Test editing/undo/replace-text-in-node-preserving-markers-crash.html crashes
https://bugs.webkit.org/show_bug.cgi?id=188898
Summary [iOS] Test editing/undo/replace-text-in-node-preserving-markers-crash.html cr...
Daniel Bates
Reported 2018-08-23 12:38:26 PDT
Steps to reproduce: Tools/Scripts/run-webkit-tests -1 --debug --no-timeout --no-retry-failures --no-sample-on-timeout --child-processes 1 --iterations 10 --batch-size 10000 --ios-simulator editing/undo/replace-text-in-node-preserving-markers-crash.html Then the test will crash. Following <https://trac.webkit.org/changeset/235149> (bug #188800) you can also reproduce this crash in WebKit2, omitting the -1 in the above command line, run: Tools/Scripts/run-webkit-tests --debug --no-timeout --no-retry-failures --no-sample-on-timeout --child-processes 1 --iterations 10 --batch-size 10000 --ios-simulator editing/undo/replace-text-in-node-preserving-markers-crash.html
Attachments
[WK1] Stacktrace (10.73 KB, text/plain)
2018-08-23 12:39 PDT, Daniel Bates
no flags
Patch (4.05 KB, patch)
2018-08-23 15:07 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2018-08-23 12:39:35 PDT
Created attachment 347947 [details] [WK1] Stacktrace Stacktrace when running the test in WebKit1.
Daniel Bates
Comment 2 2018-08-23 15:07:17 PDT
Simon Fraser (smfr)
Comment 3 2018-08-23 15:41:05 PDT
Comment on attachment 347959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347959&action=review > Source/WebCore/dom/DocumentMarker.h:129 > #if PLATFORM(IOS) I wonder if we really need these #ifdefs. Can we just stub things out on macOS?
Daniel Bates
Comment 4 2018-08-23 15:59:32 PDT
Comment on attachment 347959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347959&action=review >> Source/WebCore/dom/DocumentMarker.h:129 >> #if PLATFORM(IOS) > > I wonder if we really need these #ifdefs. Can we just stub things out on macOS? Yes, but I resisted the temptation to do that now.
Daniel Bates
Comment 5 2018-08-23 16:20:04 PDT
Comment on attachment 347959 [details] Patch Clearing flags on attachment: 347959 Committed r235256: <https://trac.webkit.org/changeset/235256>
Daniel Bates
Comment 6 2018-08-23 16:20:06 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2018-08-23 16:21:17 PDT
Note You need to log in before you can comment on or make changes to this bug.