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

 If this can be of any help, I ran these tests on Mac OSX and Ubuntu Linux,

 On Mac OSX with Python 3.4.3 inside a virtualenv,

 $ python
 Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 23 2015, 02:52:03)
 [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.

 Ran 9273 tests in 260.431s

 OK (skipped=603, expected failures=6)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...


 On Ubuntu Linux 14.04,

 $ python
 Python 2.7.6 (default, Mar 22 2014, 22:59:38)
 [GCC 4.8.2] on linux2
 Type "help", "copyright", "credits" or "license" for more information.

 Ran 9275 tests in 231.808s

 OK (skipped=548, expected failures=7)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...


 However, on Mac OSX using the built-in python 2.7.6,

 
............................................................................................<model:person>:13:
 (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 .<model:person>:13: (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 .<model:person>:13: (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 .<model:person>:13: (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 .<model:person>:13: (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 .<model:person>:13: (WARNING/2) "raw" directive disabled.
 <model:person>:16: (WARNING/2) "include" directive disabled.
 
.....................................................................................................................................................................................................................................[1]
 52476 segmentation fault

 Results :
 Tests are successful on Mac OSX python 3.4.3 and Ubuntu Linux (14.04)
 2.7.6.
 Test fails on Mac OSX 2.7.6.

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

Reply via email to