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]

[Bug libgcj/11728] [3.4 regression] HashMap serialization does not work


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11728


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Priority|P3                          |P1
            Summary|HashMap serialization does  |[3.4 regression] HashMap
                   |not work                    |serialization does not work
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-31 03:15 -------
Actually on the mainline (20030730), at least on powerpc-apple-darwin6.6 (which just 
got java support) the seg fault is caused by an over flow the stack from 
java.io.ObjectOutputStream.writeObject recieving an exception and trying to write that out 
for some reason and throwing another exception so this is a regression of sorts.
Hopefully someone who knows the libgcj better than me will look into this bug.


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