-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LanguageTool 5.6 causes LibreOffice Writer to crash #6412
Comments
|
@GerryT11 The bug occurs only, if writer is opened with an empty document, and after that a real document is loaded (This depends on the used machine. I count to four, open the document, and LO crashes. If you are opening very fast the document, no new XComponent is generated - LT and LO don't recognize the document as new - and LO doesn't crash). |
|
Maybe there is also a relation to issue #6390. LO seems to have a serious problem with gtk3. |
|
I could reproduce the bug described at #6390. I opened LibreOffice from the console. As fast as possible, I opened and close the same document. After five or six times, a second menubar appears and LO crashes. I got the following console output: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". (soffice:195767): Gdk-WARNING **: 18:45:58.075: XSetErrorHandler() called with a GDK error trap pushed. Don't do that. (soffice:195767): GLib-CRITICAL **: 18:46:31.638: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.639: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.692: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.693: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.693: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.693: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.695: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.696: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed (soffice:195767): GLib-CRITICAL **: 18:46:31.697: g_hash_table_iter_next: assertion 'ri->version == ri->hash_table->version' failed Fatal exception: Signal 11 The bug happens also in the libjava_uno.so. So, there should be a relation, I think. @GerryT11 Could you please add this to your conversation in LibreOffice Bugzilla? Thank you, Fred |
|
I also experienced, but only the first part of the error, posted by Fred Cruse above when I start libre (soffice:195767): Gdk-WARNING **: 18:45:58.075: XSetErrorHandler() called with a GDK error trap pushed. Don't do that. |
|
Stephan Bergman from the LibreOffice team has started working on the bug at the side of LibreOffice. He committed a first patch, but another patch will be necessary to fix the issue. See comments 14-17 in https://bugs.documentfoundation.org/show_bug.cgi?id=147668 |
|
The LibreOffice bug is now fixed, too! https://bugs.documentfoundation.org/show_bug.cgi?id=147668 |
|
I'm closing the issue as resolved. If necessary, please open a new one with the current versions (LO and LT). |
I experience LibreOffice Writer 7.2.5 / 7.3.0 crashes when the LanguageTool 5.5 / 5.6 extension is active. The crashes happen shortly after a document has loaded.
I filed a bug in the LibreOffice bug tracker with detailed information: https://bugs.documentfoundation.org/show_bug.cgi?id=147668
A LibreOffice developer confirmed that LanguageTool triggers the crashes and LibreOffice cannot deal with it. Thus, both, LanguageTool and LibreOffice seem to have bugs that cause the crashes.
Particularly the comments 5 and 6 of the bug report should contain valuable information to trace the bug as well as the attachment of comment 7.
System: Ubuntu 21.10 with LibreOffice (see details in the bug report mentioned above)
The text was updated successfully, but these errors were encountered: