From: Thomas Rast <tr@thomasrast.ch>
To: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Cc: git@vger.kernel.org
Subject: t7610 is no longer valgrind-clean in pu
Date: Fri, 11 Feb 2011 11:46:07 +0100 [thread overview]
Message-ID: <201102111146.07303.tr@thomasrast.ch> (raw)
Hello Martin
My valgrind tester cronjob tells me the output below (some cruft
trimmed). If you need any more data just ask :-)
- Thomas
> expecting success:
> git config rerere.enabled true &&
> rm -rf .git/rr-cache &&
> git checkout -b test5 branch1
> test_must_fail git merge master >/dev/null 2>&1 &&
> ( yes "d" "d" | git mergetool --no-prompt >/dev/null 2>&1 ) &&
> output="$(yes "n" | git mergetool --no-prompt)" &&
> test "$output" = "No files need merging" &&
> git reset --hard
>
> Switched to a new branch 'test5'
> ==25695== Invalid free() / delete / delete[]
> ==25695== at 0x4C20A31: free (vg_replace_malloc.c:325)
> ==25695== by 0x4F2538: string_list_clear (string-list.c:115)
> ==25695== by 0x466CE8: cmd_rerere (rerere.c:182)
> ==25695== by 0x404771: run_builtin (git.c:290)
> ==25695== by 0x4048FC: handle_internal_command (git.c:448)
> ==25695== by 0x4049E7: run_argv (git.c:492)
> ==25695== by 0x404B43: main (git.c:565)
> ==25695== Address 0x772388 is 0 bytes inside data symbol "RERERE_UTIL_STAGED"
> ==25695==
> ==25702== Invalid free() / delete / delete[]
> ==25702== at 0x4C20A31: free (vg_replace_malloc.c:325)
> ==25702== by 0x4F2538: string_list_clear (string-list.c:115)
> ==25702== by 0x466CE8: cmd_rerere (rerere.c:182)
> ==25702== by 0x404771: run_builtin (git.c:290)
> ==25702== by 0x4048FC: handle_internal_command (git.c:448)
> ==25702== by 0x4049E7: run_argv (git.c:492)
> ==25702== by 0x404B43: main (git.c:565)
> ==25702== Address 0x772388 is 0 bytes inside data symbol "RERERE_UTIL_STAGED"
> ==25702==
> ==26111== Invalid free() / delete / delete[]
> ==26111== at 0x4C20A31: free (vg_replace_malloc.c:325)
> ==26111== by 0x4F2538: string_list_clear (string-list.c:115)
> ==26111== by 0x466CE8: cmd_rerere (rerere.c:182)
> ==26111== by 0x404771: run_builtin (git.c:290)
> ==26111== by 0x4048FC: handle_internal_command (git.c:448)
> ==26111== by 0x4049E7: run_argv (git.c:492)
> ==26111== by 0x404B43: main (git.c:565)
> ==26111== Address 0x772388 is 0 bytes inside data symbol "RERERE_UTIL_STAGED"
> ==26111==
> ==26118== Invalid free() / delete / delete[]
> ==26118== at 0x4C20A31: free (vg_replace_malloc.c:325)
> ==26118== by 0x4F2538: string_list_clear (string-list.c:115)
> ==26118== by 0x466CE8: cmd_rerere (rerere.c:182)
> ==26118== by 0x404771: run_builtin (git.c:290)
> ==26118== by 0x4048FC: handle_internal_command (git.c:448)
> ==26118== by 0x4049E7: run_argv (git.c:492)
> ==26118== by 0x404B43: main (git.c:565)
> ==26118== Address 0x772388 is 0 bytes inside data symbol "RERERE_UTIL_STAGED"
> ==26118==
> ./test-lib.sh: line 1033: echo: write error: Broken pipe
> not ok - 8 mergetool skips resolved paths when rerere is active
> #
> # git config rerere.enabled true &&
> # rm -rf .git/rr-cache &&
> # git checkout -b test5 branch1
> # test_must_fail git merge master >/dev/null 2>&1 &&
> # ( yes "d" "d" | git mergetool --no-prompt >/dev/null 2>&1 ) &&
> # output="$(yes "n" | git mergetool --no-prompt)" &&
> # test "$output" = "No files need merging" &&
> # git reset --hard
> #
> 6a53d958f3fa0ee2671517dca10837f42e1c57c1 is first bad commit
> commit 6a53d958f3fa0ee2671517dca10837f42e1c57c1
> Author: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
> Date: Mon Feb 7 22:08:38 2011 -0500
>
> mergetool: don't skip modify/remove conflicts
--
Thomas Rast
trast@{inf,student}.ethz.ch
next reply other threads:[~2011-02-11 10:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 10:46 Thomas Rast [this message]
2011-02-11 14:45 ` t7610 is no longer valgrind-clean in pu Martin von Zweigbergk
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=201102111146.07303.tr@thomasrast.ch \
--to=tr@thomasrast.ch \
--cc=git@vger.kernel.org \
--cc=martin.von.zweigbergk@gmail.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).