Re: Git crash in Ubuntu 12.04

2013-04-24 Thread Sivaram Kannan
Hi After some struggle I finally got apport work and got some information. Please check whether it will be of any help. And you guys are right, I have started to get the same crash again right now after upgrading to latest git in Ubuntu. Yes. Please do. The reason is a backtrace without symbols

Re: Git crash in Ubuntu 12.04

2013-04-19 Thread Duy Nguyen
On Thu, Apr 18, 2013 at 9:32 PM, Sivaram Kannan siva.de...@gmail.com wrote: Hi, Probably not because there are no debugging symbols. Not sure how ubuntu packages these symbols.. Would recompiling the source packages and debugging would give different results? Yes. Please do. The reason is

Re: Git crash in Ubuntu 12.04

2013-04-18 Thread Sivaram Kannan
Hi, Probably not because there are no debugging symbols. Not sure how ubuntu packages these symbols.. Would recompiling the source packages and debugging would give different results? Any chance you could publish the repository that causes the crash? -- Duy I don't think I can publish

Re: Git crash in Ubuntu 12.04

2013-04-17 Thread Sivaram Kannan
Hi, $ ulimit -c unlimited Have set the git user's crash limit to 1GB in /etc/security/limits.conf and still getting the same error when issuing gdb to the crash file. Yep, suppsedly in Ubuntu it's not that easy to just get a plain old coredump file -- see below. Got an proper dump

Re: Git crash in Ubuntu 12.04

2013-04-17 Thread Duy Nguyen
On Wed, Apr 17, 2013 at 4:28 PM, Sivaram Kannan siva.de...@gmail.com wrote: Got an proper dump from git this time. See whether it helps. Probably not because there are no debugging symbols. Not sure how ubuntu packages these symbols.. I have setup another machine with Ubuntu 12.04 and updated

Re: Git crash in Ubuntu 12.04

2013-04-12 Thread Sivaram Kannan
Hi, ^^^ Try to issue the $ ulimit -c unlimited Have set the git user's crash limit to 1GB in /etc/security/limits.conf and still getting the same error when issuing gdb to the crash file. command in your shell before attempting the cloning -- this should remove the upper limit on the

Re: Git crash in Ubuntu 12.04

2013-04-12 Thread Konstantin Khomoutov
On Fri, 12 Apr 2013 18:58:24 +0530 Sivaram Kannan siva.de...@gmail.com wrote: ^^^ Try to issue the $ ulimit -c unlimited Have set the git user's crash limit to 1GB in /etc/security/limits.conf and still getting the same error when issuing gdb to the crash file. Yep, suppsedly in

Re: Git crash in Ubuntu 12.04

2013-04-11 Thread Sivaram Kannan
Hi, Thanks for the reply. Can you tell us what command you ran, and also try to get a readable backtrace from your installation? The crash is happening only when the users are trying to do a clone. I was monitoring from the htop when triggering a clone operation, all the cores of the

Re: Git crash in Ubuntu 12.04

2013-04-11 Thread Konstantin Khomoutov
On Thu, 11 Apr 2013 15:50:31 +0530 Sivaram Kannan siva.de...@gmail.com wrote: [...] Output of coredump gdb: gitadmin@gitserver:/var/crash/dump$ gdb git CoreDump GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU

Re: Git crash in Ubuntu 12.04

2013-04-10 Thread Thomas Rast
Sivaram Kannan siva.de...@gmail.com writes: Hi, I am using git with Gitlab/Gitolite configuration. Git version is 1.7.9.5 in Ubuntu 12.04. There has been a consistent git crash recently and have attached the /var/crash/_usr_lib_git-core_ git.1001.crash file. The crash output is pasted in