https://bz.apache.org/ooo/show_bug.cgi?id=128261

--- Comment #7 from StevenJonKaplan <stevenjonkap...@gmail.com> ---
After additional research I have found the precise character which causes the
crash.  Below is a sufficient snippet to crash every time when you click on
"Spelling and Grammar"--be sure you say "yes" to continue through the document
if it asks if you want to start again at the beginning.  This should be entered
as a single line with no spaces or separations; it shows three lines on this
forum but it is one continuous line:

<p><li class="nav"><a
href="https://www.marketwatch.com/story/pimco-says-timing-for-next-recession-delayed-but-central-banks-will-have-less-firepower-to-fight-it";></a></li></p>

In order for it not to crash, all I have to do is remove a single character: 
the t prior to the second double-quote, as follows:

<p><li class="nav"><a
href="https://www.marketwatch.com/story/pimco-says-timing-for-next-recession-delayed-but-central-banks-will-have-less-firepower-to-fight-i";></a></li></p>

The above snippet will not crash "Spelling and Grammar".

Notice that the URL I used is a real one, not something I invented.

So there must be an issue related to the specific combination of characters.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to