[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Monotone-devel] Updated Issue 144 - mtn diff infinite loop (monotone)
From: |
code |
Subject: |
[Monotone-devel] Updated Issue 144 - mtn diff infinite loop (monotone) |
Date: |
Tue, 8 Feb 2011 16:44:04 +0100 (CET) |
Hello,
The following issue has been updated:
144 - mtn diff infinite loop
Project: monotone
Status: New
Reported by: joe 23
URL: https://code.monotone.ca/p/monotone/issues/144/
Labels:
Type:Defect
Priority:Medium
Comments (last first):
# By joe 23, Feb 8, 2011:
Correction (to the between 0.44 and 0.48 statement), also seen on 0.38:
monotone 0.38 (base revision: c1757f6cde49bddd77c82580059105bc470145b2)
Running on : Linux 2.6.28.7 #1 Sat Feb 28 11:17:44 UTC 2009 i686
C++ compiler : GNU C++ version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
C++ standard library: GNU libstdc++ version 20041017
Boost version : 1_34_1
Changes since base revision:
format_version "1"
new_manifest [085f4d04a0bbbc06b44cf6194ca9c2079f924cdd]
old_revision [c1757f6cde49bddd77c82580059105bc470145b2]
Generated from data cached in the distribution;
further changes may have been made.
# By joe 23, Feb 8, 2011:
The internal diff is apparently buggy. On a pathological (but real life) text
file, mtn diff never returns. mtn diff --external works fine. This seems to
have broken somewhere between 0.44 and 0.48. I have reports of this working for
some people and not others, so it may depend on platform or libraries, but I
haven't been able to isolate it further.
Steps to reproduce the problem:
-------------------------------
1. gunzip v1.txt.gz
2. gunzip v2.txt.gz
3. mtn add v1.txt
4. mtn ci v1.txt
5. cp v2.txt v1.txt
6 mtn diff v1.txt
Expected result:
----------------
completion
Actual results:
---------------
100% CPU forever
Output of `mtn version --full`:
-------------------------------
monotone 0.99.1 (base revision: 8973482283db7c36780dce2b54721ccc0f5b7388)
Running on : Linux 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 01:41:57
UTC 2010 i686
C++ compiler : GNU C++ version 4.3.2
C++ standard library: GNU libstdc++ version 20080905
Boost version : 1_40
SQLite version : 3.5.9 (compiled against 3.5.9)
Lua version : Lua 5.1
PCRE version : 7.6 2008-01-28 (compiled against 7.6)
Botan version : 1.8.9 (compiled against 1.8.9)
Changes since base revision:
format_version "1"
new_manifest [c1270158b7fa91abf8235ad129b0476943bde1ed]
old_revision [8973482283db7c36780dce2b54721ccc0f5b7388]
Generated from data cached in the distribution;
further changes may have been made.
Attachments:
- v1.txt.gz - 696.80 kB
https://code.monotone.ca/p/monotone/issues/view/attachment/21/v1.txt.gz
- v2.txt.gz - 684.96 kB
https://code.monotone.ca/p/monotone/issues/view/attachment/22/v2.txt.gz
--
Issue: https://code.monotone.ca/p/monotone/issues/144/