summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2011-06-22 20:51:34 +0200
committerJeremie Koenig <jk@jk.fr.eu.org>2011-06-22 20:51:34 +0200
commit218adb236fea2059b461568f9187aaa76feb7fa9 (patch)
tree5c9c46e2a3b0a3b65ae02bacb6bbd0c283e5688b /user
parent754b3b6b94c30b4b478436bdc6107dfc557b3f05 (diff)
update java status
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig/java.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn
index 8e1fb097..fad68f58 100644
--- a/user/jkoenig/java.mdwn
+++ b/user/jkoenig/java.mdwn
@@ -83,9 +83,23 @@ and new ones will be added on top of it.
* Test patches: in progress, [[jkoenig]], Svante. More volunteers welcome,
of course.
+ > Current status: there's an issue with gdb,
+ > namely signals lose their "untracedness" when they go
+ > through the global sigstate's pending mask,
+ > so gdb spins intercepting a signal and trying to deliver it.
+ > My current
+ > [patch](http://github.com/jeremie-koenig/glibc/commit/3ecb990e9d08d5f75adc40b738b35a1802cc0943)
+ > makes the system unstable.
+ > --[[jkoenig]] 2011-06-22
+
* If [[jkoenig]] thinks it's mature enough: should ask
[[Samuel|samuelthibault]] to test these patches on the buildds.
+ > There's a risk that a dependency on my patched libc
+ > might be pulled in while building packages
+ > (in particular hurd)
+ > --[[jkoenig]] 2011-06-22
+
* Get patches reviewed (Roland?), and integrated into official sources: [!]
[[tschwinge]].