Logged In: YES
user_id=588543

I messed around a little bit with the code and found that
the following fixes my problem:

my ($start, $end) = $itxt->tag('ranges', 'sel');
if( !defined($start) || ($start eq $end) ) {
$start = '0.0';
$end = 'end';
}

Seems to be specific to my build of something, but I am not
sure what. However, my fix doesn't break any existing
functionality and will work on all other platforms as
well... Take it if you want it ;)