Run LibreOffice and run some RAM Watcher - I use standard Task Manager via Ctrl+Alt+Del in Win10. Run macro devourRAM (it does recursion for array of various sub-arrays) for example only from Basic Editor - it isn't so fast, so it shows progressbar. It takes about 0,5 GB RAM. Check it in RAM Watcher. When macro will finish, the RAM will stay occupied :-(. You can close Basic IDE to have only LibreOffice Starter, but RAM is occupied. After you close whole LibreOffice then RAM is deallocated. ------------------- private gi&, gpOut() 'index and array for result Sub devourRAM dim oDoc as object, i&, p(), oStatusbar, iStep& const j=20000 'increase this to devour more RAM oStatusbar=getController.StatusIndicator oStatusbar.start("It isn't so fast :-(", j) p=array(1, 2, 3, array(1, 2, 3, array(1, 2, 3), 4, array(1, 2, 3), 4, array(1, array(2, 3))), 4, array(1,2,3), array(1, 2, array(1,2), 3), _ array(1, 2, 3, array(1, 2, 3, array(1, 2, 3), 4, array(1, 2, 3), 4, array(1, array(2, 3))), 4, array(1,2,3), array(1, 2, array(1,2), 3) ), _ array(1, 2, 3, array(1, 2, 3, array(1, 2, 3), 4, array(1, 2, 3), 4, array(1, array(2, 3))), 4, array(1,2,3), array(1, 2, array(1,2), 3) ), _ array(1, 2, 3, array(1, 2, 3, array(1, 2, 3), 4, array(1, 2, 3), 4, array(1, array(2, 3))), 4, array(1,2,3), array(1, 2, array(1,2), 3) ), _ array(1, 2, 3, array(1, 2, 3, array(1, 2, 3), 4, array(1, 2, 3), 4, array(1, array(2, 3))), 4, array(1,2,3), array(1, 2, array(1,2), 3) ) ) redim gpOut(130) for i=1 to j gi=0 recurArray(p, "") 'recursion iStep=iStep+1 'for statusbar if iStep=10 then 'set new value oStatusbar.setValue(i) iStep=0 end if next i oStatusbar.reset gi=0 gpOut()=0 End Sub Function recurArray(level as variant, s$) 'recursion for reading the sub-arrays, output to global array gpOut dim i& if level(0)>0 then 'for the count of current word gpOut(gi)=array( s, level(0) ) 'add to global output array gi=gi+1 end if for i=1+lbound(level) to ubound(level) 'next indexes in level if isArray(level(i)) then recurArray(level(i), s & i) 'get sub-level else gpOut(gi)=array( s, level(0) ) 'add to global output array gi=gi+1 end if next i End Function Function getController() as object 'get oDoc.CurrentController for progressbar, also if only Basic IDE is running dim oDoc as object oDoc=ThisComponent if isNull(CreateUnoService("com.sun.star.reflection.CoreReflection").getType(oDoc)) OR _ isNull(CreateUnoService("com.sun.star.script.Invocation").createInstanceWithArguments(array(oDoc))) then 'regular oDoc isn't, try to get other Libre window like Basic editor dim oComponents as object, oComponent as object oComponents=StarDesktop.Components.CreateEnumeration while oComponents.hasMoreElements 'try all Libre windows oComponent=oComponents.NextElement if oComponent.Identifier="com.sun.star.script.BasicIDE" then 'Basic Editor is active getController=oComponent.CurrentController exit function end if wend oDoc =StarDesktop.LoadComponentFromUrl("private:factory/swriter", "_blank", 0, array()) 'open new document in Writer for progressbar else getController=oDoc.CurrentController end if End Function ----------------- Tested in: Version: 7.4.3.2 (x64) / LibreOffice Community Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890 CPU threads: 8; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win Locale: cs-CZ (cs_CZ); UI: cs-CZ Calc: CL Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: ad387d5b984c6666906505d25685065f710ed55d CPU threads: 8; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win Locale: cs-CZ (cs_CZ); UI: en-US Calc: CL threaded
Repro Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 668c44e841a10cec8932a446a941e6d7c386bf3b CPU threads: 2; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_FI); UI: en-US Calc: threaded
Dear Kamil Landa, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Bug is inherited from OOo, tested in portable version 3.3 LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 Bug is still present Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 1622d672b8cc721d5f9917931f6d8d999f218f7a CPU threads: 8; OS: Windows 10 X86_64 (build 17763); UI render: Skia/Raster; VCL: win Locale: cs-CZ (cs_CZ); UI: en-US Calc: CL threaded