There is a number of gcj stacktrace failures on Ubuntu ARM.
They all look like this:
StackTrace2$Inner.doCrash:FAIL - expected 33, got: 0, in file crtstuff.c
StackTrace2$Inner.foo:FAIL - expected 28, got: 0, in file crtstuff.c
StackTrace2.a:FAIL - expected 21, got: 0, in file crtstuff.c
StackTrace2.main:FAIL - expected 10, got: 0, in file crtstuff.c
This is:
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
I don't know how something as fundamental as dladdr() can possibly
fail and the system still appear to work, but there it is.