#16400: runserver exits without any warnings
--------------------------------------+------------------------------
               Reporter:  gour        |          Owner:  nobody
                   Type:  Bug         |         Status:  reopened
              Milestone:              |      Component:  Core (Other)
                Version:  1.3         |       Severity:  Normal
             Resolution:              |       Keywords:
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+------------------------------

Comment (by gour):

 Replying to [comment:4 aaugustin]:
 > Since we have a segfault, either Django is doing bad things with
 `ctypes`, or it's a bug in Python.
 >
 > It might be http://bugs.python.org/issue9812 but I really don't have any
 proof of this.

 It seems it is problem with Python...iow, I've rebuilt Python with 'Use a
 larger thread stack' (HUGE_STACK_SIZE) which defines:

 {{{
 CFLAGS += -DTHREAD_STACK_SIZE=0x100000
 }}}

 and now it works.

 I'll inform port maintainers, since the 'default' size of 0x20000 seems to
 be quite small.

 Now I just wonder why it works with django-1.2.5?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16400#comment:6>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to