Closed renatahodovan closed 11 years ago
This seems to be the same issue #21. If you run it in release mode you will also get this same stack trace, and If you manage to run this in debug mode you will get the same ASSERTION FAILED: backingStore, in CoordinatedGraphicsScene.cpp, which is the root cause of the segfault here.
I am gonna try again to investigate that.
Wasn't this fixed in https://bugs.webkit.org/show_bug.cgi?id=122565 ? Should we close it?
Yup, that patch fixed issues #21 and #29. I was waiting for us to get that commit through today's merge to close it, but feel free to go ahead and close them now :)
Aye aye Sir!
Closing as https://bugs.webkit.org/show_bug.cgi?id=122565 was merged.
Crash happens with quite long inner text in
<dt>
tags. The crash is reproducible with the following test. It contains 5045 'A' characters (this is the minimum number of characters that we need to get the crash):The backtrace (it's generated with release build since debug is broken right now):