Bug 156301 - if libre writer is hunging all other libre apps hungs too. (eg. calc).
Summary: if libre writer is hunging all other libre apps hungs too. (eg. calc).
Status: RESOLVED DUPLICATE of bug 63554
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
7.6.0.0 beta1+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-15 12:54 UTC by elias estatistics
Modified: 2023-09-05 15:34 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elias estatistics 2023-07-15 12:54:16 UTC
if libre writer is hunging all other libre apps hungs too. (eg. calc). 


You may have open libre writer, calc impress etc. 
If for some reason a file make libre office to hang, all other sub applications of libreoffice are hanging up. 

I think this is a major bug. 

Each application or even each document of libre office must be independently as process. and if it is hanging up, to have the ability to kill only this instance and not the whole libreoffice suite. 


Version: 7.6.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: 6eab55912fc0e6bcb4b2ca15fd626d54b9346d43
CPU threads: 24; OS: Linux 6.1; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded
Comment 1 Roman Kuznetsov 2023-07-15 14:43:47 UTC
it's because LibreOffice is a monolith software. All modules use the same one software core in the same time. One process "soffice" starts if you start any amount of any LibreOffice modules.

For fixing this problem someone should rewrite LibreOffice from scratch and it will not LibreOffice but some another software.

I'm sure I saw the same report but I couldn't find it
Comment 2 Telesto 2023-07-15 17:44:02 UTC
(In reply to Roman Kuznetsov from comment #1)
> it's because LibreOffice is a monolith software. All modules use the same
> one software core in the same time. One process "soffice" starts if you
> start any amount of any LibreOffice modules.
> 
> For fixing this problem someone should rewrite LibreOffice from scratch and
> it will not LibreOffice but some another software.

You can run different versions of LibreOffice in parallel, so technically it should be possible to launch each module (Calc/Writer) in different process, instead of using a single process managing every mode; I guess

A different story would be running each document in a separate process, which obviously even nicer, but that is indeed different design.
 
> I'm sure I saw the same report but I couldn't find it

There surely is a report about this somewhere
Comment 3 Buovjaga 2023-09-05 15:34:17 UTC

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