Thursday, October 24, 2013

Re: Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS



On Thursday, October 24, 2013 2:34:13 PM UTC-7, Don Fox wrote:


    python manage.py  shell

Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) 

[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

Type "help", "copyright", "credits" or "license" for more information.

(InteractiveConsole)

>>> from polls.models import Poll, Choice

>>> Poll.objects.all()

Segmentation fault: 11



This type of thing just started after upgrade. I assume there's a connection.


Looks as though python-dev knows about it:

https://groups.google.com/forum/#!searchin/dev-python/mavericks/dev-python/5xMUs-1sRv8/5sYji7PDbYMJ

There is a temporary patch script available in the bug report at the given message number

http://bugs.python.org/issue18458#msg201087

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f3a5a9f1-43f1-4b6e-9f90-3d411639b1bd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment