[thg-dev] Issue 395 in stable: crash when view changelog

2009-07-17 Thread issues-noreply
Issue 395: crash when view changelog
http://bitbucket.org/tortoisehg/stable/issue/395/crash-when-view-changelog

Steve Borho / sborho on Sat, 18 Jul 2009 03:28:57 +0200:

Comment:
  Marking as resolved, please re-open after 0.8.1 if it recurs

Changes:
  status: open -> resolved

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 395 in stable: crash when view changelog

2009-07-16 Thread issues-noreply
Issue 395: crash when view changelog
http://bitbucket.org/tortoisehg/stable/issue/395/crash-when-view-changelog

Steve Borho / sborho on Thu, 16 Jul 2009 17:13:55 +0200:

Comment:
  There have been some memory problems found in hg 1.3 involving changesets 
with large numbers of copies (or renames).  This has been fixed on hg-stable 
and will be in 1.3.1 (and THG-0.8.1).

Please retest this after 0.8.1 is released.

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 395 in stable: crash when view changelog

2009-07-14 Thread issues-noreply
Issue 395: crash when view changelog
http://bitbucket.org/tortoisehg/stable/issue/395/crash-when-view-changelog

Steve Borho / sborho on Wed, 15 Jul 2009 05:44:53 +0200:

Comment:
  The applicable part of revlog.py that gets stuck:

{{{
#!python
i = ''
try:
f = self.opener(self.indexfile)
i = f.read(_prereadsize)
if len(i) > 0:
v = struct.unpack(versionformat, i[:4])[0]
except IOError, inst:
if inst.errno != errno.ENOENT:
raise

}}}

Line 442 is the f.read(_prereadsize) line.  So it's generating a MemoryError 
while reading a file revlog index.

Does this repository pass a verify check?

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 395 in stable: crash when view changelog

2009-07-14 Thread issues-noreply
Issue 395: crash when view changelog
http://bitbucket.org/tortoisehg/stable/issue/395/crash-when-view-changelog

Steve Borho / sborho on Wed, 15 Jul 2009 04:03:24 +0200:

Comment:
  Is this repeatable?  Looks like your machine was in serious virtual memory 
trouble when this happened.

We don't even try to diff files if they are larger than 1MB, and none of these 
backtraces gets to the point of reading any data.

Changes:
  status: new -> open
  responsible: nothing -> tortoisehg

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop