Advertisement
Guest User

Untitled

a guest
Jan 20th, 2021
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.17 KB | None | 0 0
  1. For help, type "help".
  2. Type "apropos word" to search for commands related to "word".
  3. Attaching to process 3875217
  4. Reading symbols from /usr/sbin/lighttpd...
  5. (No debugging symbols found in /usr/sbin/lighttpd)
  6. Reading symbols from /lib/x86_64-linux-gnu/libpcre.so.3...
  7. (No debugging symbols found in /lib/x86_64-linux-gnu/libpcre.so.3)
  8. Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...
  9. (No debugging symbols found in /lib/x86_64-linux-gnu/libdl.so.2)
  10. Reading symbols from /lib/x86_64-linux-gnu/libnettle.so.8...
  11. (No debugging symbols found in /lib/x86_64-linux-gnu/libnettle.so.8)
  12. Reading symbols from /lib/x86_64-linux-gnu/libxxhash.so.0...
  13. (No debugging symbols found in /lib/x86_64-linux-gnu/libxxhash.so.0)
  14. Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...
  15. (No debugging symbols found in /lib/x86_64-linux-gnu/libc.so.6)
  16. Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...
  17. (No debugging symbols found in /lib/x86_64-linux-gnu/libpthread.so.0)
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  20. Reading symbols from /lib64/ld-linux-x86-64.so.2...
  21. (No debugging symbols found in /lib64/ld-linux-x86-64.so.2)
  22. Reading symbols from /usr/lib/lighttpd/mod_indexfile.so...
  23. (No debugging symbols found in /usr/lib/lighttpd/mod_indexfile.so)
  24. Reading symbols from /usr/lib/lighttpd/mod_access.so...
  25. (No debugging symbols found in /usr/lib/lighttpd/mod_access.so)
  26. Reading symbols from /usr/lib/lighttpd/mod_alias.so...
  27. (No debugging symbols found in /usr/lib/lighttpd/mod_alias.so)
  28. --Type <RET> for more, q to quit, c to continue without paging--c
  29. Reading symbols from /usr/lib/lighttpd/mod_redirect.so...
  30. (No debugging symbols found in /usr/lib/lighttpd/mod_redirect.so)
  31. Reading symbols from /usr/lib/lighttpd/mod_openssl.so...
  32. (No debugging symbols found in /usr/lib/lighttpd/mod_openssl.so)
  33. Reading symbols from /lib/x86_64-linux-gnu/libssl.so.1.1...
  34. (No debugging symbols found in /lib/x86_64-linux-gnu/libssl.so.1.1)
  35. Reading symbols from /lib/x86_64-linux-gnu/libcrypto.so.1.1...
  36. (No debugging symbols found in /lib/x86_64-linux-gnu/libcrypto.so.1.1)
  37. Reading symbols from /usr/lib/lighttpd/mod_accesslog.so...
  38. (No debugging symbols found in /usr/lib/lighttpd/mod_accesslog.so)
  39. Reading symbols from /usr/lib/lighttpd/mod_dirlisting.so...
  40. (No debugging symbols found in /usr/lib/lighttpd/mod_dirlisting.so)
  41. Reading symbols from /usr/lib/lighttpd/mod_staticfile.so...
  42. (No debugging symbols found in /usr/lib/lighttpd/mod_staticfile.so)
  43. Reading symbols from /lib/x86_64-linux-gnu/libnss_files.so.2...
  44. (No debugging symbols found in /lib/x86_64-linux-gnu/libnss_files.so.2)
  45. Reading symbols from /lib/x86_64-linux-gnu/libnss_cache.so.2...
  46. (No debugging symbols found in /lib/x86_64-linux-gnu/libnss_cache.so.2)
  47. 0x00007fedb4f56f1a in getsockopt () from /lib/x86_64-linux-gnu/libc.so.6
  48. (gdb) step
  49. Single stepping until exit from function getsockopt,
  50. which has no line number information.
  51. 0x0000560e8c0336c8 in fdevent_is_tcp_half_closed ()
  52. (gdb) step
  53. Single stepping until exit from function fdevent_is_tcp_half_closed,
  54. which has no line number information.
  55.  
  56. Program received signal SIGPIPE, Broken pipe.
  57. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  58. (gdb) step
  59. Single stepping until exit from function write,
  60. which has no line number information.
  61. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  62. (gdb) step
  63. Single stepping until exit from function BIO_write,
  64. which has no line number information.
  65.  
  66. Program received signal SIGPIPE, Broken pipe.
  67. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  68. (gdb) step
  69. Single stepping until exit from function write,
  70. which has no line number information.
  71. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  72. (gdb) step
  73. Single stepping until exit from function BIO_write,
  74. which has no line number information.
  75. 0x0000560e8c02402f in connection_state_machine ()
  76. (gdb) step
  77. Single stepping until exit from function connection_state_machine,
  78. which has no line number information.
  79.  
  80. Program received signal SIGPIPE, Broken pipe.
  81. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  82. (gdb) step
  83. Single stepping until exit from function write,
  84. which has no line number information.
  85. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  86. (gdb) step
  87. Single stepping until exit from function BIO_write,
  88. which has no line number information.
  89. 0x0000560e8c02402f in connection_state_machine ()
  90. (gdb) step
  91. Single stepping until exit from function connection_state_machine,
  92. which has no line number information.
  93. 0x0000560e8c024bf0 in connection_periodic_maint ()
  94. (gdb) step
  95. Single stepping until exit from function connection_periodic_maint,
  96. which has no line number information.
  97. Program received signal SIGPIPE, Broken pipe.
  98. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  99. (gdb) step
  100. Single stepping until exit from function write,
  101. which has no line number information.
  102. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  103. (gdb) step
  104. Single stepping until exit from function BIO_write,
  105. which has no line number information.
  106.  
  107. Program received signal SIGPIPE, Broken pipe.
  108. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  109. (gdb) step
  110. Single stepping until exit from function write,
  111. which has no line number information.
  112. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  113. (gdb) step
  114. Single stepping until exit from function BIO_write,
  115. which has no line number information.
  116. 0x0000560e8c02402f in connection_state_machine ()
  117. (gdb) step
  118. Single stepping until exit from function connection_state_machine,
  119. which has no line number information.
  120.  
  121. Program received signal SIGPIPE, Broken pipe.
  122. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  123. (gdb) step
  124. Single stepping until exit from function write,
  125. which has no line number information.
  126. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  127. (gdb) step
  128. Single stepping until exit from function BIO_write,
  129. which has no line number information.
  130. 0x0000560e8c02402f in connection_state_machine ()
  131. (gdb) step
  132. Single stepping until exit from function connection_state_machine,
  133. which has no line number information.
  134. 0x0000560e8c024bf0 in connection_periodic_maint ()
  135. (gdb) step
  136. Single stepping until exit from function connection_periodic_maint,
  137. which has no line number information.
  138.  
  139. Program received signal SIGPIPE, Broken pipe.
  140. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  141. (gdb) step
  142. Single stepping until exit from function write,
  143. which has no line number information.
  144. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  145. (gdb) step
  146. Single stepping until exit from function BIO_write,
  147. which has no line number information.
  148. 0x0000560e8c02402f in connection_state_machine ()
  149. (gdb) step
  150. Single stepping until exit from function connection_state_machine,
  151. which has no line number information.
  152. 0x0000560e8c024bf0 in connection_periodic_maint ()
  153. (gdb) step
  154. Single stepping until exit from function connection_periodic_maint,
  155. which has no line number information.
  156.  
  157. Program received signal SIGPIPE, Broken pipe.
  158. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  159. (gdb) step
  160. Single stepping until exit from function write,
  161. which has no line number information.
  162. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  163. (gdb) step
  164. Single stepping until exit from function BIO_write,
  165. which has no line number information.
  166.  
  167. Program received signal SIGPIPE, Broken pipe.
  168. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  169. (gdb) step
  170. Single stepping until exit from function write,
  171. which has no line number information.
  172. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  173. (gdb) step
  174. Single stepping until exit from function BIO_write,
  175. which has no line number information.
  176. 0x0000560e8c02402f in connection_state_machine ()
  177. (gdb) step
  178. Single stepping until exit from function connection_state_machine,
  179. which has no line number information.
  180.  
  181. Program received signal SIGPIPE, Broken pipe.
  182. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  183. (gdb) step
  184. Single stepping until exit from function write,
  185. which has no line number information.
  186. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  187. (gdb) step
  188. Single stepping until exit from function BIO_write,
  189. which has no line number information.
  190. 0x0000560e8c02402f in connection_state_machine ()
  191. (gdb) step
  192. Single stepping until exit from function connection_state_machine,
  193. which has no line number information.
  194. 0x0000560e8c024bf0 in connection_periodic_maint ()
  195. (gdb) step
  196. Single stepping until exit from function connection_periodic_maint,
  197. which has no line number information.
  198.  
  199. Program received signal SIGPIPE, Broken pipe.
  200. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  201. (gdb) step
  202. Single stepping until exit from function write,
  203. which has no line number information.
  204. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  205. (gdb) step
  206. Single stepping until exit from function BIO_write,
  207. which has no line number information.
  208.  
  209. Program received signal SIGPIPE, Broken pipe.
  210. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  211. (gdb) step
  212. Single stepping until exit from function write,
  213. which has no line number information.
  214. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  215. (gdb) step
  216. Single stepping until exit from function BIO_write,
  217. which has no line number information.
  218. 0x0000560e8c02402f in connection_state_machine ()
  219. (gdb) step
  220. Single stepping until exit from function connection_state_machine,
  221. which has no line number information.
  222.  
  223. Program received signal SIGPIPE, Broken pipe.
  224. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  225. (gdb) step
  226. Single stepping until exit from function write,
  227. which has no line number information.
  228. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  229. (gdb) step
  230. Single stepping until exit from function BIO_write,
  231. which has no line number information.
  232.  
  233. Program received signal SIGPIPE, Broken pipe.
  234. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  235. (gdb) step
  236. Single stepping until exit from function write,
  237. which has no line number information.
  238. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  239. (gdb) step
  240. Single stepping until exit from function BIO_write,
  241. which has no line number information.
  242. 0x0000560e8c02402f in connection_state_machine ()
  243. (gdb) step
  244. Single stepping until exit from function connection_state_machine,
  245. which has no line number information.
  246.  
  247. Program received signal SIGPIPE, Broken pipe.
  248. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  249. (gdb) step
  250. Single stepping until exit from function write,
  251. which has no line number information.
  252. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  253. (gdb) step
  254. Single stepping until exit from function BIO_write,
  255. which has no line number information.
  256. 0x0000560e8c02402f in connection_state_machine ()
  257. (gdb) step
  258. Single stepping until exit from function connection_state_machine,
  259. which has no line number information.
  260. 0x0000560e8c024bf0 in connection_periodic_maint ()
  261. (gdb) step
  262. Single stepping until exit from function connection_periodic_maint,
  263. which has no line number information.
  264.  
  265. Program received signal SIGPIPE, Broken pipe.
  266. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  267. (gdb) step
  268. Single stepping until exit from function write,
  269. which has no line number information.
  270. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  271. (gdb) step
  272. Single stepping until exit from function BIO_write,
  273. which has no line number information.
  274. 0x0000560e8c02402f in connection_state_machine ()
  275. (gdb) step
  276. Single stepping until exit from function connection_state_machine,
  277. which has no line number information.
  278. 0x0000560e8c024bf0 in connection_periodic_maint ()
  279. (gdb) step
  280. Single stepping until exit from function connection_periodic_maint,
  281. which has no line number information.
  282.  
  283. Program received signal SIGPIPE, Broken pipe.
  284. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  285. (gdb) step
  286. Single stepping until exit from function write,
  287. which has no line number information.
  288. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  289. (gdb) step
  290. Single stepping until exit from function BIO_write,
  291. which has no line number information.
  292.  
  293. Program received signal SIGPIPE, Broken pipe.
  294. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  295. (gdb) step
  296. Single stepping until exit from function write,
  297. which has no line number information.
  298. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  299. (gdb) step
  300. Single stepping until exit from function BIO_write,
  301. which has no line number information.
  302. 0x0000560e8c02402f in connection_state_machine ()
  303. (gdb) step
  304. Single stepping until exit from function connection_state_machine,
  305. which has no line number information.
  306. Program received signal SIGINT, Interrupt.
  307. 0x00007fedb4f56f1a in getsockopt () from /lib/x86_64-linux-gnu/libc.so.6
  308. (gdb) step
  309. Single stepping until exit from function getsockopt,
  310. which has no line number information.
  311. 0x0000560e8c0336c8 in fdevent_is_tcp_half_closed ()
  312. (gdb) step
  313. Single stepping until exit from function fdevent_is_tcp_half_closed,
  314. which has no line number information.
  315.  
  316. Program received signal SIGPIPE, Broken pipe.
  317. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  318. (gdb) step
  319. Single stepping until exit from function write,
  320. which has no line number information.
  321. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  322. (gdb) step
  323. Single stepping until exit from function BIO_write,
  324. which has no line number information.
  325. 0x0000560e8c02402f in connection_state_machine ()
  326. (gdb) step
  327. Single stepping until exit from function connection_state_machine,
  328. which has no line number information.
  329. 0x0000560e8c024bf0 in connection_periodic_maint ()
  330. (gdb) step
  331. Single stepping until exit from function connection_periodic_maint,
  332. which has no line number information.
  333.  
  334. Program received signal SIGPIPE, Broken pipe.
  335. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  336. (gdb) step
  337. Single stepping until exit from function write,
  338. which has no line number information.
  339. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  340. (gdb) step
  341. Single stepping until exit from function BIO_write,
  342. which has no line number information.
  343.  
  344. Program received signal SIGPIPE, Broken pipe.
  345. 0x00007fedb4f46ed3 in write () from /lib/x86_64-linux-gnu/libc.so.6
  346. (gdb) step
  347. Single stepping until exit from function write,
  348. which has no line number information.
  349. 0x00007fedb4b45c43 in BIO_write () from /lib/x86_64-linux-gnu/libcrypto.so.1.1
  350. (gdb) step
  351. Single stepping until exit from function BIO_write,
  352. which has no line number information.
  353. 0x0000560e8c02402f in connection_state_machine ()
  354. (gdb) step
  355. Single stepping until exit from function connection_state_machine,
  356. which has no line number information.
  357.  
  358.  
  359.  
  360.  
  361.  
  362. Program received signal SIGINT, Interrupt.
  363. 0x00007fedb4f5680a in epoll_ctl () from /lib/x86_64-linux-gnu/libc.so.6
  364. (gdb) step
  365. Single stepping until exit from function epoll_ctl,
  366. which has no line number information.
  367. 0x0000560e8c0326d9 in fdevent_fdnode_event_set ()
  368. (gdb) step
  369. Single stepping until exit from function fdevent_fdnode_event_set,
  370. which has no line number information.
  371. c♥
  372. Program received signal SIGINT, Interrupt.
  373. 0x00007fedb4f5680a in epoll_ctl () from /lib/x86_64-linux-gnu/libc.so.6
  374. (gdb) step
  375. Single stepping until exit from function epoll_ctl,
  376. which has no line number information.
  377. 0x0000560e8c0326d9 in fdevent_fdnode_event_set ()
  378. (gdb) step
  379. Single stepping until exit from function fdevent_fdnode_event_set,
  380. which has no line number information.
  381. Program received signal SIGINT, Interrupt.
  382. 0x00007fedb4f5680a in epoll_ctl () from /lib/x86_64-linux-gnu/libc.so.6
  383. (gdb) step
  384. Single stepping until exit from function epoll_ctl,
  385. which has no line number information.
  386. 0x0000560e8c0326d9 in fdevent_fdnode_event_set ()
  387. (gdb) step
  388. Single stepping until exit from function fdevent_fdnode_event_set,
  389. which has no line number information.
  390. Program received signal SIGINT, Interrupt.
  391. 0x00007fedb4f56076 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
  392. (gdb) step
  393. Single stepping until exit from function epoll_wait,
  394. which has no line number information.
  395. 0x0000560e8c032794 in fdevent_poll ()
  396. (gdb) step
  397. Single stepping until exit from function fdevent_poll,
  398. which has no line number information.
  399. Program received signal SIGINT, Interrupt.
  400. 0x00007fedb4f5680a in epoll_ctl () from /lib/x86_64-linux-gnu/libc.so.6
  401. (gdb) step
  402. Single stepping until exit from function epoll_ctl,
  403. which has no line number information.
  404. 0x0000560e8c0326d9 in fdevent_fdnode_event_set ()
  405. (gdb) step
  406. Single stepping until exit from function fdevent_fdnode_event_set,
  407. which has no line number information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement