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]
Other format: [Raw text]

Re: gcj - java/io/InputStream.java:0: Internal error: Segmentation fault



Richard Emberson writes:

> (gdb) p *jcf
> $1 = {buffer = 0x0, buffer_end = 0x0,
>   read_ptr = 0x475 <Address 0x475 out of bounds>, read_end = 0x0,

Thanks. Looks like things get corrupted :-) Could you please catch the
time this jcf gets created and then watch for read_ptr and sees when
it changes (especially when it gets this weird value?)

./A


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