summaryrefslogtreecommitdiff
path: root/open_issues/exec.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-09-26 15:18:15 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-09-26 15:18:15 +0200
commit2c18eac2140a577090c84854905728ebd2ce0fac (patch)
tree799129f165d6dc77a652fe574c7e8c4761e9625d /open_issues/exec.mdwn
parentbba1488c7be842e5d0311ffa6541373d63b1164c (diff)
parentce4899ded119f3607515cc54252c4bad7224f804 (diff)
Merge commit 'ce4899ded119f3607515cc54252c4bad7224f804'
Conflicts: community/gsoc/project_ideas/mtab.mdwn contributing.mdwn hurd/translator/eth-filter.mdwn hurd/translator/socketio.mdwn open_issues/exec.mdwn open_issues/gnumach_vm_object_resident_page_count.mdwn public_hurd_boxen.mdwn
Diffstat (limited to 'open_issues/exec.mdwn')
-rw-r--r--open_issues/exec.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/open_issues/exec.mdwn b/open_issues/exec.mdwn
index fe70123d..05deaa7a 100644
--- a/open_issues/exec.mdwn
+++ b/open_issues/exec.mdwn
@@ -21,6 +21,18 @@ License|/fdl]]."]]"""]]
<youpi> now a funny bug: if I disable gzip/bzip2 support from exec
<youpi> trying to run a zero-byte file hangs
+Justus: This doesn't seem to be an issue anymore (2013-09-08):
+
+ % touch empty
+ % chmod +x empty
+ % ./empty
+ zsh: exec format error: ./empty
+ % bash
+ $ ./empty
+ $
+
+Also I've never encountered a problem with apt.
+
## IRC, freenode, #hurd, 2013-08-01
@@ -68,3 +80,5 @@ License|/fdl]]."]]"""]]
---
May want to have a look at using BFD / libiberty/simpleobject.
+
+Justus: The BFD code has been removed from the exec server.