Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webscans keep crashing on Mac #73

Closed
madheshr opened this issue Nov 21, 2018 · 2 comments
Closed

Webscans keep crashing on Mac #73

madheshr opened this issue Nov 21, 2018 · 2 comments

Comments

@madheshr
Copy link

Hi
A simple webscan keeps crashing. Here is the trace. Is there a specific version of python i should be using?

Process: Python [35505]
Path: /usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 2.7.15 (2.7.15)
Code Type: X86-64 (Native)
Parent Process: Python [34775]
Responsible: Python [35505]
User ID: 522130245

Date/Time: 2018-11-20 20:23:57.333 -0800
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 12
Anonymous UUID: 0DB45F5A-C18B-C0F5-5D43-DFB6BEDCBC7B

Time Awake Since Boot: 1200 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace OBJC, Code 0x1

Application Specific Information:
crashed on child side of fork pre-exec
objc[35505]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called.

@madheshr
Copy link
Author

Here's the log on the Astra console itself

objc[35505]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called.
objc[35505]: +[__NSPlaceholderDate initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

@prajal
Copy link
Collaborator

prajal commented Nov 23, 2018

This is apparently due to some new security changes made in High Sierra that are breaking lots of Python things that use fork(). Please refer below links
jhaals/ansible-vault#60
ansible/ansible#32499

@prajal prajal closed this as completed Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants