geoffleach has asked for the wisdom of the Perl Monks concerning the following question:
No threads.
Given that races tend to be highly context sensitive, I'm looking for hints.
Here's the test driver
Result is "not ok" . With -d:DProf its "ok"use Audio::TagLib; $proto = 'Audio::TagLib::ID3v2::Frame'; foreach $method (qw{toString}) { $return = $proto->can($method); print "$method: ", defined $return ? 'ok' : 'not ok', "\n"; }
My perl5 (revision 5 version 12 subversion 4) configuration:
osname=linux, osvers=2.6.32-131.2.1.el6.x86_64, archname=i386-linux-thread-multi
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: debugging a race
by Anonymous Monk on Nov 25, 2011 at 01:43 UTC | |
Re: debugging a race
by locked_user sundialsvc4 (Abbot) on Nov 25, 2011 at 14:32 UTC | |
by geoffleach (Scribe) on Nov 26, 2011 at 00:12 UTC |