Re: 116v4a glibc bug

1998-09-22 Thread Juergen Kreileder
> J P Lewis writes: > below is a program that has a bug - it doesn't create an array > before assigning into it (happens in a constructor). > Under 116v4a/glibc, the program says "Can't find class" rather than > printing a nice stacktrace. Under 115v5,7 it sometimes prints the > stacktrace;

116v4a glibc bug

1998-09-22 Thread J.P.Lewis
below is a program that has a bug - it doesn't create an array before assigning into it (happens in a constructor). Under 116v4a/glibc, the program says "Can't find class" rather than printing a nice stacktrace. Under 115v5,7 it sometimes prints the stacktrace; sometimes the constructor returns