dr|z3d
got an SSU2 bug, zzz.
dr|z3d
smells like NPE...
dr|z3d
Error processing job [Defer Tunnel Join Processing] on thread 1
dr|z3d
• java.lang.NullPointerException: Cannot read the array length because "this._bobIP" is null
dr|z3d
java.lang.NullPointerException: Cannot read the array length because "this._bobIP" is null
dr|z3d
at net.i2p.router.transport.udp.OutboundEstablishState2.<init>(OutboundEstablishState2.java:90)
dr|z3d
at net.i2p.router.transport.udp.EstablishmentManager.establish(EstablishmentManager.java:428)
dr|z3d
at net.i2p.router.transport.udp.EstablishmentManager.establish(EstablishmentManager.java:265)
dr|z3d
at net.i2p.router.transport.udp.UDPTransport.send(UDPTransport.java:2421)
dr|z3d
at net.i2p.router.transport.GetBidsJob.getBids(GetBidsJob.java:84)
dr|z3d
at net.i2p.router.transport.CommSystemFacadeImpl.processMessage(CommSystemFacadeImpl.java:169)
dr|z3d
at net.i2p.router.OutNetMessagePool.add(OutNetMessagePool.java:51)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler.handleReq(BuildHandler.java:1035)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler.access$600(BuildHandler.java:63)
dr|z3d
at net.i2p.router.tunnel.pool.BuildHandler$HandleReq.runJob(BuildHandler.java:618)
dr|z3d
at net.i2p.router.JobQueueRunner.runCurrentJob(JobQueueRunner.java:117)
dr|z3d
at net.i2p.router.JobQueueRunner.run(JobQueueRunner.java:67)
dr|z3d
preceded by "B0rked in the tunnel handler"
dr|z3d
offending code:
dr|z3d
int mtu = addr.getMTU();
dr|z3d
if (mtu == 0) {
dr|z3d
if (ra.getTransportStyle().equals(UDPTransport.STYLE2)) {
dr|z3d
mtu = PeerState2.DEFAULT_MTU;
dr|z3d
} else {
dr|z3d
if (_bobIP.length == 16)
dr|z3d
mtu = PeerState2.DEFAULT_SSU_IPV6_MTU;
dr|z3d
else
dr|z3d
mtu = PeerState2.DEFAULT_SSU_IPV4_MTU;
dr|z3d
}
dr|z3d
eyedeekay: you've got a server issue on gitlab, aka error 500.
dr|z3d
both .i2p and clearnet
zzz
dr|z3d, re: version, sure, more or less, plus announce on my forum
zzz
re: NPE, thanks, working on it
eyedeekay
Sorry about that, wasn't deleting old backups fast enough and my disk space filled up right before the update ran last night
eyedeekay
Should be back in about 5-10 minutes
eyedeekay
There it is. Please double check to make sure that everything you meant to push is still there
eche|off
more space is only to be replaced by even more space...
eyedeekay
Well having 4 extra 20GB backups in my ~ wasn't doing me any favors
eyedeekay
But yeah I'm going to give it some more space soon
dr|z3d
zzz, eyedeekay: ok thanks.
dr|z3d
all seems back to normal, eyedeekay
dr|z3d
zzz: I'll work on the assumption a version bump == recommendation to upgrade, then.
dr|z3d
zzz: ok, thanks, I'll work on the assumption a version bump == recommendation to upgrade, then.