Comment 1 for bug 146512

Revision history for this message
claudio (private-claudio) wrote :

Regarding the oocalc error. I get the same when running a Java program which uses jna.jar - from https://jna.dev.java.net/ - to access libc:

$ java -showversion -cp jna/jnalib/build/jna.jar:. X
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

Inconsistency detected by ld.so: dl-open.c: 623: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

The java sdk I'm using was downloaded directly from Sun, I did not use a ubuntu package.

Googling for this problem I found this bug report

http://sourceware.org/bugzilla/show_bug.cgi?id=3429

which is a year old and seems to imply that it is a libc problem which is now fixed.