Skip Menu |

This queue is for tickets about the Object-InsideOut CPAN distribution.

Report information
The Basics
Id: 24931
Status: resolved
Priority: 0/
Queue: Object-InsideOut

People
Owner: Nobody in particular
Requestors: alex [...] framexpeditions.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.05
Fixed in: (no value)



Subject: thread->tid with activeperl
Hi I'm runnig into problem using your (vry useful BTW!) module when using fork under activeperl (5.8.8) in our BatchSystem::SBS module, I get an error with something like "unavailable tid method for threads" at line 1110 I'm not sure tha't ery wise, but i changed my $tid = (($threads::threads) ? threads->tid() : 0);#threads->tid(); and it pass through the test. Well, I'm not sure to have understood all what you do but did I add more problem than I'v solved? Alex
From: JDHEDDEN [...] cpan.org
Show quoted text
> when using fork under activeperl (5.8.8) in our > BatchSystem::SBS module, I get an error with something > like "unavailable tid method for threads" at line 1110
Fix in version 3.11