Last active
April 17, 2016 07:37
-
-
Save myitcv/27c436cd7aaf542e2138ede439f1285f to your computer and use it in GitHub Desktop.
Gitlab frozen mailroom diagnostics part 2 - working process
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
(gdb) info threads | |
Id Target Id Frame | |
5 Thread 0x7f6e086cc700 (LWP 26063) "ruby-timer-thr" 0x00007f6e07cf912d in poll () at ../sysdeps/unix/syscall-template.S:81 | |
4 Thread 0x7f6dfd2db700 (LWP 26074) "ruby" 0x00007f6e07cf91ef in __GI_ppoll (fds=fds@entry=0x7f6dfd2da500, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56 | |
3 Thread 0x7f6dfd1da700 (LWP 26076) "ruby" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
2 Thread 0x7f6dfd0d9700 (LWP 26218) "ruby" pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 | |
* 1 Thread 0x7f6e086c1740 (LWP 26057) "ruby" pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 |
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
Thread 5 (Thread 0x7f6e086cc700 (LWP 26063)): | |
#0 0x00007f6e07cf912d in poll () at ../sysdeps/unix/syscall-template.S:81 | |
#1 0x00007f6e081bb320 in timer_thread_sleep (gvl=0x8d8018) at thread_pthread.c:1424 | |
#2 thread_timer (p=0x8d8018) at thread_pthread.c:1497 | |
#3 0x00007f6e079f6182 in start_thread (arg=0x7f6e086cc700) at pthread_create.c:312 | |
#4 0x00007f6e07d0647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
Thread 4 (Thread 0x7f6dfd2db700 (LWP 26074)): | |
#0 0x00007f6e07cf91ef in __GI_ppoll (fds=fds@entry=0x7f6dfd2da500, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56 | |
#1 0x00007f6e081c3648 in rb_wait_for_single_fd (fd=<optimized out>, events=events@entry=1, tv=tv@entry=0x0) at thread.c:3675 | |
#2 0x00007f6e081c3b64 in rb_thread_wait_fd_rw (read=1, fd=<optimized out>) at thread.c:3514 | |
#3 rb_thread_wait_fd (fd=<optimized out>) at thread.c:3525 | |
#4 0x00007f6e04d643e0 in ossl_ssl_read_internal (nonblock=0, self=107237440, argv=<optimized out>, argc=<optimized out>) at ossl_ssl.c:1422 | |
#5 ossl_ssl_read (argc=<optimized out>, argv=<optimized out>, self=107237440) at ossl_ssl.c:1476 | |
#6 0x00007f6e0819c034 in vm_call_cfunc_with_frame (ci=<optimized out>, reg_cfp=0xfba1a60, th=0xfa9f840) at vm_insnhelper.c:1510 | |
#7 vm_call_cfunc (th=0xfa9f840, reg_cfp=0xfba1a60, ci=<optimized out>) at vm_insnhelper.c:1600 | |
#8 0x00007f6e081a0da4 in vm_exec_core (th=th@entry=0xfa9f840, initial=initial@entry=0) at insns.def:1025 | |
#9 0x00007f6e081a4c6f in vm_exec (th=th@entry=0xfa9f840) at vm.c:1427 | |
#10 0x00007f6e081a7dda in invoke_block_from_c (th=0xfa9f840, block=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, blockptr=<optimized out>, cref=0x0, defined_class=21022040) at vm.c:817 | |
#11 0x00007f6e081a85bb in vm_invoke_proc (th=th@entry=0xfa9f840, proc=proc@entry=0xfba1cf0, self=107238400, defined_class=21022040, argc=0, argv=0x664fcf8, blockptr=blockptr@entry=0x0) at vm.c:881 | |
#12 0x00007f6e081a866a in rb_vm_invoke_proc (th=th@entry=0xfa9f840, proc=proc@entry=0xfba1cf0, argc=<optimized out>, argv=<optimized out>, blockptr=blockptr@entry=0x0) at vm.c:900 | |
#13 0x00007f6e081be0a0 in thread_start_func_2 (th=th@entry=0xfa9f840, stack_start=<optimized out>) at thread.c:535 | |
#14 0x00007f6e081be50b in thread_start_func_1 (th_ptr=0xfa9f840) at thread_pthread.c:846 | |
#15 0x00007f6e079f6182 in start_thread (arg=0x7f6dfd2db700) at pthread_create.c:312 | |
#16 0x00007f6e07d0647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
Thread 3 (Thread 0x7f6dfd1da700 (LWP 26076)): | |
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 | |
#1 0x00007f6e081bb910 in native_cond_wait (mutex=0xfba23d0, cond=<optimized out>) at thread_pthread.c:334 | |
#2 native_sleep (th=th@entry=0xfba22b0, timeout_tv=0x0) at thread_pthread.c:1102 | |
#3 0x00007f6e081c1e34 in sleep_forever (deadlockable=1, spurious_check=0, th=0xfba22b0) at thread.c:1003 | |
#4 rb_mutex_sleep_forever (time=time@entry=8) at thread.c:4558 | |
#5 0x00007f6e08051690 in rb_ensure (b_proc=b_proc@entry=0x7f6e081c1d70 <rb_mutex_sleep_forever>, data1=data1@entry=8, e_proc=e_proc@entry=0x7f6e081c0400 <rb_mutex_lock>, data2=data2@entry=107238320) at eval.c:853 | |
#6 0x00007f6e081c3f72 in rb_mutex_sleep (self=self@entry=107238320, timeout=<optimized out>) at thread.c:4582 | |
#7 0x00007f6e081c3fa8 in mutex_sleep (argc=<optimized out>, argv=<optimized out>, self=107238320) at thread.c:4611 | |
#8 0x00007f6e081a603f in vm_call0_cfunc_with_frame (argv=0x7f6dfd1d95d8, ci=0x7f6dfd1d92c0, th=0xfba22b0) at vm_eval.c:118 | |
#9 vm_call0_cfunc (argv=0x7f6dfd1d95d8, ci=0x7f6dfd1d92c0, th=0xfba22b0) at vm_eval.c:135 | |
#10 vm_call0_body (th=th@entry=0xfba22b0, ci=ci@entry=0x7f6dfd1d93a0, argv=0x7f6dfd1d95d8) at vm_eval.c:175 | |
#11 0x00007f6e081a6cef in vm_call0 (defined_class=<optimized out>, me=<optimized out>, argv=<optimized out>, argc=1, id=10784, recv=107238320, th=0xfba22b0) at vm_eval.c:50 | |
#12 rb_call0 (recv=107238320, mid=10784, argc=1, argv=<optimized out>, scope=<optimized out>, self=<optimized out>) at vm_eval.c:326 | |
#13 0x00007f6e08051690 in rb_ensure (b_proc=b_proc@entry=0x7f6e06ca10c0 <do_sleep>, data1=data1@entry=140110374737360, e_proc=e_proc@entry=0x7f6e06ca1080 <delete_current_thread>, data2=data2@entry=29286840) at eval.c:853 | |
#14 0x00007f6e06ca1789 in rb_condvar_wait (argc=<optimized out>, argv=<optimized out>, self=29286880) at thread.c:146 | |
#15 0x00007f6e0819c034 in vm_call_cfunc_with_frame (ci=<optimized out>, reg_cfp=0xfca4480, th=0xfba22b0) at vm_insnhelper.c:1510 | |
#16 vm_call_cfunc (th=0xfba22b0, reg_cfp=0xfca4480, ci=<optimized out>) at vm_insnhelper.c:1600 | |
#17 0x00007f6e081a0da4 in vm_exec_core (th=th@entry=0xfba22b0, initial=initial@entry=0) at insns.def:1025 | |
#18 0x00007f6e081a4c6f in vm_exec (th=th@entry=0xfba22b0) at vm.c:1427 | |
#19 0x00007f6e081a7dda in invoke_block_from_c (th=0xfba22b0, block=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, blockptr=<optimized out>, cref=0x0, defined_class=29521960) at vm.c:817 | |
#20 0x00007f6e081a85bb in vm_invoke_proc (th=th@entry=0xfba22b0, proc=proc@entry=0xe14d0b0, self=107238800, defined_class=29521960, argc=0, argv=0x6667100, blockptr=blockptr@entry=0x0) at vm.c:881 | |
#21 0x00007f6e081a866a in rb_vm_invoke_proc (th=th@entry=0xfba22b0, proc=proc@entry=0xe14d0b0, argc=<optimized out>, argv=<optimized out>, blockptr=blockptr@entry=0x0) at vm.c:900 | |
#22 0x00007f6e081be0a0 in thread_start_func_2 (th=th@entry=0xfba22b0, stack_start=<optimized out>) at thread.c:535 | |
#23 0x00007f6e081be50b in thread_start_func_1 (th_ptr=0xfba22b0) at thread_pthread.c:846 | |
#24 0x00007f6e079f6182 in start_thread (arg=0x7f6dfd1da700) at pthread_create.c:312 | |
#25 0x00007f6e07d0647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
Thread 2 (Thread 0x7f6dfd0d9700 (LWP 26355)): | |
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 | |
#1 0x00007f6e081bbd7f in native_cond_timedwait (ts=<optimized out>, mutex=<optimized out>, cond=<optimized out>) at thread_pthread.c:352 | |
#2 native_sleep (th=0x7f6df0146b80, timeout_tv=0x7f6dfd0d8560) at thread_pthread.c:1104 | |
#3 0x00007f6e081bf02a in sleep_timeval (th=0x7f6df0146b80, tv=..., spurious_check=spurious_check@entry=1) at thread.c:1053 | |
#4 0x00007f6e081bf1ea in rb_thread_wait_for (time=...) at thread.c:1122 | |
#5 0x00007f6e080db9c0 in rb_f_sleep (argc=1, argv=0x7f6df0002d18) at process.c:4230 | |
#6 0x00007f6e0819c034 in vm_call_cfunc_with_frame (ci=<optimized out>, reg_cfp=0x7f6df0102c50, th=0x7f6df0146b80) at vm_insnhelper.c:1510 | |
#7 vm_call_cfunc (th=0x7f6df0146b80, reg_cfp=0x7f6df0102c50, ci=<optimized out>) at vm_insnhelper.c:1600 | |
#8 0x00007f6e081a0da4 in vm_exec_core (th=th@entry=0x7f6df0146b80, initial=initial@entry=0) at insns.def:1025 | |
#9 0x00007f6e081a4c6f in vm_exec (th=th@entry=0x7f6df0146b80) at vm.c:1427 | |
#10 0x00007f6e081a7dda in invoke_block_from_c (th=0x7f6df0146b80, block=<optimized out>, self=<optimized out>, argc=<optimized out>, argv=<optimized out>, blockptr=<optimized out>, cref=0x0, defined_class=29521960) at vm.c:817 | |
#11 0x00007f6e081a85bb in vm_invoke_proc (th=th@entry=0x7f6df0146b80, proc=proc@entry=0x7f6df013d680, self=107238800, defined_class=29521960, argc=0, argv=0x1bee790, blockptr=blockptr@entry=0x0) at vm.c:881 | |
#12 0x00007f6e081a866a in rb_vm_invoke_proc (th=th@entry=0x7f6df0146b80, proc=proc@entry=0x7f6df013d680, argc=<optimized out>, argv=<optimized out>, blockptr=blockptr@entry=0x0) at vm.c:900 | |
#13 0x00007f6e081be0a0 in thread_start_func_2 (th=th@entry=0x7f6df0146b80, stack_start=<optimized out>) at thread.c:535 | |
#14 0x00007f6e081be50b in thread_start_func_1 (th_ptr=0x7f6df0146b80) at thread_pthread.c:846 | |
#15 0x00007f6e079f6182 in start_thread (arg=0x7f6dfd0d9700) at pthread_create.c:312 | |
#16 0x00007f6e07d0647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
Thread 1 (Thread 0x7f6e086c1740 (LWP 26057)): | |
#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 | |
#1 0x00007f6e081bbd7f in native_cond_timedwait (ts=<optimized out>, mutex=<optimized out>, cond=<optimized out>) at thread_pthread.c:352 | |
#2 native_sleep (th=0x8d86a0, timeout_tv=0x7ffc16dc1e00) at thread_pthread.c:1104 | |
#3 0x00007f6e081bf02a in sleep_timeval (th=0x8d86a0, tv=..., spurious_check=spurious_check@entry=1) at thread.c:1053 | |
#4 0x00007f6e081bf1ea in rb_thread_wait_for (time=...) at thread.c:1122 | |
#5 0x00007f6e080db9c0 in rb_f_sleep (argc=1, argv=0x7f6e085c00c0) at process.c:4230 | |
#6 0x00007f6e0819c034 in vm_call_cfunc_with_frame (ci=<optimized out>, reg_cfp=0x7f6e086bfde0, th=0x8d86a0) at vm_insnhelper.c:1510 | |
#7 vm_call_cfunc (th=0x8d86a0, reg_cfp=0x7f6e086bfde0, ci=<optimized out>) at vm_insnhelper.c:1600 | |
#8 0x00007f6e081a0da4 in vm_exec_core (th=th@entry=0x8d86a0, initial=initial@entry=0) at insns.def:1025 | |
#9 0x00007f6e081a4c6f in vm_exec (th=0x8d86a0) at vm.c:1427 | |
#10 0x00007f6e081acc49 in rb_iseq_eval (iseqval=<optimized out>) at vm.c:1653 | |
#11 0x00007f6e0805435e in rb_load_internal0 (th=0x8d86a0, fname=29293240, wrap=<optimized out>) at load.c:615 | |
#12 0x00007f6e08054a72 in rb_load_internal (wrap=<optimized out>, fname=<optimized out>) at load.c:644 | |
#13 rb_f_load (argc=<optimized out>, argv=<optimized out>) at load.c:704 | |
#14 0x00007f6e081a9cf1 in vm_call_cfunc_with_frame (ci=<optimized out>, reg_cfp=0x7f6e086bff70, th=0x8d86a0) at vm_insnhelper.c:1510 | |
#15 vm_call_cfunc (ci=<optimized out>, reg_cfp=0x7f6e086bff70, th=0x8d86a0) at vm_insnhelper.c:1600 | |
#16 vm_call_method (th=0x8d86a0, cfp=0x7f6e086bff70, ci=<optimized out>) at vm_insnhelper.c:1788 | |
#17 0x00007f6e081a0da4 in vm_exec_core (th=th@entry=0x8d86a0, initial=initial@entry=0) at insns.def:1025 | |
#18 0x00007f6e081a4c6f in vm_exec (th=th@entry=0x8d86a0) at vm.c:1427 | |
#19 0x00007f6e081aceb6 in rb_iseq_eval_main (iseqval=iseqval@entry=29552960) at vm.c:1666 | |
#20 0x00007f6e0804e86f in ruby_exec_internal (n=0x1c2f140) at eval.c:253 | |
#21 0x00007f6e0805098d in ruby_exec_node (n=n@entry=0x1c2f140) at eval.c:318 | |
#22 0x00007f6e0805315c in ruby_run_node (n=0x1c2f140) at eval.c:310 | |
#23 0x000000000040087b in main (argc=4, argv=0x7ffc16dc2ac8) at main.c:36 |
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
# lsof -p 26057 | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
ruby 26057 git cwd DIR 0,34 2 1543 /Storage/gitlab/opt/gitlab-rails/working | |
ruby 26057 git rtd DIR 202,1 4096 2 / | |
ruby 26057 git txt REG 202,1 12389 202040 /opt/gitlab/embedded/bin/ruby | |
ruby 26057 git mem REG 202,1 101240 429771 /lib/x86_64-linux-gnu/libresolv-2.19.so | |
ruby 26057 git mem REG 202,1 22952 429795 /lib/x86_64-linux-gnu/libnss_dns-2.19.so | |
ruby 26057 git mem REG 202,1 8883 301528 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/fiber.so | |
ruby 26057 git mem REG 202,1 51671 420642 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/posix-spawn-0.3.11/lib/posix_spawn_ext.so | |
ruby 26057 git mem REG 202,1 47712 429801 /lib/x86_64-linux-gnu/libnss_files-2.19.so | |
ruby 26057 git mem REG 202,1 47760 429792 /lib/x86_64-linux-gnu/libnss_nis-2.19.so | |
ruby 26057 git mem REG 202,1 97296 429788 /lib/x86_64-linux-gnu/libnsl-2.19.so | |
ruby 26057 git mem REG 202,1 39824 429786 /lib/x86_64-linux-gnu/libnss_compat-2.19.so | |
ruby 26057 git mem REG 202,1 204627 300712 /opt/gitlab/embedded/lib/libpq.so.5.5 | |
ruby 26057 git mem REG 202,1 696068 217813 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/pg-0.18.4/lib/pg_ext.so | |
ruby 26057 git mem REG 202,1 44369 301540 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/syslog.so | |
ruby 26057 git mem REG 202,1 64370 423549 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rinku-1.7.3/lib/rinku.so | |
ruby 26057 git mem REG 202,1 683761 216986 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/RedCloth-4.2.9/lib/redcloth_scan.so | |
ruby 26057 git mem REG 202,1 399207 725017 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/redcarpet-3.3.3/lib/redcarpet.so | |
ruby 26057 git mem REG 202,1 618661 301553 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/nkf.so | |
ruby 26057 git mem REG 202,1 31792 429797 /lib/x86_64-linux-gnu/librt-2.19.so | |
ruby 26057 git mem REG 202,1 6074161 571278 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rugged-0.24.0/lib/rugged/rugged.so | |
ruby 26057 git mem REG 202,1 26050 421264 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/version_sorter-2.0.0/lib/version_sorter.so | |
ruby 26057 git mem REG 202,1 427741 292004 /opt/gitlab/embedded/lib/libcurl.so.4.3.0 | |
ruby 26057 git mem REG 202,1 141390 423587 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/escape_utils-1.1.0/lib/escape_utils/escape_utils.so | |
ruby 26057 git mem REG 202,1 29217 301572 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/big5.so | |
ruby 26057 git mem REG 202,1 21205 301608 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/euc_kr.so | |
ruby 26057 git mem REG 202,1 39994 301579 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/euc_jp.so | |
ruby 26057 git mem REG 202,1 22125 301566 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/gb18030.so | |
ruby 26057 git mem REG 202,1 40274 301558 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/shift_jis.so | |
ruby 26057 git mem REG 202,1 19250 301606 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/koi8_r.so | |
ruby 26057 git mem REG 202,1 19292 301581 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/windows_1251.so | |
ruby 26057 git mem REG 202,1 17376 301564 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_6.so | |
ruby 26057 git mem REG 202,1 19242 301562 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_5.so | |
ruby 26057 git mem REG 202,1 17376 301565 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_8.so | |
ruby 26057 git mem REG 202,1 19618 301607 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_9.so | |
ruby 26057 git mem REG 202,1 19242 301574 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_7.so | |
ruby 26057 git mem REG 202,1 19258 301610 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_1.so | |
ruby 26057 git mem REG 202,1 19618 301571 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/iso_8859_2.so | |
ruby 26057 git mem REG 202,1 5503 301320 /opt/gitlab/embedded/lib/libicudata.so.54.1 | |
ruby 26057 git mem REG 202,1 90160 395399 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
ruby 26057 git mem REG 202,1 979056 27463 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19 | |
ruby 26057 git mem REG 202,1 3019935 300715 /opt/gitlab/embedded/lib/libicui18n.so.54.1 | |
ruby 26057 git mem REG 202,1 1876422 300714 /opt/gitlab/embedded/lib/libicuuc.so.54.1 | |
ruby 26057 git mem REG 202,1 98678 424159 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/charlock_holmes-0.7.3/lib/charlock_holmes/charlock_holmes.so | |
ruby 26057 git mem REG 202,1 57055 301619 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/racc/cparse.so | |
ruby 26057 git mem REG 202,1 979680 292008 /opt/gitlab/embedded/lib/libiconv.so.2.5.1 | |
ruby 26057 git mem REG 202,1 2434793 570568 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/nokogiri-1.6.7.2/lib/nokogiri/nokogiri.so | |
ruby 26057 git mem REG 202,1 20512 301537 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha2.so | |
ruby 26057 git mem REG 202,1 192299 304889 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/generator.so | |
ruby 26057 git mem REG 202,1 15738 301609 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32le.so | |
ruby 26057 git mem REG 202,1 15698 301570 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_32be.so | |
ruby 26057 git mem REG 202,1 21634 301560 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16le.so | |
ruby 26057 git mem REG 202,1 21570 301580 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/utf_16be.so | |
ruby 26057 git mem REG 202,1 86493 304888 /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/parser.so | |
ruby 26057 git mem REG 202,1 363475 301545 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/bigdecimal.so | |
ruby 26057 git mem REG 202,1 140390 291993 /opt/gitlab/embedded/lib/libyaml-0.so.2.0.4 | |
ruby 26057 git mem REG 202,1 106694 301611 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/psych.so | |
ruby 26057 git mem REG 202,1 13843 301535 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/digest/md5.so | |
ruby 26057 git mem REG 202,1 517400 292012 /opt/gitlab/embedded/lib/libssl.so.1.0.0 | |
ruby 26057 git mem REG 202,1 1512014 301543 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/openssl.so | |
ruby 26057 git mem REG 202,1 12279 301526 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/fcntl.so | |
ruby 26057 git mem REG 202,1 1047248 301539 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/date_core.so | |
ruby 26057 git mem REG 202,1 249383 301529 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/zlib.so | |
ruby 26057 git mem REG 202,1 683952 301551 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/socket.so | |
ruby 26057 git mem REG 202,1 52851 301615 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/digest.so | |
ruby 26057 git mem REG 202,1 97389 301272 /opt/gitlab/embedded/lib/libz.so.1.2.8 | |
ruby 26057 git mem REG 202,1 2678575 301181 /opt/gitlab/embedded/lib/libcrypto.so.1.0.0 | |
ruby 26057 git mem REG 202,1 14787 301534 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so | |
ruby 26057 git mem REG 202,1 98867 301618 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/strscan.so | |
ruby 26057 git mem REG 202,1 44141 301546 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/etc.so | |
ruby 26057 git mem REG 202,1 69739 301622 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/io/console.so | |
ruby 26057 git mem REG 202,1 109863 301542 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/pathname.so | |
ruby 26057 git mem REG 202,1 123960 301616 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/stringio.so | |
ruby 26057 git mem REG 202,1 56303 301549 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/thread.so | |
ruby 26057 git mem REG 202,1 28520 301587 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so | |
ruby 26057 git mem REG 202,1 20982 301555 /opt/gitlab/embedded/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so | |
ruby 26057 git mem REG 202,1 1071552 429776 /lib/x86_64-linux-gnu/libm-2.19.so | |
ruby 26057 git mem REG 202,1 43368 429779 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
ruby 26057 git mem REG 202,1 14664 429778 /lib/x86_64-linux-gnu/libdl-2.19.so | |
ruby 26057 git mem REG 202,1 141574 429789 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
ruby 26057 git mem REG 202,1 1840928 429798 /lib/x86_64-linux-gnu/libc-2.19.so | |
ruby 26057 git mem REG 202,1 12496104 291995 /opt/gitlab/embedded/lib/libruby.so.2.1.0 | |
ruby 26057 git mem REG 202,1 149120 429790 /lib/x86_64-linux-gnu/ld-2.19.so | |
ruby 26057 git 0u CHR 1,3 0t0 1029 /dev/null | |
ruby 26057 git 1w FIFO 0,8 0t0 15729 pipe | |
ruby 26057 git 2w FIFO 0,8 0t0 15729 pipe | |
ruby 26057 git 3r FIFO 0,8 0t0 249616 pipe | |
ruby 26057 git 4w FIFO 0,8 0t0 249616 pipe | |
ruby 26057 git 5r FIFO 0,8 0t0 249617 pipe | |
ruby 26057 git 6w FIFO 0,8 0t0 249617 pipe | |
ruby 26057 git 7w REG 202,1 1575737 200289 /var/log/gitlab/gitlab-rails/production.log | |
ruby 26057 git 8r FIFO 0,8 0t0 249618 pipe | |
ruby 26057 git 9w FIFO 0,8 0t0 249618 pipe | |
ruby 26057 git 10u unix 0xffff8803b470da00 0t0 249622 socket | |
ruby 26057 git 11u unix 0xffff8803b470d640 0t0 249621 socket | |
ruby 26057 git 12u IPv4 252208 0t0 TCP <OBSCURED>:59843-><OBSCURED>:imaps (ESTABLISHED) | |
ruby 26057 git 13u unix 0xffff880381928b40 0t0 250772 socket | |
ruby 26057 git 14u unix 0xffff88038192d640 0t0 250773 socket | |
ruby 26057 git 15u unix 0xffff8803f34b7bc0 0t0 251633 socket | |
ruby 26057 git 16u unix 0xffff88038192d280 0t0 254148 socket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment