[issue421] 'hg serve --daemon' crashes on windows

Marcos Chaves mercurial-bugs at selenic.com
Thu Nov 16 20:38:31 CST 2006


New submission from Marcos Chaves <marcos.nospam at gmail.com>:

"hg serve --daemon" calls os.spawnvp(), which is not available on windows. This
crashes Hg with the following error messages:

** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version a27d90c9336e)
Traceback (most recent call last):
  File "hg", line 12, in ?
  File "mercurial\commands.pyc", line 3213, in run
  File "mercurial\commands.pyc", line 3436, in dispatch
  File "mercurial\commands.pyc", line 3395, in <lambda>
  File "mercurial\commands.pyc", line 2511, in serve
AttributeError: 'module' object has no attribute 'spawnvp'

----------
messages: 2365
nosy: mchaves
priority: bug
status: unread
title: 'hg serve --daemon' crashes on windows

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



More information about the Mercurial-devel mailing list