public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* [nncp-devel] crash at end of call
@ 2019-12-21 15:30 Shawn K. Quinn
  2019-12-21 15:59 ` Sergey Matveev
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn K. Quinn @ 2019-12-21 15:30 UTC (permalink / raw)
  To: nncp-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [nncp-devel] crash at end of call
  2019-12-21 15:30 [nncp-devel] crash at end of call Shawn K. Quinn
@ 2019-12-21 15:59 ` Sergey Matveev
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Matveev @ 2019-12-21 15:59 UTC (permalink / raw)
  To: nncp-devel

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Greetings!

*** Shawn K. Quinn [2019-12-21 09:30]:
>panic: interface conversion: error is *errors.errorString, not
>*xdr.UnmarshalError

That was fixed in 5.2.1 release: http://www.nncpgo.org/Release-5_002e2_002e1.html

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-21 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-21 15:30 [nncp-devel] crash at end of call Shawn K. Quinn
2019-12-21 15:59 ` Sergey Matveev