#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 gchp):

 Did some git bisecting, and found the commit which introduced this issue:
 
https://github.com/django/django/commit/da9fe5c717c179a9e881a40efd3bfe36a21bf4a6

 Investigating a fix now, but not 100% sure on what's going on. Commenting
 out the calls to these two methods prevents the segfault, but triggers a
 whole ton of other issues:
 https://github.com/gchp/django/blob/master/django/test/testcases.py#L967-L981

--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:21>
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.9bc9b5f0c88bc19f9c540a4df4dbe402%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to