[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #11 from Jesus Corrius je...@softcatala.org 2011-12-15 01:33:49 
PST ---
 Backtrace of the exception, no symbols:

 kernel32!RaiseException+0x53
 MSVCR90!_CxxThrowException+0x48
 cppuhelper3MSC!cppu::loadSharedLibComponentFactory+0x98
 bootstrap_uno!component_getFactory+0xc92f
 cppuhelper3MSC!cppu::createOneInstanceComponentFactory+0x1c49
 cppuhelper3MSC!cppu::createOneInstanceComponentFactory+0x200e
 cppuhelper3MSC!cppu::createStandardClassWithSequence+0x5bc
 cppuhelper3MSC!cppu::createStandardClassWithSequence+0xdca
 bootstrap_uno!component_getFactory+0x29d04
 bootstrap_uno!component_getFactory+0x255e1
 swlo!SwModule::GetLanguageGuesser+0x5d
 swlo!SwTOXMgr::UpdateOrInsertTOX+0x5dc1
 swlo!SwView::ExecSpellPopup+0x2b8
 swlo!SwGlossaryHdl::ExpandGlossary+0x29221
 vcllo!Window::Window+0x4c7
 vcllo!Window::LinkStubImplAsyncFocusHdl+0x1128
 vcllo!Window::LinkStubImplAsyncFocusHdl+0x11d7
 vcllo!Window::LinkStubImplAsyncFocusHdl+0x12a9
 vcllo!WorkWindow::StartPresentationMode+0x233bb
 vcllo!WorkWindow::StartPresentationMode+0x25c6b
 vcllo!WorkWindow::StartPresentationMode+0x2bd27
 vcllo!WorkWindow::StartPresentationMode+0x2bed3
 USER32!InternalCallWinProc+0x28
 USER32!UserCallWinProcCheckWow+0x151
 USER32!DispatchMessageWorker+0x327
 USER32!DispatchMessageW+0xf
 vcllo!WorkWindow::StartPresentationMode+0x4ad1
 vcllo!WorkWindow::StartPresentationMode+0x84a9
 vcllo!WorkWindow::StartPresentationMode+0x855f
 vcllo!WorkWindow::StartPresentationMode+0x85fe
 vcllo!Application::Abort+0xde
 vcllo!Application::Yield+0xd
 vcllo!Application::Execute+0x1e
 vcllo!DeInitVCL+0x42c
 vcllo!SVMain+0x1c
 sofficeapp!soffice_main+0x81
 soffice+0x12b1
 soffice+0x12d2
 kernel32!BaseProcessStart+0x23

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #12 from Caolán McNamara caol...@redhat.com 2011-12-15 01:38:43 
PST ---
hmm, SwModule::GetLanguageGuesser probably then a window failure to load the
libexttextcat eventually. A quick-fix is probably to put a try catch around 

m_xLanguageGuesser = uno::Reference linguistic2::XLanguageGuessing
(
xMgr-createInstance(
   
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(com.sun.star.linguistic2.LanguageGuessing))),
uno::UNO_QUERY );

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #13 from Caolán McNamara caol...@redhat.com 2011-12-15 03:26:58 
PST ---
$ dumpbin /exports wntmsci12.pro/bin/guesslanglo.dll
Microsoft (R) COFF/PE Dumper Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file wntmsci12.pro/bin/guesslanglo.dll

File Type: DLL

  Section contains the following exports for guesslanglo.dll

 characteristics
4EE9D0CC time date stamp Thu Dec 15 10:49:48 2011 
0.00 version
   1 ordinal base
   1 number of functions
   1 number of names

ordinal hint RVA  name

  10 1000 GetVersionInfo = _GetVersionInfo

  Summary

1000 .data
1000 .rdata
1000 .reloc
1000 .rsrc
1000 .text


the component_getFactory symbol is missing

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #14 from Caolán McNamara caol...@redhat.com 2011-12-15 03:48:29 
PST ---
Some visibility foo, I can fix it anyway with cut and paste from a working
relative :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #9 from László Németh nem...@numbertext.org 2011-12-14 14:39:05 
PST ---
This was the biggest patch in this area (popup menu of spelling mistakes), at
the same time:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=68f1b7dac7e77f68050f73c8692b8180f6e7cc65

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

László Németh nem...@numbertext.org changed:

   What|Removed |Added

 CC||nem...@numbertext.org

--- Comment #10 from László Németh nem...@numbertext.org 2011-12-14 14:51:44 
PST ---
*** Bug 43787 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #8 from Caolán McNamara caol...@redhat.com 2011-12-12 07:34:46 
PST ---
valgrind under Linux is silent on the matter, no crash or warnings there FWIW

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||e...@arcor.de

--- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-11 02:11:29 UTC ---
*** Bug 43702 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet serval2...@yahoo.fr 2011-12-10 09:24:27 UTC 
---
Could anybody attach a backtrace with symbol or some error messages ?
I don't reproduce this problem on Debian testing but since it's a Windows only
bug...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 AssignedTo|tima...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|critical|blocker
 AssignedTo|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-04 00:02:11 PST ---
[Reproducible] with Server Installation of  LibreOffice 3.5.0 Beta0  - WIN7
Home Premium (64bit) English UI
[Build:ef91e38-b1d4df6-090bcba-45cf606-05891e7], also in CALC. Right click on
misspelled word crashes when auto spell check is active.

We can not ship a release with this bug.

András:
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||37361
 Ever Confirmed|0   |1

--- Comment #4 from manj_k courrier.oou.fr@googlemail.com 2011-12-03 
11:10:14 PST ---
Confirmed via 'discussatde.libreoffice.org'
→
http://nabble.documentfoundation.org/QA-Bestatigung-fur-Bug-43422-Crash-AutoSpellcheck-td3557512.html

Modified as follows: 
Status: NEW
Blocks: 37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 CC||courrier.oou.fr.mjk@googlem
   ||ail.com

--- Comment #3 from manj_k courrier.oou.fr@googlemail.com 2011-12-02 
09:39:41 PST ---
The same crash with LibO 3.5.0 Beta0
LibreOffice 3.5.0 
Build ID: ef91e38-b1d4df6-090bcba-45cf606-05891e7
(server image, UI en-US, default user profile)

If confirmed: blocker?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #1 from manj_k courrier.oou.fr@googlemail.com 2011-12-01 
07:24:37 PST ---
Created attachment 54015
  -- https://bugs.freedesktop.org/attachment.cgi?id=54015
Text document 'multilingual en fr es.odt'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

--- Comment #2 from manj_k courrier.oou.fr@googlemail.com 2011-12-01 
07:25:59 PST ---
Created attachment 54016
  -- https://bugs.freedesktop.org/attachment.cgi?id=54016
Screenshot 'runtime_error.png'

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs