git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: segmentation fault 11
       [not found] <CAOFaZ+5=bkWZpy1vFZjqMCgkWQySxGhLyfKhyH-VWDLJ28nTVQ@mail.gmail.com>
@ 2015-02-08 17:56 ` David Krmpotic
  2015-02-09  1:36   ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: David Krmpotic @ 2015-02-08 17:56 UTC (permalink / raw)
  To: git

I updated to 2.3.0 on my OSX 10.9.5 and when trying to push to github
(git push -u origin master), I get:

Segmentation fault: 11

Switched back to 1.8.5.5 and it works...

Report: http://cl.ly/1u3E412N0D2Z

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
-->
    __TEXT                 0000000102b1c000-0000000102c78000 [ 1392K]
r-x/rwx SM=COW  /usr/local/Cellar/git/2.3.0/bin/git

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fwd: segmentation fault 11
  2015-02-08 17:56 ` Fwd: segmentation fault 11 David Krmpotic
@ 2015-02-09  1:36   ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2015-02-09  1:36 UTC (permalink / raw)
  To: David Krmpotic; +Cc: git

On Sun, Feb 08, 2015 at 06:56:14PM +0100, David Krmpotic wrote:

> I updated to 2.3.0 on my OSX 10.9.5 and when trying to push to github
> (git push -u origin master), I get:
> 
> Segmentation fault: 11
> 
> Switched back to 1.8.5.5 and it works...

Is this reproducible easily? If so, can you do one or both of:

  1. Get a backtrace by running git-push under gdb (and/or loading gdb
     on the core file if you have it). The report you linked mentions
     that we were in "0x0000000102b70ebe cmd_push + 2466", but without
     having your binary, that only gives a vague sense of the line
     that caused the problem.

  2. Bisect the bug between v1.8.5.5 and v2.3.0. I can walk you through
     the specific steps if you've never bisected before.

Thanks.

-Peff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-09  1:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAOFaZ+5=bkWZpy1vFZjqMCgkWQySxGhLyfKhyH-VWDLJ28nTVQ@mail.gmail.com>
2015-02-08 17:56 ` Fwd: segmentation fault 11 David Krmpotic
2015-02-09  1:36   ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).