www-es-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU-traductores] gnudist:/home/www/html/server/standards/README.savanna


From: gnudist's file diff daemon
Subject: [GNU-traductores] gnudist:/home/www/html/server/standards/README.savannah.html -- recent changes
Date: Wed, 12 Sep 2001 05:33:51 -0700 (PDT)

This is an automated report from gnudist.
Recent changes to /home/www/html/server/standards/README.savannah.html:

  73 -rw-rw-r--   1 webcvs   www         72962 Sep 12 01:22 
/home/www/html/server/standards/README.savannah.html

diff  -u  
/home/diffmon/old_file_dir/gnudist:!home!www!html!server!standards!README.savannah.html.gz
 /home/www/html/server/standards/README.savannah.html
--- /tmp/diffmon16521   Wed Sep 12 05:33:51 2001
+++ /home/www/html/server/standards/README.savannah.html        Wed Sep 12 
01:22:33 2001
@@ -1551,13 +1551,52 @@
 <pre>do_dsa_sign: Internal error.
 </pre>
 
+<p>It seems that werror("...%a...") couldn't handle the atom 0, which is
+used to represent any algorithm not present in lsh's list in atoms.in. 
+It was fixed with the following patch:
+
+<pre>--- src/werror.c  2001/07/04 18:37:56     1.61
++++ src/werror.c       2001/09/12 07:23:51
+@ -429,11 +429,11 @
+           case 'a':
+             {
+               int atom = va_arg(args, int);
+-
+-              assert(atom);
+
+-              werror_write(get_atom_length(atom), get_atom_name(atom));
+-
++              if (atom)
++                werror_write(get_atom_length(atom), get_atom_name(atom));
++              else
++                werror_write(9, "&lt;unknown&gt;");
+               break;
+             }
+           case 's':
+</pre>
+
+<p>The error message issued by lsh when encountering this error was:
+
+<pre>do_exc_connection_handler: Raising exception locking connection.
+  (type 1048577), using handler installed by handshake.c:355: do_handshake
+</pre>
+
 <p>The people involved in this installation are
 <a href="mailto:address@hidden";>address@hidden</a>Niels Moller (author of lsh),
 <a href="mailto:address@hidden";>address@hidden</a>Gordon Matzigkeit (author of 
the NGROUPS_MAX
 patch) and <a href="mailto:address@hidden";>address@hidden</a>Loic Dachary who 
did the installation.
 
-<p>Should a problem occur with this version of lsh, the old 1.0.3 is still
-available at /usr/local/bin/lshd.old.
+<p>Should a problem occur with this version of lsh, one has to send a bug
+report to <a href="mailto:address@hidden";>address@hidden</a>Niels Moller 
including the
+relevant <code>/var/log/syslog</code> lines (tagged with lshd) and a stack
+trace of the core, if available. To get the stack trace do the following:
+
+<pre>$ gdb /usr/local/sbin/lshd /core
+gdb&gt; bt
+</pre>
+
+<p>With the appropriate information Niels is usually able to provide a patch
+within very short delays.
 
 <p><hr>
 Node:<a name="Booting%20with%20grub%20and%20not%20lilo">Booting with grub and 
not lilo</a>,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]