This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling rxtx with gcj
- From: Tom Tromey <tromey at redhat dot com>
- To: roychris at free dot fr
- Cc: java at gcc dot gnu dot org
- Date: 21 Sep 2005 10:22:48 -0600
- Subject: Re: Compiling rxtx with gcj
- References: <20050921170336.uc826msmegg8scgs@imp4.free.fr>
- Reply-to: tromey at redhat dot com
>>>>> ">" == roychris <roychris@free.fr> writes:
>> #5 0xb7fd4341 in send_event (env=0xb63501c8, jobj=0x1, type=1,
>> flag=-1227872198) at /home/fbr/rxtx-2.1-6/src/ParallelImp.c:796
jobj=0x1? That looks wrong.
>> 796 jclass jclazz = (*env)->GetObjectClass( env, jobj );
.. and could certainly cause a crash here (well, inside
GetObjectClass) when we try to dereference jobj.
So the next question is, why is it 0x1?
Tom