Add debugging tips with gdb
Merge request reports
Activity
Reassigned to @axil
- doc/administration/troubleshooting/debug.md 0 → 100644
63 ``` 64 65 6) Once you're done debugging with `gdb`, be sure to detach from the process and exit: 66 ``` 67 detach 68 exit 69 ``` 70 71 Note that if the unicorn process terminates before you are able to run these 72 commands, gdb will report an error. To buy more time, you can always raise the 73 Unicorn timeout. For omnibus users, you can edit `/etc/gitlab/gitlab.rb` and 74 increase it from 60 seconds to 300: 75 76 ```ruby 77 unicorn['worker_timeout'] = 300 78 ``` @stanhu Awesome! I left some inline comments :)
Reassigned to @stanhu
@stanhu please let me know when this is done.
I think that we should have links to this kind of documentation from the runbooks. So we only know of one source point for documentation.
Added 1642 commits:
- c699b1fc...1e3688fa - 1639 commits from branch
gitlab-org:master
- 813b4820 - Add debugging tips with gdb
- 3a5e8e7c - Update based on review
- 9b6c8e70 - Add gdb cheatsheet
Toggle commit list- c699b1fc...1e3688fa - 1639 commits from branch
@axil Thanks for the feedback. Updated. I think this is a Markdown bug because even if I add spaces in between my code blocks, the numbers reset back to 1. For example:
-
Hello
-
World
def code end
-
Hello
-
Please register or sign in to reply