Bug 43787 - Crash on Windows after right click on the blue underlined text
Summary: Crash on Windows after right click on the blue underlined text
Status: CLOSED DUPLICATE of bug 43422
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Master old -3.6
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 04:21 UTC by László Németh
Modified: 2013-12-16 00:58 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments
Valgrind log (29.71 KB, application/x-gzip)
2011-12-13 04:57 UTC, László Németh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description László Németh 2011-12-13 04:21:46 UTC
Reported by Olivier R., output of the grammar checker suggestion crashes LibreOffice on Windows. His report:

"Set paragraph to “English USA”.
Type “Here is a abbreviation”
Right click on the blue line -> crash.

Actually, right click on any spelling mistake -> crash.

When I had Grammalecte installed, I also got this mistake:

dump stuff
Fetched ImplHelper as <unohelper.ImplementationHelper instance at 0x0E3D8210>
pythonloader.Loader ctor
pythonloader.Loader.activate
pythonloader: interpreting url vnd.sun.star.expand:$BUNDLED_EXTENSIONS/dict-en/Lightproof.py
pythonloader: after expansion file:///C:/Program%20Files%20(x86)/LOdev%203.5/program/../share/extensions/dict-en/Lightproof.py
checking for existence of C:\Program Files (x86)\LOdev 3.5\share\extensions\dict-en\pythonpath.zip
adding C:\Program Files (x86)\LOdev 3.5\share\extensions\dict-en\pythonpath to sys.path
dump stuff
Fetched ImplHelper as <unohelper.ImplementationHelper instance at 0x0E3FDF30>"

This is normal loading. Handling grammar checker suggestions works well under Linux, but I will check it with Valgrind (only under Linux).
Comment 1 Olivier R. 2011-12-13 04:35:21 UTC
Thanks László:

My build is:
LOdev 3.5.0 
Build ID: f923851-95bcc5e-4c1bcb5
Comment 2 László Németh 2011-12-13 04:57:42 UTC
Created attachment 54390 [details]
Valgrind log

Valgrind log under Linux with a (Python library?) error.
Comment 3 Caolán McNamara 2011-12-13 05:01:20 UTC
valgrind and python is tricky. 

I hacked the *internal* python, i.e. --without-system-python to know about our G_SLICE hack, so if you configure under Linux with --without-system-python and then export VALGRIND=memcheck and try again then it will automatically run under valgrind and do the magic things to run the internal python in valgrind friendly mode
Comment 4 Yakov 2011-12-14 06:56:34 UTC
LibreOffice 3.5 beta1 crash on the grammar checker suggestion  with languagetool
 on Windows too.
Comment 5 Olivier R. 2011-12-14 09:08:37 UTC
I confirm that LO crash with LanguageTool when right-clicking on a grammar mistake.

And this time, I got a error message:
http://img220.imageshack.us/img220/6509/locrash.png
Comment 6 Yakov 2011-12-14 09:22:05 UTC
Output of the spell checker suggestion crashes
LibreOffice on Windows too.

    Type word with mistake.
    Right click on the red line -> crash.
Comment 7 László Németh 2011-12-14 14:51:44 UTC
It seems, this is a duplicate of Bug 43422. Many thanks for the reports. It seems, the problem is more general, maybe related to a recent patch of the spell checking popup menu: http://cgit.freedesktop.org/libreoffice/core/commit/?id=68f1b7dac7e77f68050f73c8692b8180f6e7cc65, unfortunately, I cannot check it without the Windows build.

*** This bug has been marked as a duplicate of bug 43422 ***