public inbox for nncp-devel@lists.cypherpunks.su
Atom feed
From: "Shawn K. Quinn" <skquinn@rushpost•com>
To: nncp-devel@lists.cypherpunks.ru
Subject: [nncp-devel] crash at end of call
Date: Sat, 21 Dec 2019 09:30:07 -0600	[thread overview]
Message-ID: <0ad75074-98f1-806e-bf0d-e80210c39d3b@rushpost.com> (raw)

I get a similar error on both ends. This seems to affect nncp-call
consistently, and nncp-daemon at least some of the time (i.e. I have to
keep restarting the daemon).

2019-12-21T15:19:01Z Packet C5..PA is retreived (395 MiB)
panic: interface conversion: error is *errors.errorString, not
*xdr.UnmarshalError

goroutine 12 [running]:
go.cypherpunks.ru/nncp/v5.(*SPState).StartWorkers.func5(0xc0000da420,
0xc000013e00, 0x7fe5996cffd8, 0xc0000102f8)
	/home/skquinn/usr/src/nncp-5.2.0/src/go.cypherpunks.ru/nncp/v5/sp.go:683 +0x751
created by go.cypherpunks.ru/nncp/v5.(*SPState).StartWorkers
	/home/skquinn/usr/src/nncp-5.2.0/src/go.cypherpunks.ru/nncp/v5/sp.go:670 +0x3bf
$ nncp-call -version
NNCP version 5.2.0 built with go1.12.4
$ nncp-daemon -version
NNCP version 5.2.0 built with go1.12.4

The other machine's NNCP was built with 1.10.4 if it matters.

-- 
Shawn K. Quinn <skquinn@rushpost•com>
http://www.rantroulette.com
http://www.skqrecordquest.com

             reply	other threads:[~2019-12-21 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-21 15:30 Shawn K. Quinn [this message]
2019-12-21 15:59 ` [nncp-devel] crash at end of call Sergey Matveev