crash log: No such pseudo-hash field "high_priority" at .../Stats.pm line 47

Ask Bjørn Hansen ask at develooper.com
Mon May 7 21:13:13 UTC 2007


On May 7, 2007, at 1:53 PM, Brad Fitzpatrick wrote:

> Since you can reproduce this, could you add something like,
>
>    unless (exists $be->{client}->{high_priority}) {
>        warn "Our weird \$be->{client} is a $be->{client}!\n";
>    }
>
> Then see what it says in production?  I'm wondering if some wrong  
> type is
> getting assigned to that?

Nope - that was my first guess too...

2007-05-07 14:09:34.488004500 Our weird $be->{client} is a  
Perlbal::ClientProxy=ARRAY(0x118a550)!
2007-05-07 14:09:34.576972500 Our weird $be->{client} is a  
Perlbal::ClientProxy=ARRAY(0x111e440)!
2007-05-07 14:09:34.576972500 Our weird $be->{client} is a  
Perlbal::ClientProxy=ARRAY(0x1122b80)!

The patch attached below - apologies for the useless inline patch  
before.


  - ask

-- 
http://develooper.com/ - http://askask.com/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: perlbal.stats.patch
Type: application/octet-stream
Size: 794 bytes
Desc: not available
Url : http://lists.danga.com/pipermail/perlbal/attachments/20070507/1e9421bf/perlbal.stats.obj
-------------- next part --------------



More information about the perlbal mailing list