Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. (teste) marco@phenom:~/MachineLearning$ python collect_env.py
  2. Collecting environment information...
  3. PyTorch version: 1.0.0a0+22924d6
  4. Is debug build: Yes
  5. CUDA used to build PyTorch: 10.0.130
  6.  
  7. OS: Ubuntu 18.04.1 LTS
  8. GCC version: (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
  9. CMake version: version 3.12.2
  10.  
  11. Python version: 3.6
  12. Is CUDA available: Yes
  13. CUDA runtime version: 10.0.130
  14. GPU models and configuration: GPU 0: GeForce GTX 1070
  15. Nvidia driver version: 410.48
  16. cuDNN version: Probably one of the following:
  17. /usr/lib/x86_64-linux-gnu/libcudnn.so.7.3.1
  18. /usr/lib/x86_64-linux-gnu/libcudnn_static_v7.a
  19.  
  20. Versions of relevant libraries:
  21. [pip] numpy (1.15.2)
  22. [pip] torch (1.0.0a0+22924d6)
  23. [conda] Could not collect
  24. (teste) marco@phenom:~/MachineLearning$ gdb python
  25. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  26. Copyright (C) 2018 Free Software Foundation, Inc.
  27. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  28. This is free software: you are free to change and redistribute it.
  29. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  30. and "show warranty" for details.
  31. This GDB was configured as "x86_64-linux-gnu".
  32. Type "show configuration" for configuration details.
  33. For bug reporting instructions, please see:
  34. <http://www.gnu.org/software/gdb/bugs/>.
  35. Find the GDB manual and other documentation resources online at:
  36. <http://www.gnu.org/software/gdb/documentation/>.
  37. For help, type "help".
  38. Type "apropos word" to search for commands related to "word"...
  39. Lendo símbolos de python...concluído.
  40. (gdb) run teste.py
  41. Starting program: /home/marco/anaconda3/envs/teste/bin/python teste.py
  42. [Thread debugging using libthread_db enabled]
  43. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  44. 1.0.0a0+22924d6
  45. 10.0.130
  46. [New Thread 0x7fff9254f700 (LWP 22710)]
  47. True
  48.  
  49. Thread 1 "python" received signal SIGSEGV, Segmentation fault.
  50. 0x00007fffcfdde2c3 in THCMagma_init (
  51. state=<error reading variable: Não é possível acessar a memória no endereço 0xfffffffffffffff8>)
  52. at /home/marco/pytorch/aten/src/THC/THCTensorMathMagma.cu:26
  53. 26 }
  54. (gdb) bt
  55. #0 0x00007fffcfdde2c3 in THCMagma_init (
  56. state=<error reading variable: Não é possível acessar a memória no endereço 0xfffffffffffffff8>)
  57. at /home/marco/pytorch/aten/src/THC/THCTensorMathMagma.cu:26
  58. Backtrace stopped: Não é possível acessar a memória no endereço 0x8
  59. (gdb) disas
  60. Dump of assembler code for function THCMagma_init(THCState*):
  61. 0x00007fffcfdde2b1 <+0>: push %rbp
  62. 0x00007fffcfdde2b2 <+1>: mov %rsp,%rbp
  63. 0x00007fffcfdde2b5 <+4>: sub $0x10,%rsp
  64. 0x00007fffcfdde2b9 <+8>: mov %rdi,-0x8(%rbp)
  65. 0x00007fffcfdde2bd <+12>: callq 0x7fffcf5d42b0 <magma_init@plt>
  66. 0x00007fffcfdde2c2 <+17>: nop
  67. => 0x00007fffcfdde2c3 <+18>: leaveq
  68. 0x00007fffcfdde2c4 <+19>: retq
  69. End of assembler dump.
  70. (gdb) info registers
  71. rax 0x0 0
  72. rbx 0x7ffff25a7288 140737259401864
  73. rcx 0x0 0
  74. rdx 0x7fffe04dc540 140736956581184
  75. rsi 0x0 0
  76. rdi 0x7fffe04dc540 140736956581184
  77. rbp 0x0 0x0
  78. rsp 0x7fffffffcf00 0x7fffffffcf00
  79. r8 0x0 0
  80. r9 0x0 0
  81. r10 0x555555aaa010 93824997826576
  82. r11 0x1 1
  83. r12 0x7ffff25a1458 140737259377752
  84. r13 0x0 0
  85. r14 0x7fffe4ffbf7c 140737035353980
  86. r15 0x555556ad6620 93825014785568
  87. rip 0x7fffcfdde2c3 0x7fffcfdde2c3 <THCMagma_init(THCState*)+18>
  88. eflags 0x10246 [ PF ZF IF RF ]
  89. cs 0x33 51
  90. ss 0x2b 43
  91. ds 0x0 0
  92. es 0x0 0
  93. fs 0x0 0
  94. gs 0x0 0
  95. (gdb)
  96. rax 0x0 0
  97. rbx 0x7ffff25a7288 140737259401864
  98. rcx 0x0 0
  99. rdx 0x7fffe04dc540 140736956581184
  100. rsi 0x0 0
  101. rdi 0x7fffe04dc540 140736956581184
  102. rbp 0x0 0x0
  103. rsp 0x7fffffffcf00 0x7fffffffcf00
  104. r8 0x0 0
  105. r9 0x0 0
  106. r10 0x555555aaa010 93824997826576
  107. r11 0x1 1
  108. r12 0x7ffff25a1458 140737259377752
  109. r13 0x0 0
  110. r14 0x7fffe4ffbf7c 140737035353980
  111. r15 0x555556ad6620 93825014785568
  112. rip 0x7fffcfdde2c3 0x7fffcfdde2c3 <THCMagma_init(THCState*)+18>
  113. eflags 0x10246 [ PF ZF IF RF ]
  114. cs 0x33 51
  115. ss 0x2b 43
  116. ds 0x0 0
  117. es 0x0 0
  118. fs 0x0 0
  119. gs 0x0 0
  120. (gdb)
  121. rax 0x0 0
  122. rbx 0x7ffff25a7288 140737259401864
  123. rcx 0x0 0
  124. rdx 0x7fffe04dc540 140736956581184
  125. rsi 0x0 0
  126. rdi 0x7fffe04dc540 140736956581184
  127. rbp 0x0 0x0
  128. rsp 0x7fffffffcf00 0x7fffffffcf00
  129. r8 0x0 0
  130. r9 0x0 0
  131. r10 0x555555aaa010 93824997826576
  132. r11 0x1 1
  133. r12 0x7ffff25a1458 140737259377752
  134. r13 0x0 0
  135. r14 0x7fffe4ffbf7c 140737035353980
  136. r15 0x555556ad6620 93825014785568
  137. rip 0x7fffcfdde2c3 0x7fffcfdde2c3 <THCMagma_init(THCState*)+18>
  138. eflags 0x10246 [ PF ZF IF RF ]
  139. cs 0x33 51
  140. ss 0x2b 43
  141. ds 0x0 0
  142. es 0x0 0
  143. fs 0x0 0
  144. gs 0x0 0
  145. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement