#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 charettes):
From what I learned from the sprint it looks like homebrew builds Python
with the currently installed version of SQLite hence the failures on
different versions here.
What should be really useful to isolate the bug would be to try rebuilding
Python with different versions of SQLite, create a virtualenv with this
newly installed python interpreter and run something along those lines:
{{{
/path/to/intepreter/python -c"
import sqlite3
connection = sqlite3.connect(':memory:')
cursor = connection.cursor()
cursor.execute('SELECT sqlite_version()')
print(cursor.fetchone())
"
}}}
To try to figure out which version of SQLite provided by Homebrew we
should advise not to build Python with.
--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:19>
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.813797191a40ecfd6ee576507a84a11b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.