ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/10_bugs.t
(Generate patch)

Comparing Coro/t/10_bugs.t (file contents):
Revision 1.2 by root, Mon Dec 12 20:44:53 2005 UTC vs.
Revision 1.3 by root, Mon Oct 1 23:54:37 2007 UTC

5 5
6use Coro; 6use Coro;
7 7
8print "ok 1\n"; 8print "ok 1\n";
9 9
10# debian allocates 0.25mb of local variables in Perl_magic_get, 10# Debian allocates 0.25mb of local variables in Perl_magic_get,
11# normal is <<256 bytes. 11# normal is <<256 bytes. If your perl segfaults here, try getting a
12# newer one or increase the C context stack space to a few megs.
12async { 13async {
13 print "ok 2\n"; 14 print "ok 2\n";
14 $1 15 $1
15}->join; 16}->join;
16 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines