How to reproduce: 
1.- You need the java virtual machine j2sdk1.4 version 1.4.2.03-1
with gij-4.1 the problem does not appers (Apparentry because the java monitos are implemented in a distinct manner).
2.- You need to see if the line 16 of SQL2C.c is valid for you. 
3.- Run make. and wait for the error.

Files included:
hs_err_pid24968.log	The full error report of the java virtual machine
cpuinfo			Tthe output of "cat /proc/cpuinfo > cpuinfo"
dpkg-l			The output of "dpkg -l > dpkg-l"
run_output		The output of "make &> run_output"
uname-a			The output of "uname -a > uname-a"
Makefile		Rules to make the test
SQL2C.c			Interface between Java and libmysqlclient_r
SQL2C.java		The java class for testing.


