Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. /tmp/dppm # crystal spec
  2. Module validation failed: !dbg attachment points at wrong subprogram for function
  3. !10 = distinct !DISubprogram(name: "initialize", linkageName: "initialize", scope: !5, file: !5, line: 115, type: !6, isLocal: true, isDefinition: true, scopeLine: 115, isOptimized: false, unit: !0, variables: !2)
  4. void (%"OpenSSL::BIO"*, %TCPSocket*)* @"*OpenSSL::BIO#initialize<TCPSocket>:Nil"
  5. %2 = call i8** @"~OpenSSL::BIO::CRYSTAL_BIO:read"(), !dbg !12
  6. !12 = !DILocation(line: 14, column: 5, scope: !13)
  7. !13 = distinct !DISubprogram(name: "set_data", linkageName: "set_data", scope: !5, file: !5, line: 13, type: !6, isLocal: true, isDefinition: true, scopeLine: 13, isOptimized: false, unit: !0, variables: !2)
  8. !13 = distinct !DISubprogram(name: "set_data", linkageName: "set_data", scope: !5, file: !5, line: 13, type: !6, isLocal: true, isDefinition: true, scopeLine: 13, isOptimized: false, unit: !0, variables: !2)
  9. (Exception)
  10. Unhandled exception: Error opening file 'crystal' with mode 'r': No such file or directory (Errno)
  11. Failed to raise an exception: END_OF_STACK
  12. [0x563909c63146] ???
  13. [0x5639093aa469] __crystal_raise +153
  14. [0x5639093ab5bc] ???
  15. [0x5639093bbf26] ???
  16. [0x5639093b51e0] ???
  17. [0x5639093b43de] ???
  18. [0x5639093b0e99] ???
  19. [0x5639093e4539] ???
  20. [0x5639093add1d] main +45
  21. [0x7f5aff9ea1ff] ???
  22. /tmp/dppm # crystal spec spec/*
  23. ...............................................................
  24.  
  25. Finished in 716.57 milliseconds
  26. 63 examples, 0 failures, 0 errors, 0 pending
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement