Re: Puzzling Git backtrace

2019-03-27 Thread Bryan Turner
On Wed, Mar 27, 2019 at 6:50 PM Jeff King wrote: > > On Wed, Mar 27, 2019 at 05:49:27PM -0700, Bryan Turner wrote: > > > I'm trying to assist a Bitbucket Server customer who is seeing some > > "git-upload-pack" processes "hang" on their server. > > > > While investigating, we had them connect gdb

Re: Puzzling Git backtrace

2019-03-27 Thread Jeff King
On Wed, Mar 27, 2019 at 05:49:27PM -0700, Bryan Turner wrote: > I'm trying to assist a Bitbucket Server customer who is seeing some > "git-upload-pack" processes "hang" on their server. > > While investigating, we had them connect gdb to their processes (which > are 2.10.0 built from source using

Puzzling Git backtrace

2019-03-27 Thread Bryan Turner
I'm trying to assist a Bitbucket Server customer who is seeing some "git-upload-pack" processes "hang" on their server. While investigating, we had them connect gdb to their processes (which are 2.10.0 built from source using a simple unzip-and-run-make approach) and get the backtraces for them. T