This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: libgcj/8711: abnormal program termination during loop startsCPU overload


tromey@gcc.gnu.org wrote:

   I don't think this is a bug.
   Ignoring the IOException allows this to happen.

After adding "System.exit(0)" within the catch clause, I still ran into the original behavior. Does the behavior result from the IOException?

   I don't think there is any other behavior we could allow.
   I believe the JDK does the same thing here.

I don't actually encounter the problem when I compile and run the test program with Sun's JDK 1.4.1 and close the console. If the behavior isn't a bug, might it be a useful feature enhancement?

Do you disagree?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8711




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