Guest User

Untitled

a guest
Jan 13th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. glasswalker@ubuntu:~/SWARM$ bin/dambsd
  2. DAMBSD - 2011/04/11 19:36:56 [Creating New Server...]
  3. DAMBSD - 2011/04/11 19:36:56 [Initializing Server Listener for Client Connections on: 127.0.0.1:12040]
  4. DAMBSD - 2011/04/11 19:36:56 [Initializing Server Listener for Peer Connections on: 127.0.0.1:12041]
  5. DAMBSD - 2011/04/11 19:36:56 [Launching Client Listener Thread...]
  6. DAMBSD - 2011/04/11 19:36:56 [Launching Peer Listener Thread...]
  7. DAMBSD - 2011/04/11 19:36:56 [Waiting For Client...]
  8. DAMBSD - 2011/04/11 19:36:56 [Waiting For Peer...]
  9. DAMBSD - 2011/04/11 19:37:00 [Accepted Client Connection From: 127.0.0.1:59957]
  10. DAMBSD - 2011/04/11 19:37:00 [Generating 256bit AES Key for Stream Encryption...]
  11. DAMBSD - 2011/04/11 19:37:00 [AES Key Generated Successfully]
  12. DAMBSD - 2011/04/11 19:37:00 [Generating 256bit AES Key for Stream Encryption...]
  13. DAMBSD - 2011/04/11 19:37:00 [AES Key Generated Successfully]
  14. DAMBSD - 2011/04/11 19:37:00 [Connection Established.]
  15. DAMBSD - 2011/04/11 19:37:00 [Waiting For Client...]
  16. DAMBSD - 2011/04/11 19:37:04 [BYTECOUNT RECEIVED: 65536]
  17. panic: runtime error: index out of range
  18.  
  19. runtime.panic+0xac /build/buildd/golang-weekly-2011-04-04/src/pkg/runtime/proc.c:1034
  20. runtime.panic(0x479558, 0xf840001e90)
  21. runtime.panicstring+0xa3 /build/buildd/golang-weekly-2011-04-04/src/pkg/runtime/runtime.c:116
  22. runtime.panicstring(0x5569f6, 0xf840001630)
  23. runtime.panicindex+0x25 /build/buildd/golang-weekly-2011-04-04/src/pkg/runtime/runtime.c:73
  24. runtime.panicindex()
  25. encoding/binary.littleEndian·Uint16+0x3f /build/buildd/golang-weekly-2011-04-04/src/pkg/encoding/binary/binary.go:43
  26. encoding/binary.littleEndian·Uint16(0x470000, 0xf8400b1001, 0xffff00000001, 0x479590, 0xf840001620, ...)
  27. dambs.PacketFromBytes+0x1b7 /home/glasswalker/SWARM/src/dambs/dambs_protocol.go:90
  28. dambs.PacketFromBytes(0xf8400b1000, 0x1000000010000, 0xf8400234b0, 0x100000020, 0x1000000010000, ...)
  29. dambs.*DAMBSConnection·ReadPacket+0xe1 /home/glasswalker/SWARM/src/dambs/dambs_connection.go:70
  30. dambs.*DAMBSConnection·ReadPacket(0xf840023480, 0x0, 0x0, 0x0, 0x0, ...)
  31. dambs.*DAMBSConnection·PacketRXHandler+0x68 /home/glasswalker/SWARM/src/dambs/dambs_connection.go:107
  32. dambs.*DAMBSConnection·PacketRXHandler(0xf840023480, 0x0)
  33. runtime.goexit /build/buildd/golang-weekly-2011-04-04/src/pkg/runtime/proc.c:178
  34. runtime.goexit()
Add Comment
Please, Sign In to add comment