Re: git problems

2008-06-04 Thread Eygene Ryabinkin
Chuck, good day. Tue, Jun 03, 2008 at 04:41:40PM -0400, Chuck Robey wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok). I'm running FreeBSD-current ... does anyone have any idea why this might

Re: git problems

2008-06-04 Thread Robert Watson
On Tue, 3 Jun 2008, Ed Schouten wrote: * Chuck Robey [EMAIL PROTECTED] wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok). I'm running FreeBSD-current ... does anyone have any idea why this might

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Watson wrote: On Tue, 3 Jun 2008, Ed Schouten wrote: * Chuck Robey [EMAIL PROTECTED] wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok).

Re: git problems

2008-06-04 Thread Eygene Ryabinkin
Chuck, Wed, Jun 04, 2008 at 10:12:55AM -0400, Chuck Robey wrote: I'm seeing this on HEAD, not RELENG_6. I don't have a backtrace nearby, but it seems to be crash inside free(). Application memory errors in HEAD but not in a RELENG_ branch are frequently a symptom of an application bug

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert Watson wrote: On Tue, 3 Jun 2008, Ed Schouten wrote: * Chuck Robey [EMAIL PROTECTED] wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok).

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eygene Ryabinkin wrote: Chuck, good day. Tue, Jun 03, 2008 at 04:41:40PM -0400, Chuck Robey wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok).

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eygene Ryabinkin wrote: Chuck, Wed, Jun 04, 2008 at 10:12:55AM -0400, Chuck Robey wrote: I'm seeing this on HEAD, not RELENG_6. I don't have a backtrace nearby, but it seems to be crash inside free(). Application memory errors in HEAD but not

Re: Re: git problems

2008-06-04 Thread Eygene Ryabinkin
Chuck, Wed, Jun 04, 2008 at 10:32:27AM -0400, Chuck Robey wrote: Any possibility of using ElectricFence (devel/ElectricFence) for chasing memory-related troubles? Now that I have gdb working with me again, I am checking the git-fetch image to see where it got lost. If I must bring a

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eygene Ryabinkin wrote: Chuck, Wed, Jun 04, 2008 at 10:32:27AM -0400, Chuck Robey wrote: Any possibility of using ElectricFence (devel/ElectricFence) for chasing memory-related troubles? Now that I have gdb working with me again, I am checking

Re: git problems

2008-06-04 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eygene Ryabinkin wrote: Chuck, Wed, Jun 04, 2008 at 10:32:27AM -0400, Chuck Robey wrote: Any possibility of using ElectricFence (devel/ElectricFence) for chasing memory-related troubles? Now that I have gdb working with me again, I am checking

Re: git problems

2008-06-04 Thread Peter Jeremy
On 2008-Jun-04 11:26:02 -0400, Chuck Robey [EMAIL PROTECTED] wrote: #3 0x08066467 in unlock_pack () at builtin-fetch.c:56 #4 0x2848b5f3 in __cxa_finalize () from /lib/libc.so.7 #5 0x2843b1aa in exit () from /lib/libc.so.7 #6 0x0804b0e3 in handle_internal_command (argc=2, argv=0x) at

Re: git problems

2008-06-04 Thread Eygene Ryabinkin
Chuck, Wed, Jun 04, 2008 at 11:26:02AM -0400, Chuck Robey wrote: [...] Looking at the top stack frame (main), that frame and the next are deeply involved in inspecting argv 0 thru 2, and since it's full of garbage, that's what breaks things. That's NOT malloc, that seems to be either a

Re: git problems

2008-06-04 Thread Chagin Dmitry
On Wed, 4 Jun 2008, Eygene Ryabinkin wrote: hello! has just subscribed this problem with git is fixed in version 1.5.5.1, our port requires updating. -- Have fun! chd ___ freebsd-hackers@freebsd.org mailing list

Re: git problems

2008-06-04 Thread Ed Schouten
* Peter Jeremy [EMAIL PROTECTED] wrote: On 2008-Jun-04 11:26:02 -0400, Chuck Robey [EMAIL PROTECTED] wrote: #3 0x08066467 in unlock_pack () at builtin-fetch.c:56 #4 0x2848b5f3 in __cxa_finalize () from /lib/libc.so.7 #5 0x2843b1aa in exit () from /lib/libc.so.7 #6 0x0804b0e3 in

Re: git problems

2008-06-04 Thread Eygene Ryabinkin
Dmitry, good day. Wed, Jun 04, 2008 at 11:21:59PM +0400, Chagin Dmitry wrote: this problem with git is fixed in version 1.5.5.1, Yeah, commit 7b7f39eae6ab0bbcc68d3c42a5b23595880e528f our port requires updating. Care to test? The diff from 1.5.5 is below. Ed, Eric, anyone, any comments? I

git problems

2008-06-03 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok). I'm running FreeBSD-current ... does anyone have any idea why this might be? When I try to do a gdb -c

Re: git problems

2008-06-03 Thread Ed Schouten
* Chuck Robey [EMAIL PROTECTED] wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok). I'm running FreeBSD-current ... does anyone have any idea why this might be? When I try to do a gdb -c

Re: git problems

2008-06-03 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ed Schouten wrote: * Chuck Robey [EMAIL PROTECTED] wrote: I am having problems with the git out of ports git-fetch keeps on dumping core when I try update of xorg (the initial checkout works ok). I'm running FreeBSD-current ... does