severity 637998 important
quit
Hi,
Török Edwin wrote:
> When I run 'git prune' on the Linux repository I get a coredump:.
Thanks for reporting it. Please make a copy of the repository (e.g.,
with "cp -a") and leave the original untouched, so we can continue to
be able to reproduce this.
> See stacktrace from the coredump at end of this bugreport.
> I couldn't find a git-dbg package though to get a more useful stacktrace.
> Would it be possible to build a git-dbg package too in the future?
Maybe. :) (Patches would be appreciated, as always).
> Also if I upgrade to git 1.7.6 from experimental the crash is gone,
> so this is probably a bug that is already fixed there.
Interesting --- nothing from the shortlog stands out, except for
5e7a5d97 (strbuf: make sure buffer is zero-terminated). Can you
reproduce this with upstream git?
git clone git://repo.or.cz/git.git
cd git
git checkout v1.7.5.4
echo NO_OPENSSL=YesPlease >config.mak
echo NO_CURL=YesPlease >>config.mak
echo NO_EXPAT=YesPlease >>config.mak
make -j2
cd /path/to/copy/of/repo && ~/src/git/bin-wrappers/git prune
Sorry for the trouble,
Jonathan
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]