git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-show-branch cant show --more
@ 2005-09-19  3:18 Jon Loeliger
  2005-09-19  8:12 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2005-09-19  3:18 UTC (permalink / raw)
  To: git


Guys,

I realize I probably dumbly expected more history out
of a partial git repository than is actually present,
but a segmentation fault wasn't a nice way to tell me. :-)

Start with just Paul's repo over here:

rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge.git

And do a "git show-branch --more=10" on it.

Yeah, msg == 0.  Bad msg.  No dereferencing for you.

Thanks,
jdl


jdl.com 487 % gdb /usr/bin/git-show-branch
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run --more=10
Starting program: /usr/bin/git-show-branch --more=10
error: Could not read 628f87f3d585bd0c2b0e39df039585d7a5831cc9
* [master] ppc32: Allow user to individual select CHRP/PMAC/PREP config
 ! [origin] ppc32: Allow user to individual select CHRP/PMAC/PREP config
--
++ [master] ppc32: Allow user to individual select CHRP/PMAC/PREP config
++ [master~1] powerpc: Merge simplified sections.h into asm-powerpc
++ [master~2] powerpc: Remove section free() and linker script bits
++ [master~3] powerpc: Remove sections use from ppc64 and drivers
++ [master~4] powerpc: Remove sections use from ppc
++ [master~5] ppc32: Removed non-inlined versions of local_irq* functions
++ [master~6] powerpc: Merged ppc_asm.h
++ [master~7] powerpc: Merge kmap_types.h

Program received signal SIGSEGV, Segmentation fault.
get_one_line (msg=0x0, len=4294967294) at commit.c:347
347                     char c = *msg++;
(gdb) where
#0  get_one_line (msg=0x0, len=4294967294) at commit.c:347
#1  0x0804dfc5 in pretty_print_commit (fmt=CMIT_FMT_ONELINE, msg=0x0,
    len=4294967295, buf=0xbfc86e40 "[PATCH] powerpc: Merge kmap_types.h",
    space=128) at commit.c:416
#2  0x08049a22 in show_one_commit (commit=0x0) at show-branch.c:199
#3  0x0804a304 in main (ac=0, av=0xbfc871bc) at show-branch.c:483

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

end of thread, other threads:[~2005-09-19  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-19  3:18 [BUG] git-show-branch cant show --more Jon Loeliger
2005-09-19  8:12 ` Junio C Hamano

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).