[issue34241] Segfault while Django template rendering

2018-07-27 Thread vhelke
vhelke added the comment: It certainly seems like https://bugs.python.org/issue34087 is related. I can also verify that Python 3.7.0+ (latest of now) does not have the problem anymore. I am closing this ticket now. Thank you for looking over this issue. Cheers! -- resolution: ->

[issue34241] Segfault while Django template rendering

2018-07-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Not reproducible in latest 3.7 branch. Search for "django segmentation fault" returns me https://bugs.python.org/issue34087 which is also unicode related and contains a django test project . I hope the related ticket is the one. From

[issue34241] Segfault while Django template rendering

2018-07-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Interesting. It works fine with Python 3.6 and latest master but segfaults in python 3.7.0 . I will try the latest python 3.7 branch later. # Python 3.6 on Mac (bpo34241-env)mysite git:(master) python Python 3.6.4 (default, Mar 12 2018,

[issue34241] Segfault while Django template rendering

2018-07-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34241] Segfault while Django template rendering

2018-07-26 Thread vhelke
New submission from vhelke : I have found a segfault in Django 2.0 while rendering a template. Detailed info here, and instructions of how to reproduce the fault: ​https://github.com/vhelke/django-cas-crash *** Here are the traces I was able to collect. $ gdb python Program received