This is a dump file, made when the JVM crash.

If you have regular crash, it can be helpful to find the cause. If you
found only one, it mean only one crash, so it's probably not a big problem.

To answer your question, it's complicated to tell who is at fault for this
one: it seem that a call to getenv() caused a segfault, which seems odd.
Only cause I can see for this is calling getenv() with a NULL value, which
would be quite hard from a Java program since the call should be wrapped by
the JVM, but it's not impossible either.

-- 
Cley Faye
http://cleyfaye.net


2013/1/23 Paolo Debortoli <[email protected]>

> hi.  i have found (ubuntu with libreoffice 4.0) a file named
> 'hs_err_pid11845.log'  saying:
>
>
> A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007f5a779caf5c, pid=11845, tid=140025396197120
> #
> # JRE version: 7.0_09-b30
> # Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64
> compressed oops)
> # Problematic frame:
> # C  [libc.so.6+0x3af5c]  getenv+0x9c
> #
> # Failed to write core dump. Core dumps have been disabled. To enable core
> dumping, try "ulimit -c unlimited" before starting Java again
>
> .................
>
> Dynamic libraries:
> 00400000-00401000 r-xp 00000000 08:05 41859 /opt/libreoffice4.0/program/**
> soffice.bin
> 00600000-00601000 rw-p 00000000 08:05 41859 /opt/libreoffice4.0/program/**
> soffice.bin
>
> etc...
> etc...
>
> is it a problem with java or with LO ?
>
> --
> www.libreoffice.org
>
>
> --
> For unsubscribe instructions e-mail to: [email protected].**
> org <users%[email protected]>
> Problems? http://www.libreoffice.org/**get-help/mailing-lists/how-to-**
> unsubscribe/<http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/>
> Posting guidelines + more: http://wiki.**documentfoundation.org/**
> Netiquette <http://wiki.documentfoundation.org/Netiquette>
> List archive: 
> http://listarchives.**libreoffice.org/global/users/<http://listarchives.libreoffice.org/global/users/>
> All messages sent to this list will be publicly archived and cannot be
> deleted
>
>

-- 
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to