From 7928b6040b5a0427a8839b020a90e6906332ef92 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 11 Apr 2006 12:20:08 +0000 Subject: [PATCH] More verbose on the remaining bug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2121 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/rpc/rpc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/gras/rpc/rpc.c b/examples/gras/rpc/rpc.c index 3805fc94f2..d98c40f2d1 100644 --- a/examples/gras/rpc/rpc.c +++ b/examples/gras/rpc/rpc.c @@ -345,8 +345,10 @@ int server (int argc,char *argv[]) { /* 5. Wait for the ping incomming messages */ - /* BUG: if the server is gone before the forwarder tries to connect, - it dies awfully with : + /** \bug if the server is gone before the forwarder tries to connect, + it dies awfully with the following message. The problem stands somewhere + at the interface between the gras_socket_t and the msg mess. There is thus + no way for me to dive into this before this interface is rewritten ==15875== Invalid read of size 4 ==15875== at 0x408B805: find_port (transport_plugin_sg.c:68) ==15875== by 0x408BD64: gras_trp_sg_socket_client (transport_plugin_sg.c:115) -- 2.20.1