[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#279042: xdvi: xdvi.bin terminated abnormally: 11



Hilmar Preusse <hille42@web.de> wrote:

> On the one hand I never see an open for xdvi.bin. On the other hand I
> can read:
>
> write(2, "xdvi: xdvi.bin terminated abnorm"..., 41) = 41
> exit_group(9)                           = ?
>
> So I'm not really sure, if your statement is correct.

if ($status & 255) {
    die "xdvi: xdvi.bin terminated abnormally: $?\n";
} else {
    my $code = $? >> 8;
    exit $code;
}

And there are several ways "$status" can be set. 

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Reply to: