#24080: Sqlite segmentation fault regression when running tests (since 1.7.2)
-----------------------------------+------------------------------------
     Reporter:  stevejalim         |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  master
     Severity:  Normal             |               Resolution:
     Keywords:  sqlite             |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by Osmose):

 I ran into this as well and did a bunch of testing:

 - I'm running on OS X Yosemite 10.10.2. I can consistently replicate by
 running admin_views.tests.AdminViewBasicTest on the latest master branch
 of Django.
 - I was able to replicate with Python 2.7.9 and 3.4.1, both built with
 pyenv.
 - I was able to replicate with the system python 2.7.6.
 - I was unable to replicate with an older version of Python installed via
 homebrew, but that was because it didn't have sqllite built into Python.
 - I was unable to replicate with a fresh install of Python 2.7.9 from
 homebrew. When I upgraded it also upgraded my homebrew-installed version
 of sqlite (or whatever it's called) to the latest version as well.

 I suspect the issue is related to the sqlite version. I can't figure out
 which sqlite version pyenv is using when it builds python, but it might be
 useful for anyone affected to try re-building python with a recent version
 of sqlite to see if they still get the issue.

--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:17>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.d24528445e9d4b8c3d68f084e18225c8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to