On Thursday 19 July 2007 09:44:56 am David Kuehling wrote: > One more thing I just realized: in conjunction with the crash a > concurrently running 'gnunet-insert' ran into an assertion: > > Error uploading file: Internal error: assertion failed at upload.c:334 > in ECRS_uploadFile. > > Actually that error was output multiple times, once for any file in the > directory I uploaded, and gnunet-insert only exited when it was done > with all files and the directory itself.
The problem is simply that if gnunetd dies, insertion fails. Now, gnunet-insert cannot be sure if this was a temporary / specific upload failure with the first file, so it still tries the next one -- failing again (and again). So this part itself is not an issue. Christian _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
