[New-bugs-announce] [issue7895] Mac 10.6 mac_ver() crashes with USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER

Aahz report at bugs.python.org
Tue Feb 9 19:56:37 CET 2010


New submission from Aahz <aahz at pythoncraft.com>:

On OSX 10.6/Snow Leopard, using platform.mac_ver() in a subprocess
created with fork() but not calling exec() will cause a crash with
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER

You may need to be also running in GUI mode.

Ronald Oussouren says that you can get the same info from
/System/Library/CoreServices/SystemVersion.plist

----------
assignee: ronaldoussoren
components: Macintosh
messages: 99136
nosy: aahz, ronaldoussoren
severity: normal
stage: test needed
status: open
title: Mac 10.6 mac_ver() crashes with USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
type: crash

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7895>
_______________________________________


More information about the New-bugs-announce mailing list