Bug Report overflow in dirstate
Created originally on Bitbucket by Anonymous
I was working with Tortoise and Mercurial for over one year with several versions and until today I had no problems. I got this error first with an older Version of Mercurial and updated to the newest version.
I tried the following to solve the problem:
- The error occurs at the top level of the repository but also when I tried to start the command in sub-directories
- I did a file check with the Mercurial Ceck Tool, but this tool reportet no problems.
- I copied all files of the whole directory to another disk, same result.
My repository contains 7.300 files.
I hope you can help me. I tried to send this message to tortoisehg-discuss@lists.sourceforge.net but got a rejection message.
{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or tortoisehg-discuss@lists.sourceforge.net ** Mercurial version (1.7.2). TortoiseHg version (1.1.7) ** Command: --nofork commit ** CWD: N:\PaperPort ** Extensions loaded: fixfrozenexts ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] ** sys.getwindowsversion(): (5, 1, 2600, 2, 'Service Pack 3') ** Processor architecture: x86 Recoverable runtime error (stderr): Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyo", line 525, in __bootstrap_inner File "threading.pyo", line 477, in run File "tortoisehg\hgtk\status.pyo", line 688, in get_repo_status File "mercurial\localrepo.pyo", line 1120, in status File "mercurial\dirstate.pyo", line 193, in contains File "mercurial\util.pyo", line 169, in get File "mercurial\dirstate.pyo", line 57, in _map File "mercurial\dirstate.pyo", line 227, in _read ValueError: overflow in dirstate
}}}