aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS77
1 files changed, 50 insertions, 27 deletions
diff --git a/BUGS b/BUGS
index ad63254..1c0fcdd 100644
--- a/BUGS
+++ b/BUGS
@@ -12,6 +12,21 @@ TODO List:
-------------------------------------------------------------------------------------
Known bugs:
+réf: [KAFFCLOSE05] yann
+ make nl
+ compiled with gcj, ran with Kaffe, hangs on app.close() in Ivy.java... at
+ bus.stop() . Kernel 2.6.10, sid glibc bleeding edge... I should investigate
+ further for compatibility's sake
+
+ it's not possible to run Bus.stop() on a SMP machine ?
+
+réf: [WFC01] yann
+
+ for (int i=0;i<NBCOMP;i++) new Computer(domain);
+ for (int i=0;i<NBCOMP;i++) bus.waitForClient("Computer"+i,0);
+ ça peut rester hung pendant un moment ( sid, gcj, kaffe )
+ dans le répertoire test, WFC.java pour reproduire le bug
+
réf: [BUGYANN]
perte des arguments ...
@@ -25,10 +40,6 @@ réf: [BUGYANN]
c'est le cas en async sur le test Async uniquement, depuis les jakarta
regexp...
-réf: [BUGMATT]
-
- concurrent connexion leading to noone or double connexion ...
- pour reproduire: Kaffe sur un pécé quadriproc
réf: [BUGXZ]
@@ -36,28 +47,6 @@ réf: [BUGXZ]
manifest ? ) beware, when building java for woody, to use the regexp.jar and getopt.jar
built for your version of java ( Major/Minor version mismatch ... )
- on the following kaffe version, tests sometimes fail
- Kaffe Virtual Machine
- Copyright (c) 1996-1999
- Transvirtual Technologies, Inc. All rights reserved
- Engine: Just-in-time v3 Version: 1.0.5 Java Version: 1.1
-
- make test2:
- kaffe -DIVYBUS=224.5.6.7:8910 -classpath .:../lib/ivy-java.jar:/usr/share/kaffe/Klasses.jar BenchLocal -t 2 -d 0
- [...]
- * [9:21:53 AM] BUS2 left
- * [9:21:53 AM] BUS1 left
- * [9:21:53 AM] BUS2 left
- Dumping live threads:
- `Thread-8' tid 0x837b010, status SUSPENDED flags
- blocked@0x8353510 (0x837b010->|)
- `gc' tid 0x81e0010, status SUSPENDED flags
- blocked@0x81abdc0 (0x81e0010->|)
- `finaliser' tid 0x81d7010, status SUSPENDED flags
- blocked@0x81abd90 (0x81d7010->|)
- Deadlock: all threads blocked on internal events
- make: *** [test2] Abandon
-
make async, stack overflow in jakarta regexp
réf: [BUGXX]
@@ -100,10 +89,44 @@ réf: [BUGXY]
-------------------------------------------------------------------------------------
Fixed:
+1.2.8
+
+ réf: [bugFJ], start(), stop(), start() failed, added a new test StopStart in
+
+ réf: [none]
+ on the following kaffe version, tests sometimes fail
+ Kaffe Virtual Machine
+ Copyright (c) 1996-1999
+ Transvirtual Technologies, Inc. All rights reserved
+ Engine: Just-in-time v3 Version: 1.0.5 Java Version: 1.1
+
+ make test2:
+ kaffe -DIVYBUS=224.5.6.7:8910 -classpath .:../lib/ivy-java.jar:/usr/share/kaffe/Klasses.jar BenchLocal -t 2 -d 0
+ [...]
+ * [9:21:53 AM] BUS2 left
+ * [9:21:53 AM] BUS1 left
+ * [9:21:53 AM] BUS2 left
+ Dumping live threads:
+ `Thread-8' tid 0x837b010, status SUSPENDED flags
+ blocked@0x8353510 (0x837b010->|)
+ `gc' tid 0x81e0010, status SUSPENDED flags
+ blocked@0x81abdc0 (0x81e0010->|)
+ `finaliser' tid 0x81d7010, status SUSPENDED flags
+ blocked@0x81abd90 (0x81d7010->|)
+ Deadlock: all threads blocked on internal events
+ make: *** [test2] Abandon
+ the tests directory
+
+ fixed: it was a sleep(0) hanging in Kaffe ...
+ http://lists.gnu.org/archive/html/classpath-patches/2004-12/msg00223.html
+
1.2.7
réf: none, unbind déconnait (Mathieu Raynal)
- réf: none, bug perl implementation (Jean Paul)
+ réf: [BUGMATT?], bug perl implementation (Jean Paul)
+ concurrent connexion leading to noone or double connexion ...
+ to reproduce: with Kaffe on a SMP machine, do the tests,
+ it should be the same bug as FJ's Ipaq bug
1.2.4