Closed Bug 1008086 Opened 10 years ago Closed 10 years ago

[mozprocess] WindowsError: [Error 203] "The system could not find the environment option that was entered" in _procmgr(self)

Categories

(Testing :: Mozbase, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: whimboo, Unassigned)

Details

On my Windows 8 machine I get those failures each time when I run our update tests for Mozmill. Not sure yet what it is, so more investigation is necessary. This happens with mozprocess 0.19.

Error Code 203 trying to query IO Completion Port, exiting
Exception in thread Thread-1:
Traceback (most recent call last):
  File "C:\mozilla\mozmill-env\python\Lib\threading.py", line 808, in __bootstrap_inner
    self.run()
  File "C:\mozilla\mozmill-env\python\Lib\threading.py", line 761, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\mozilla\mozmill-env\python\lib\site-packages\mozprocess\processhandler.py", line 321, in _procmgr
    self._poll_iocompletion_port()
  File "c:\mozilla\mozmill-env\python\lib\site-packages\mozprocess\processhandler.py", line 371, in _poll_iocompletion_port
    raise WinError(errcode)
WindowsError: [Error 203] The system could not find the environment option that was entered.
As it turns out this issue has been caused by our work to use ConEmu for the Mozmill environment. It's not live yet, so it will become a blocker for https://github.com/mozilla/mozmill-environment/pull/58.

I don't think that we have to change something for mozprocess. But we could re-evaluate later once we know what is causing it directly. Marking as wontfix for now.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.