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: Segmentation faults


=?iso-8859-1?Q?Bryan=5FHa?= writes:
 > Tom,
 > 
 > I am using the char*[] I got out from the jstringarray
 > using the procedure you showed me last time. I have
 > printed out the arguments and it seems okay.
 > 
 > Anyway, if this has been done before, I have done
 > something wrong. I will check that again.

Lotsa times.  Look at name-finder.cc and name-finder.h for a simple
example of execve used with gcj.

My guess is that you're having some sort of conflict with the garbage
collector.

Andrew.


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