From: Junio C Hamano <gitster@pobox.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: msysgit@googlegroups.com, git@vger.kernel.org
Subject: Re: [PATCH] git grep: be careful to use mutices only when they are initialized
Date: Wed, 26 Oct 2011 10:17:18 -0700 [thread overview]
Message-ID: <7vvcrb3c69.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <alpine.DEB.1.00.1110251223500.32316@s15462909.onlinehome-server.info> (Johannes Schindelin's message of "Tue, 25 Oct 2011 12:25:20 -0500 (CDT)")
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> Rather nasty things happen when a mutex is not initialized but locked
> nevertheless. Now, when we're not running in a threaded manner, the mutex
> is not initialized, which is correct.
Thanks; I wonder why pack-objects does not have the same issue, though.
next prev parent reply other threads:[~2011-10-26 17:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-25 17:25 [PATCH] git grep: be careful to use mutices only when they are initialized Johannes Schindelin
2011-10-26 9:10 ` [msysGit] " Tay Ray Chuan
2011-10-26 15:42 ` Johannes Schindelin
2011-10-26 9:19 ` Pat Thoyts
2011-10-26 17:17 ` Junio C Hamano [this message]
2011-10-26 18:57 ` Johannes Schindelin
2011-10-26 20:02 ` Junio C Hamano
2011-10-26 20:04 ` Junio C Hamano
2011-10-26 20:08 ` Junio C Hamano
2011-10-27 15:27 ` René Scharfe
2011-10-27 18:02 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vvcrb3c69.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=msysgit@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).