[issue1358] Apache/Python crashes on hgweb.cgi

Maxim Vuets mercurial-bugs at selenic.com
Wed Oct 22 08:37:46 CDT 2008


New submission from Maxim Vuets <maxim.vuets at gmail.com>:

The crash happens only when win32api module is present.
So it may be a reason. Reproduces on any repo.
Standalone hg works perfectly even with win32api.

Here is the crash message box:
---------------------------
python.exe - Application Error
---------------------------
The instruction at "0x1e063025" referenced memory at "0x00000004". The memory
could not be "read".


Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK   Cancel   
---------------------------


My configuration:

C:\>systeminfo | grep "^OS\|^System Type"
OS Name:                   Microsoft(R) Windows(R) Server 2003, Enterprise Edition
OS Version:                5.2.3790 Service Pack 2 Build 3790
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Member Server
OS Build Type:             Multiprocessor Free
System Type:               X86-based PC

C:\>hg version | head -1
Mercurial Distributed SCM (version 1.0.2)

C:\usr\apache\bin>httpd.exe -v
Server version: Apache/2.2.9 (Win32)
Server built:   Jun 13 2008 04:04:59

C:\>python --version
Python 2.5.2

C:\usr\python\Lib\site-packages>cat pywin32.version.txt
212

(I have also tried 211 version -- result is the same.)

----------
messages: 7639
nosy: mvuets
priority: bug
status: unread
title: Apache/Python crashes on hgweb.cgi
topic: hgweb, windows

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1358>
____________________________________________________



More information about the Mercurial-devel mailing list