Created
November 21, 2016 22:19
-
-
Save Araq/33711e0bd25fe59bcf00f79581b5af2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last) | |
| storebug.nim(33) storebug | |
| storebug.nim(31) main | |
| asyncdispatch.nim(1627) waitFor | |
| asyncdispatch.nim(1208) poll | |
| system.nim(2542) cb | |
| asyncfutures.nim(125) fail | |
| asyncfutures.nim(150) :anonymous | |
| zerruntime.nim(368) :anonymous | |
| asyncfutures.nim(125) fail | |
| asyncmacro.nim(46) cb | |
| asyncfutures.nim(125) fail | |
| asyncmacro.nim(46) cb | |
| asyncfutures.nim(125) fail | |
| asyncfutures.nim(150) :anonymous | |
| asyncfutures.nim(267) :anonymous | |
| asyncfutures.nim(119) fail | |
| asyncfutures.nim(74) checkFinished | |
| Error: unhandled exception: An attempt was made to complete a Future more than once. Details: | |
| Future ID: 8 | |
| Created in proc: asyncdispatch.all | |
| Stack trace to moment of creation: | |
| Traceback (most recent call last) | |
| storebug.nim(33) storebug | |
| storebug.nim(31) main | |
| asyncfutures.nim(259) all | |
| asyncfutures.nim(37) newFuture | |
| Stack trace to moment of secondary completion: | |
| Traceback (most recent call last) | |
| storebug.nim(33) storebug | |
| storebug.nim(31) main | |
| asyncdispatch.nim(1627) waitFor | |
| asyncdispatch.nim(1208) poll | |
| system.nim(2542) cb | |
| asyncfutures.nim(125) fail | |
| asyncfutures.nim(150) :anonymous | |
| zerruntime.nim(368) :anonymous | |
| asyncfutures.nim(125) fail | |
| asyncmacro.nim(46) cb | |
| asyncfutures.nim(125) fail | |
| asyncmacro.nim(46) cb | |
| asyncfutures.nim(125) fail | |
| asyncfutures.nim(150) :anonymous | |
| asyncfutures.nim(267) :anonymous | |
| asyncfutures.nim(119) fail | |
| asyncfutures.nim(71) checkFinished [FutureError] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment