-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Description
- Version:
v8.8.0
- Platform:
Linux staging 4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:37 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem:
net.js
I do not really have simple code, i noticed the problem while running storjshare-daemon, it happend about every 1-5 minutes:
net.js:401
const prevWriteQueueSize = this._handle.writeQueueSize;
^
TypeError: Cannot read property 'writeQueueSize' of null
at Socket._onTimeout (net.js:401:43)
at ontimeout (timers.js:471:11)
at tryOnTimeout (timers.js:306:5)
at Timer.listOnTimeout (timers.js:266:5)
This error seems to be introduced with the recent commit: a627c5f
bkimminich, scottkidder, pdesjardins90, Umkus, sean-clayton and 3 more
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.