Recurse with may_block = FALSE, so we don't get into the pathology where
authorOwen Taylor <otaylor@redhat.com>
Fri, 2 Nov 2001 02:56:08 +0000 (02:56 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 2 Nov 2001 02:56:08 +0000 (02:56 +0000)
commit3481763c97fba98203c4fbfd5fe013817f048d3f
tree8ac5c5c1fca2556a3315140f7e59425698aedd1f
parent018c5f7d6b28eb004a65eee65f34832bde668c0f
Recurse with may_block = FALSE, so we don't get into the pathology where

Thu Nov  1 21:48:43 2001  Owen Taylor  <otaylor@redhat.com>

        * tests/mainloop-test.c (recurser_idle): Recurse
        with may_block = FALSE, so we don't get into
        the pathology where the recurser_idle recurses
        for 10 iterations, and the only thing that is
        running is the recurser idle, which adds
        another recursion for each of those 10 iterations
        and....

        * tests/mainloop-test.c (create_crawler): Fix race
        condition where a crawler source could be destroyed
        before it was added to the crawler array.

        * test/Makefile.am: Add mainloop-test back.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/Makefile.am
tests/mainloop-test.c