[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2007-01-20 Thread mtrudel at gmx dot ch
--- Comment #4 from mtrudel at gmx dot ch 2007-01-20 10:13 --- Fixed in 4.3 mainline. The gcj specific serialization was replaced with the classpath serialization (StackWalker or something). Thanks guys... minGW gets better and better :-) -- mtrudel at gmx dot ch changed:

[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2007-01-20 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28531

[Bug java/28531] [win32] serialisation is broken on mingw (works on linux)

2006-07-29 Thread mtrudel at gmx dot ch
--- Comment #1 from mtrudel at gmx dot ch 2006-07-29 13:38 --- Created an attachment (id=11965) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11965action=view) Simple serialisation test A simple serialisation program to reproduce the bug. --