This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Some questions


Mark Wielaard writes:
 > This looks a bit like the bug discussed in
 > <http://gcc.gnu.org/ml/java/2001-05/msg00277.html>
 > <http://gcc.gnu.org/ml/java/2001-06/msg00003.html>
 > 
 > Maybe the patch in those emails helps?

 > Note that I don't know exactly why it fixes the problem in that case
 > and nobody else seems to have looked at it.

I don't think that the patch can be correct.  We need to find out why
_Jv_FindClass returns null in this case.  I've never seen this happen.

 > 
 > > How do you guys debug? Where do i have to set a breakpoint and in which
 > > thread?

I don't understand the issue here.  Surely all that is required is to
add a line like 

if (catch_type = NULL)
   printf ("BANG\n");

and use gdb to put a breakpoint on that line.  Are you not familiar
with gdb?

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]