Joseph E. Sacco <[EMAIL PROTECTED]> wrote:
>                                         ...
> t/pmc/signal............#     Failed test (t/pmc/signal.t at line 65)

The problem is very likely in the test itself. To verify that you could
run e.g. the first test[1] with a longer sleep and send a SIGHUP to the
pid of parrot from a different console window.

[1]
$ cat /tmp/signal_1.pasm
    print "start\n"
    # no exception handler - parrot should die silently
    sleep 2
    print "never\n"
    end

leo

Reply via email to