Re: segmentation fault while running test suite and possible bug in documentation.

2017-05-19 Thread Zach
Vimarsh, you correctly used the word. "Guys" may be used to refer to members of a group regardless of sex. Source: https://www.merriam-webster.com/dictionary/guys On Thursday, December 1, 2016 at 2:40:00 AM UTC-8, Vimarsh Chaturvedi wrote: > > Hey Josh, > > Thanks for the response. > > > Hey A

Re: segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Vimarsh Chaturvedi
Hey Josh, Thanks for the response. Hey Aymeric, Apologies. Won't happen again. Didn't realise what I was typing. Where I'm from "guys" just refers to everyone. Regardless. Apologies. Thanks On Thursday, December 1, 2016 at 3:51:16 PM UTC+5:30, Aymeric Augustin wrote: > > Hey Vimarsh, >

Re: segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Aymeric Augustin
Hey Vimarsh, Since Django contains no C code, a segmentation fault usually indicates a bug in Python. Did you search https://code.djangoproject.com/ for similar issues? This error happened on some versions of a popular OS distribution, although it hasn’t been reported in the last few months.

Re: segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Josh Smeaton
Regarding the segfault it's likely related to this: https://code.djangoproject.com/ticket/24080 A bug in sqlite. On Thursday, 1 December 2016 20:39:26 UTC+11, Vimarsh Chaturvedi wrote: > > Hey guys, > > My first time posting here. > I downloaded the Django source code and I was going through t

segmentation fault while running test suite and possible bug in documentation.

2016-12-01 Thread Vimarsh Chaturvedi
Hey guys, My first time posting here. I downloaded the Django source code and I was going through the instructions given in "Writing your first patch for Django" . I am working with Python 2. So, I