https://bugs.freedesktop.org/show_bug.cgi?id=70919

--- Comment #5 from Stephan Bergmann <[email protected]> ---
(In reply to comment #4)
> Sure, but it seems that 3 Go should be enough to open an empty text
> document. If 3 Go of virtual memory is too small, I think it is the sign
> that something went wrong. Perhaps some option used to start the JVM.

I think that would be better suited as an issue against Java implementations,
given that

$ ulimit -S -v 3000000
$ java -version
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

> What made me incriminating Wiki Publisher extension is that if I remove it
> the JVM crash disappears.

...which is odd.  I have no idea why presence of that extensions would trigger
JVM instantiation for you on Linux.  But a first step to find that out would be
to run LO under strace (strace -f soffice >log 2>&1) to see from the generated
log file which process it is that fails to instantiates the JVM to begin with.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to