Re: seg fault in git format-patch

2015-06-01 Thread Christian Couder
On Mon, Jun 1, 2015 at 3:44 PM, Christian Couder christian.cou...@gmail.com wrote: The following seems to fix it, but I am not sure it is the right fix: Ooops, I had not seen that Brian and Peff are already discussing a fix in this thread:

Re: seg fault in git format-patch

2015-06-01 Thread Christian Couder
On Mon, Jun 1, 2015 at 2:01 AM, Christian Couder christian.cou...@gmail.com wrote: On Mon, Jun 1, 2015 at 1:53 AM, Christian Couder christian.cou...@gmail.com wrote: On Mon, Jun 1, 2015 at 1:14 AM, Christian Couder christian.cou...@gmail.com wrote: On Sun, May 31, 2015 at 10:45 PM, Bruce Korb

Re: seg fault in git format-patch

2015-06-01 Thread Bruce Korb
On Sun, May 31, 2015 at 4:53 PM, Christian Couder christian.cou...@gmail.com wrote: (Please don't top post if you reply to this email as it is frown upon on this list.) WRT top posting, two points: 1. Too many sites/lists now *require* top posting 2. MUA's (like Google Mail) hide the old mail

seg fault in git format-patch

2015-05-31 Thread Bruce Korb
$ git format-patch -o patches --ignore-if-in-upstream 14949fa8f39d29e44b43f4332ffaf35f11546502..2de9eef391259dfc8748dbaf76a5d55427f37b0d Segmentation fault /u/gnu/proj/gnu-pw-mgr $ git format-patch -o patches 14949fa8f39d29e44b43f4332ffaf35f11546502..2de9eef391259dfc8748dbaf76a5d55427f37b0d

Re: seg fault in git format-patch

2015-05-31 Thread Christian Couder
On Sun, May 31, 2015 at 9:13 PM, Bruce Korb bruce.k...@gmail.com wrote: $ git format-patch -o patches --ignore-if-in-upstream 14949fa8f39d29e44b43f4332ffaf35f11546502..2de9eef391259dfc8748dbaf76a5d55427f37b0d Segmentation fault /u/gnu/proj/gnu-pw-mgr $ git format-patch -o patches

Re: seg fault in git format-patch

2015-05-31 Thread Bruce Korb
bt won't help much: Program received signal SIGSEGV, Segmentation fault. 0x0047e62f in ?? () (gdb) bt #0 0x0047e62f in ?? () #1 0x0047e6ba in ?? () #2 0x0043cb9a in ?? () #3 0x0043e9cc in ?? () #4 0x0040647d in ?? () #5 0x00405863 in

Re: seg fault in git format-patch

2015-05-31 Thread Bruce Korb
Oh, you can also clone the gnu-pw-mgr and likely get the same result: $ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote origin] fetch = +refs/heads/*:refs/remotes/origin/* url =

Re: seg fault in git format-patch

2015-05-31 Thread Christian Couder
On Sun, May 31, 2015 at 10:45 PM, Bruce Korb bruce.k...@gmail.com wrote: Oh, you can also clone the gnu-pw-mgr and likely get the same result: Yeah, after cloning from http://git.savannah.gnu.org/r/gnu-pw-mgr.git I get the following backtrace: Program received signal SIGSEGV, Segmentation

Re: seg fault in git format-patch

2015-05-31 Thread Christian Couder
On Mon, Jun 1, 2015 at 1:14 AM, Christian Couder christian.cou...@gmail.com wrote: On Sun, May 31, 2015 at 10:45 PM, Bruce Korb bruce.k...@gmail.com wrote: Oh, you can also clone the gnu-pw-mgr and likely get the same result: Yeah, after cloning from

Re: seg fault in git format-patch

2015-05-31 Thread Christian Couder
On Mon, Jun 1, 2015 at 1:53 AM, Christian Couder christian.cou...@gmail.com wrote: On Mon, Jun 1, 2015 at 1:14 AM, Christian Couder christian.cou...@gmail.com wrote: On Sun, May 31, 2015 at 10:45 PM, Bruce Korb bruce.k...@gmail.com wrote: Oh, you can also clone the gnu-pw-mgr and likely get