summaryrefslogtreecommitdiff
path: root/user/jkoenig
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2011-06-22 20:51:34 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-06-29 20:10:07 +0200
commit00b16b8a6d29e31a87c6ef89671f6f87e3be3b04 (patch)
treebbd573e3b58e19d22ca85492e48f81ba161f5c2a /user/jkoenig
parented09c6a6e67a709cd0842337c035c899341407d9 (diff)
update java status
Diffstat (limited to 'user/jkoenig')
-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]].