mkdir ~/sqlite cd ~/sqlite git clone [email protected]:django/django.git git clone [email protected]:apollo13/sqlite_bug.git export PYTHONPATH=`pwd`/django cd sqlite_bug gdb python (in gdb shell) r ./manage.py test admin_views
Please tell me if this does not cause a segfault for you. Cheers, Florian On Thu, Apr 7, 2016, at 06:07 PM, Richard Hipp wrote: > On 4/7/16, Florian Apolloner <[email protected]> wrote: > > I've created an application which shows the behavior: > > https://github.com/apollo13/sqlite_bug -- I cannot yet reproduce it without > > > > running it through the testing process -- ./manage.py test admin_views > > triggers the bug in this application! > > I have not touched Python in over a decade. Please help me track down > the problem by giving me step-by-step instructions on how to get this > test running, inside of gdb, on Ubuntu 14.04.3 LTS. > -- > D. Richard Hipp > [email protected] -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/1460046444.1161220.572000497.6B596361%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
