[issue2638] Posixfile Crashes on Win 7 x64

lllama bugs at mercurial.selenic.com
Sat Feb 12 19:23:41 UTC 2011


New submission from lllama <f.ingram.lists at gmail.com>:

Downloaded the latest source (1.7.5). Unzipped and ran the following:

python setup.py build_ext
python setup.py build_clib
python setup.py install_ext
python setup.py install_clib

I installed only the ext and clib as I have Tortoise HG installed. I need the extension 
installed in site-packages for it to work with the Hatta wiki.

The following script will crash python.exe

from mercurial.windows import posixfile
posixfile("crash.py") ## crash.py is the name of the script file - any file can be used but it 
must exist.

The error details are:

Problem signature:
  Problem Event Name:	BEX64
  Application Name:	python.exe
  Application Version:	0.0.0.0
  Application Timestamp:	4c301fa5
  Fault Module Name:	MSVCR90.dll
  Fault Module Version:	9.0.30729.4926
  Fault Module Timestamp:	4a1750b0
  Exception Offset:	0000000000054fc0
  Exception Code:	c0000417
  Exception Data:	0000000000000000
  OS Version:	6.1.7600.2.0.0.256.28
  Locale ID:	2057
  Additional Information 1:	76fb
  Additional Information 2:	76fba83100d885c755f792a88d99299e
  Additional Information 3:	55ab
  Additional Information 4:	55abed8a835a96c94f0217667f2a07fb

I compiled the source with VS2008 Express and the Win7 SDK installed.

Python version:
Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32

----------
files: crash.py
messages: 15201
nosy: lllama
priority: bug
status: unread
title: Posixfile Crashes on Win 7 x64
topic: windows

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2638>
____________________________________________________
-------------- next part --------------
from mercurial.windows import posixfile
posixfile("crash.py")


More information about the Mercurial-devel mailing list