CPAN

 view release on metacpan or  search on metacpan

Todo  view on Meta::CPAN

3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
        State.xs:263: error: too few arguments to function Perl_pad_push: 23023, 23494, 23768, 23973
 
        This State.xs:263 thing is even in the oldest Coro, 3.63 and I'm not up
        to searching backpan.
 
        So I will now have a look at the gdb analysis and then check in maint perl.
 
Failed to read a valid object file image from memory.
Core was generated by `/home/src/perl/repoperls/installed-perls/perl/pm5CFa8/perl-5.8.0@32198/bin/perl'.
Program terminated with signal 11, Segmentation fault.
#0  coro_transfer (prev=Cannot access memory at address 0xfffffffc
) at libcoro/coro.c:153
153     }
(gdb) bt
#0  coro_transfer (prev=Cannot access memory at address 0xfffffffc
) at libcoro/coro.c:153
Cannot access memory at address 0x4
 
        Well. And maintperl? Ahhh, same thing! Stock 5.8.8 has it. 5.8.1 is
        simply too old to understand current Coro code. 22251(5.8.3) has the
        SEGV too. So no BBC in here.
         
        * Bugreport to self: File::Temp needs a minimum of 0.14 if we use the
        object interface. FIXED
 
        * Devel-Caller poking around.

Todo  view on Meta::CPAN

9232
9233
9234
9235
9236
9237
9238
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
9251
        Write a bug report about Coro::Event and its interaction with CPAN.pm or
        find out how to fix it and write a patch. Turn off distroprefs or work
        without CPAN.pm to make things more obvious. Look:
 
        cpan[2]> m Coro::Event     
Module id = Coro::Event
    CPAN_USERID  MLEHMANN (Marc Lehmann <pcg@goof.com>)
    CPAN_VERSION 2.1
    CPAN_FILE    M/ML/MLEHMANN/Coro-3.6.tar.gz
    UPLOAD_DATE  2007-04-14
    MANPAGE      Coro::Event - do events the coro-way
    INST_FILE    (not installed)¯
 
 
        Analyse the endless loop in "fforce test Task::Smoke". Maybe the fforce
        is to blame?
 
        FirstTime manpage?
 
        Implement configure_requires? (testcase RPC::XML)

distroprefs/MLEHMANN.Coro.yml  view on Meta::CPAN

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The dependency on Event is only given because I want to build
Coro::Event and it does not get built if Event is not installed
BEFOREHAND.
 
Starting with 4.02 the defaults stopped working for me and I needed
CORO_INTERFACE=s. I discovered this only when we reached 4.13 and
only for perls with debugging on (-Doptimize=-g)
 
With Coro 5.23 I observed that Event/unblock.t was hanging when the
perl on my 64 bit machine had uselongdouble defined. When the coro
method was set to (u,s,a,i,p), Event/unblock.t was hanging. With
(l,w) the code didn't compile.
 
With Coro 5.25 I'm trying again to set disabled=0 to find out where
we stand. [time passes] disabling again on 2010-12-12, too many
perl versions that trigger hanging tests.
 
With Coro 6.02 trying again to disable this distropref stanza. Nope,
the test after basic.t hangs again



( run in 0.361 second using v1.01-cache-2.11-cpan-d6f9594c0a5 )