summaryrefslogtreecommitdiff
path: root/hurd/debugging/rpctrace.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-03-19 18:47:23 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-19 18:47:23 +0100
commitd166bfaaa3ddf8b83b5cc6bde62f8872e6a80c82 (patch)
tree4d8a8904c2c49122c37895ed4573a5fcbd19ed4f /hurd/debugging/rpctrace.mdwn
parent64f867bbc45d265009a1bad590bc1d4d9ea91d6e (diff)
parentce8c2531cdb7ee05784437da4c38459e5d3897d6 (diff)
Merge remote-tracking branch 'savannah/master'
As part of the merge, fix some typos, add copyright and licensing headers, and a few more minor changes.
Diffstat (limited to 'hurd/debugging/rpctrace.mdwn')
-rw-r--r--hurd/debugging/rpctrace.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/debugging/rpctrace.mdwn b/hurd/debugging/rpctrace.mdwn
index c506861a..e7fa81ec 100644
--- a/hurd/debugging/rpctrace.mdwn
+++ b/hurd/debugging/rpctrace.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2012 Free Software
-Foundation, Inc."]]
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free
+Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -175,6 +175,9 @@ See `rpctrace --help` about how to use it.
/home/rbraun/hd0s7/hurd/hurd-20120710/./utils/rpctrace.c:1287:
trace_and_forward: Assertion `reply_type == 18' failed.
+This assertion is actually caused by using the io_select interface, which creates
+a send right instead of a send-once right for the reply port (IIRC).
+
# See Also