On Wed, Dec 01, 2004 at 08:14:11PM +0200, Jarkko Hietaniemi wrote:

> Sadly, no valgrind for Tru64.  There's the "third" tool, but it
> doesn't show any funny business going on with the xref.t.
> 
> I managed to cut down the xref.t (I lost one of the two warnings,
> though, hopefully one is enough) to the minimal version that still
> gives the "\xB8" warning (with env LC_ALL=fi_FI.UTF-8 ./perl -C -Ilib):

Is it Tru64 specific? Tru64's Finish locale specific? I don't have fi_FI
on any box I can use, so I can't test Linux.

> The "File \xb8\n" is the badness.  No I don't know where "File \xb8"
> might be coming from.  I know (or have a good guess of) which file

\xb8 is '�', but that doesn't seem to shed any light on it.

> it *was*, if we look at the data following it:
> 
> File ?
>   Subroutine (definitions)
>     Package overload
>       &AddrRef          s94
>       &Method           s82
>       &OVERLOAD         s29
>       &Overloaded       s55
>       &OverloadedStringify  s73
>       &StrVal           s100
>       &constant         s160
>       &import           s36
>       &mycan            s69
>       &nil              s7
>       &ov_method        s63
>       &remove_constant  s169
>       &unimport         s49
> 
> It was lib/overload.pm, I would guess...

I'd say the same.

Nicholas Clark

Reply via email to