[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Mike Kaganski  changed:

   What|Removed |Added

   Keywords|notBibisectable |
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #68 from Mike Kaganski  ---
https://gerrit.libreoffice.org/c/core/+/164068

FTR: for me, it was important that non-Unicode language is also set to the
Norwegian (Bokmål) before the problem could be reproduced.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #67 from Mike Kaganski  ---
As expected: regression after commit ed259e5efe432386b54c553cbc644b3b64976852.

The hang / crash appears in the boost::locale::generator::operator()
(https://opengrok.libreoffice.org/xref/core/unotools/source/i18n/resmgr.cxx?r=dcea29c2#205),
when trying to instantiate "en-US.UTF8" locale, which is actually not defined
on Windows. Interesting is the text before that point, explaining some problems
with "invalid locale", and installing hooks to intercept the problems.

Despite the precautions, the problem results in a crash in CRT, which gets
intercepted by our crashreport service. And it also tries to use the CRT, which
is in a hung state, so everything is locked to death.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #66 from SSamiK  ---
Well look at that. Can confirm!  
I did the same thing and it works.

I  even gave the two other their names back and it still works with just
renaming Lightproof.components

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #65 from Buovjaga  ---
(In reply to SSamiK from comment #64)
> Confirmed. 
> 
> 
> C:\Program Files\LibreOffice\share\extensions\dict-en\Lightproof.old
> C:\Program Files\LibreOffice\share\extensions\dict-en\pythonpath-old
> 
> And you are not seeing LightProof in Tools - Options - Languages and Locales
> - Writing Aids?
>  
> Not seeing LightProof in Writing Aids.

Ok, I tested it now and the only thing you need to rename is
Lightproof.components. If I do it, I can use the file dialog.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #64 from SSamiK  ---
Confirmed. 


C:\Program Files\LibreOffice\share\extensions\dict-en\Lightproof.old
C:\Program Files\LibreOffice\share\extensions\dict-en\pythonpath-old

And you are not seeing LightProof in Tools - Options - Languages and Locales -
Writing Aids?

Not seeing LightProof in Writing Aids.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #63 from Buovjaga  ---
(In reply to SSamiK from comment #62)
> And it is confirmed it is in LightProof the error resides? 
> I have tried renamed LightProof.py and associated folder and the same error
> still occurs.

See comment 41, it is confirmed.

Can you confirm that you renamed all of these:

C:\Program Files\LibreOffice\share\extensions\dict-en\Lightproof.py
C:\Program Files\LibreOffice\share\extensions\dict-en\pythonpath

And you are not seeing LightProof in Tools - Options - Languages and Locales -
Writing Aids?

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #62 from SSamiK  ---
And it is confirmed it is in LightProof the error resides? 
I have tried renamed LightProof.py and associated folder and the same error
still occurs.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #61 from Buovjaga  ---
(In reply to SSamiK from comment #60)
> It would probably be helpful if more people could produce a minudump. 
> 
> See
> https://wiki.documentfoundation.org/
> How_to_get_a_backtrace_with_WinDbg#Producing_a_mini_dump 
> 
> Instructions to install Windbg is in the same page. 
> I was not able to do a debugging run as Windbg would not attach to
> soffice.exe for whatever reason.

Not sure, if that's a useful way to spend time. The problem source is know, it
is in LightProof, so its Python code should be examined and the actual problem
discovered. I'm not sure how to do it except removing bits until things work...

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #60 from SSamiK  ---
It would probably be helpful if more people could produce a minudump. 

See
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg#Producing_a_mini_dump
 

Instructions to install Windbg is in the same page. 
I was not able to do a debugging run as Windbg would not attach to soffice.exe
for whatever reason.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #59 from Torstein  ---
I have the same problem on two different PCs, one with Win 10 and one with Win
11. Both with Norwegian set as language.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #58 from SSamiK  ---
I think I might have the same issue. Also Norwegian OS/Locale 

I have made a WinDBG MiniDump 

Loading Dump File [C:\soffice.bin_240221_135559.dmp]
Comment: '
*** procdump64.exe  soffice.bin -h
*** Hung window detected: 13093c'
User Mini Dump File: Only registers, stack and portions of memory are available

WARNING: Whitespace at end of path element

* Path validation summary **
Response Time (ms) Location
Deferred   CACHE*C:\symbols
Deferred  
SRV*https://dev-downloads.libreoffice.org/symstore/symbols
WARNING: Whitespace at end of path element
Symbol search path is:
CACHE*C:\symbols;SRV*https://dev-downloads.libreoffice.org/symstore/symbols;SRV*https://msdl.microsoft.com/download/symbols

Executable search path is: 
Windows 10 Version 19045 MP (4 procs) Free x64
Product: WinNt, suite: SingleUserTS Personal
Edition build lab: 19041.1.amd64fre.vb_release.191206-1406
Machine Name:
Debug session time: Wed Feb 21 13:55:59.000 2024 (UTC + 1:00)
System Uptime: not available
Process Uptime: 0 days 0:00:19.000



Loading unloaded module list
.
For analysis of this file, run !analyze -v
ntdll!NtWaitForSingleObject+0x14:
7ffe`0de2d064 c3  ret
0:000> !analyze -v
***
* *
*Exception Analysis   *
* *
***


KEY_VALUES_STRING: 1

Key  : Analysis.CPU.mSec
Value: 27671

Key  : Analysis.DebugAnalysisManager
Value: Create

Key  : Analysis.Elapsed.mSec
Value: 88788

Key  : Analysis.Init.CPU.mSec
Value: 14984

Key  : Analysis.Init.Elapsed.mSec
Value: 610778

Key  : Analysis.Memory.CommitPeak.Mb
Value: 551

Key  : Timeline.Process.Start.DeltaSec
Value: 19

Key  : WER.OS.Branch
Value: vb_release

Key  : WER.OS.Timestamp
Value: 2019-12-06T14:06:00Z

Key  : WER.OS.Version
Value: 10.0.19041.1

Key  : WER.Process.Version
Value: 73.2.0.0


FILE_IN_CAB:  soffice.bin_240221_135559.dmp

COMMENT:  
*** procdump64.exe  soffice.bin -h
*** Hung window detected: 13093c

NTGLOBALFLAG:  0

PROCESS_BAM_CURRENT_THROTTLED: 0

PROCESS_BAM_PREVIOUS_THROTTLED: 0

APPLICATION_VERIFIER_FLAGS:  0

EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 
   ExceptionCode: 8003 (Break instruction exception)
  ExceptionFlags: 
NumberParameters: 0

FAULTING_THREAD:  2438

PROCESS_NAME:  icudt73.dll

ERROR_CODE: (NTSTATUS) 0x8003 - {EXCEPTION}  Breakpoint  A breakpoint has
been reached.

EXCEPTION_CODE_STR:  8003

STACK_TEXT:  
0083`3af8ad38 7ffe`0b0830ce : 7ffd`be9477b0 7ffe`0ae1fc71
0083`3af8b100 01fe`61e42940 : ntdll!NtWaitForSingleObject+0x14
0083`3af8ad40 7ffd`bd7175fe : 0083`3af8af00 7ffe`0aecbbf8
0083` `0264 : KERNELBASE!WaitForSingleObjectEx+0x8e
0083`3af8ade0 7ffd`bd7171c9 : 01fe`61f5c720 0083`3af8af10
` 7ffd`be9477b0 :
mergedlo!google_breakpad::ExceptionHandler::WriteMinidumpOnHandlerThread+0x8e
0083`3af8ae10 7ffe`0ae22438 : `00cb `
01fe`6c8e3b20 7ffe`0ae13a81 :
mergedlo!google_breakpad::ExceptionHandler::HandleInvalidParameter+0x1a9
0083`3af8b730 7ffe`0ae22379 : 01fe`75c878a0 7ffe`0ae13496
`00cb 01fe`6c8e3b20 : ucrtbase!_invalid_parameter+0xb4
0083`3af8b770 7ffe`0ae508a1 : 01fe`75c878a0 `
` `04e4 : ucrtbase!invalid_parameter_noinfo+0x9
0083`3af8b7b0 7ffe`0ae0c3fc : 0083`3af8b8f0 0083`3af8bac8
01fe`75c878a0 `003f : ucrtbase!_mbstowcs_s_l+0x43f91
0083`3af8b820 7ffe`0ae0c32f : `000b `
` 0083`3af8b8f0 :
ucrtbase!::operator()+0x9c
0083`3af8b8a0 7ffe`0ae0c2e7 : 0083`3af8b9a0 `000f
`000f 0083`3af8b920 : ucrtbase!__crt_seh_guarded_call::operator()<,
&, >+0x3b
0083`3af8b8d0 7ffd`e9a521d5 : ` 01fe`6c8e3b20
`0004 01fe`0004 : ucrtbase!setlocale+0x47
0083`3af8b910 7ffd`e9a44c1e : `000b `
0083`3af8ba70 `000f :
msvcp140!std::_Locinfo::_Locinfo_dtor+0x15
0083`3af8b940 7ffd`bd6c6d16 : 

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #57 from Klexus  ---
Neither in 24.2.1.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Telesto  changed:

   What|Removed |Added

   Keywords||notBibisectable

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #56 from h...@arch.no ---
Not fixed in version 24.2 either (24.2.0.3)

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Telesto  changed:

   What|Removed |Added

 CC||eivindmsoll...@gmail.com

--- Comment #55 from Telesto  ---
*** Bug 159604 has been marked as a duplicate of this bug. ***

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||9557
 CC||balls...@hotmail.com

--- Comment #54 from Telesto  ---
*** Bug 159557 has been marked as a duplicate of this bug. ***

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #53 from anilozturk1...@gmail.com ---
I'm having the identical issue with LibreOffice 7.6.4.1 on Windows 11, Turkish
locale.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #52 from Odd Nordland  ---
(In reply to Buovjaga from comment #51)
> (In reply to Odd Nordland from comment #50)
> > Looks like the problem is fixed in 7.6.4.1 !
> 
> No, not fixed. I still reproduce with 7.6.4.

I was a bit too optimistic:
I can open files by clicking on the image in the list of previous files.
However, this only works the "second" time: if the file had been opened in a
previous version of LO, the program would freeze. Closing the program and
trying again, the file can be opened. No problems opening a new file.

I can do "elementary" editing:
   - changing, deleting, inserting text
   - changing linewidth and margins directly
   - modifying text attributes (bold, italic, underline etc.)
But: clicking on some of the icons in the menu bar will stall the program.
Printing and saving the file works, but print preview or change page style
(Alt+5) stall the program. I haven't tried all the possibilities to find out
which ones work and which ones don't; it's enough to know that some of them
don't ...

After the program has stalled and I restart it, I get the option to recover the
previously opened file. That also stalls if I click on yes.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #51 from Buovjaga  ---
(In reply to Odd Nordland from comment #50)
> Looks like the problem is fixed in 7.6.4.1 !

No, not fixed. I still reproduce with 7.6.4.

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

[Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2024-01-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #50 from Odd Nordland  ---
Looks like the problem is fixed in 7.6.4.1 !

I found one small issue:
I have an spreadsheet file (.ods) on a memory card which I have edited earlier,
so it appeared in the list of previous files. Double clicking on it stalled
LibreOffice. Then (after restarting LibreOffice) I tried the open file option.
Directly opening the file worked, and after that it also worked when I double
clicked the file icon in the list of previous files.

The version data is:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: nb-NO (nb_NO); UI: nb-NO
Calc: threaded

and I have set everything I could set to Norwegian Bokmål. I hope our Turkish
friend who had the same kind of problem problem can also report that it is
fixed.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #49 from Dalidadem  ---
Hi,
I am using Libreoffice in windows 10 and 11 in Turkish.
I have the same probleme in 3 computers with windows 11: writer is freezing
(Libre office 7.6 and later).
I have tried all steps I found on internet with no result (safe mode, disabling
Skia etc).
So I have reinstalled previous version 7.5 on these pc.

On my computer running under windows 10: libreoffice (7.6.3) works normally.

I will be please when the bug is corrected.
Thsnks

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #48 from h...@arch.no ---
Not fixed in 7.6.3 

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #47 from Buovjaga  ---
(In reply to Heraldo from comment #46)
> Is "LightProof" new in the 7.6 branch? This issue was introduced with 7.6,
> 7.5.7 does not have this issue.

No, it is old.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #46 from Heraldo  ---
Is "LightProof" new in the 7.6 branch? This issue was introduced with 7.6,
7.5.7 does not have this issue.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Buovjaga  changed:

   What|Removed |Added

 CC||nem...@numbertext.org

--- Comment #45 from Buovjaga  ---
László: any thoughts on this issue, which is suspected to be about LightProof
tripping over localised date & time formats? Microsoft might have updated their
definitions and triggered this nasty issue.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #44 from Odd Nordland  ---
(In reply to Odd Nordland from comment #36)
> I can confirm that I have no problems using Norwegian Nynorsk under Windows
> 10.

I just tested LibreOfficePortable version 7.6 under Windows 11 with Nynorsk as
language environment. The first attempt stalled (!), but the second try worked.

The version I used was:
Version: 7.6.2.1 (x86) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: no-NO (nn_NO); UI: nn-NO
Calc: threaded

Note that LibreOffice reports Windows as being version 10.0 when the correct
version should be Windows 11 Home version 23H2

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #43 from h...@arch.no ---
Created attachment 190693
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190693=edit
Windows setting - Regional format

As written earlier: changing regional format (in Windows setting) to Norwegian
crashed LibreOfffice.  (Changing language to Nowegian in LibreOffice does not
crash LibreOffice.)

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #42 from Odd Nordland  ---
(In reply to Buovjaga from comment #38)
> (In reply to Odd Nordland from comment #37)
> > (In reply to Buovjaga from comment #34)
> > I'm not sure what you mean with "changing the regional format". Goto to
> > Settings 
> >  | Time and Language | Language. There, select Add a language and download
> > the language package for Norwegian.
> > There are two varieties of Norwegian, Bokmål and Nynorsk. Download both
> > language packs.
> > Then set the Windows display language to one of the Norwegian languages and
> > log off and on again. You can do this with any language you have downloaded
> > the language pack for, as often as you like..
> 
> I could only change my locale. I can't change the display language. Probably
> because I am running an unactivated Windows (I use it for bug testing in a
> virtual machine).

That would explain why you couldn't reproduce the problem and indicates that
the problem has something to do with the language pack!

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Christian Lohmaier  changed:

   What|Removed |Added

 CC||cl...@documentfoundation.or
   ||g

--- Comment #41 from Christian Lohmaier  ---
Another way to trigger the issue: 
* new Writer document and trying to access Tools|Options (LO not responding)
  + no such problem when trying the same from a new Calc document

→ hints at a issue related to writing aids, since those are initialized when
launching Writer (even when there's no text yet)
→ modifying the installation and removing all dictionaries prevents the issue
→ installing Nyorsk dictionary doesn't trigger the problem
→ installing English dictionary does trigger the problem
  → English has lightproof/grammar checking enabled, so maybe other
dictionaries with lightproof also can trigger the effect
+ however running python macros (the hello-world and createTable) without
dictionaries doesn't cause the problem, so it is not the python initialization
itself, but something related to lightproof

Further testing showed that the problem is not the Windows UI language, but
Windows Regional Format settings that matter. 
Windows set to English, LibreOffice set to German and regional format set to
Norwegian Bokmål breaks.


tldr: to test/reproduce it is sufficient that Windows' regional format is set
to Norwegian (Bokmål) and that at least the English dictionaries are installed.


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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #40 from Buovjaga  ---
Good news: me and Cloph are able to reproduce the problem. Thanks to Cloph, I
realised one has to explicitly tick a checkbox to change the display language
*when installing the language pack*. So after removing & reinstalling Bokmål I
could enjoy a Norwegian Windows and freezing LibreOffice.

Now, the curious thing is that I can't reproduce the freeze in bibisect
repositories. Therefore, I need some ideas from developers more familiar with
debugging. I could not get a backtrace with WinDbg when killing the stalled
process.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #39 from Morten Tinnesand  ---
Changing the locale to Nynorsk made the version 7.6.2 work for me! 
That limits the problem to the Norwegian Bokmål version of the Windows
Operating system.
Worth mentioning that the language settings in LibreOffice does not affect the
behavior.
So it means that this setup works:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: nn-NO (nn_NO); UI: nn-NO
Calc: CL threaded
Similar in Windows 11:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 10.0 Build 25987; UI render: Skia/Raster; VCL: win
Locale: nn-NO (nn_NO); UI: nn-NO
Calc: threaded
Note: LibreOffice reports Windows 11 23H2 as Windows 10 but with correct build#
(Microsoft reports 25987.1000)

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #38 from Buovjaga  ---
(In reply to Odd Nordland from comment #37)
> (In reply to Buovjaga from comment #34)
> I'm not sure what you mean with "changing the regional format". Goto to
> Settings 
>  | Time and Language | Language. There, select Add a language and download
> the language package for Norwegian.
> There are two varieties of Norwegian, Bokmål and Nynorsk. Download both
> language packs.
> Then set the Windows display language to one of the Norwegian languages and
> log off and on again. You can do this with any language you have downloaded
> the language pack for, as often as you like..

I could only change my locale. I can't change the display language. Probably
because I am running an unactivated Windows (I use it for bug testing in a
virtual machine).

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #37 from Odd Nordland  ---
(In reply to Buovjaga from comment #34)
> (In reply to ha from comment #33)
> > I have got the exact same problem with LibreOffice version 7.6.0 + 7.6.1 and
> > 7.6.2. Both on Windows 10 and 11.
> > 
> > It easy to reproduce. Just change Regional Format to Norwegian, and Writer
> > will crash upon opening.  Calc will work until you try File>open.
> > 
> > Reset Regional Format back to English, - and LibreOffice 7.6.2 will work
> > again.
> > 
> > Please fix befor version 7.6.3
> 
> I have not been able to reproduce it by changing the regional format to
> Norwegian, so that is why I need your help to bisect it. Please, can you
> help with what I talk about in comment 29?

I'm not sure what you mean with "changing the regional format". Goto to
Settings 
 | Time and Language | Language. There, select Add a language and download the
language package for Norwegian.
There are two varieties of Norwegian, Bokmål and Nynorsk. Download both
language packs.
Then set the Windows display language to one of the Norwegian languages and log
off and on again. You can do this with any language you have downloaded the
language pack for, as often as you like..

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

--- Comment #36 from Odd Nordland  ---
I can confirm that I have no problems using Norwegian Nynorsk under Windows 10.

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

[Libreoffice-bugs] [Bug 157135] LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale when opening file dialog

2023-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157135

Buovjaga  changed:

   What|Removed |Added

Summary|LibreOffice 7.6 |LibreOffice 7.6
   |stalls/crashes under|stalls/crashes under
   |Windows 11 with Norwegian   |Windows 11 with Norwegian
   |locale when opening file|(Bokmål) locale when
   |dialog  |opening file dialog

--- Comment #35 from Buovjaga  ---
Updating summary to Bokmål as no one reported seeing this with Nynorsk. I asked
a translator and the problem was not seen under Nynorsk. My own testing was
with Bokmål (could not reproduce).

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