Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 90628
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: joern.mewes [...] gmail.com
Cc:
AdminCc:

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



Subject: "Free to wrong pool" error when using Prima and threads in parallel
Date: Fri, 22 Nov 2013 15:52:28 +0100
To: bug-Prima [...] rt.cpan.org
From: Joern Mewes <joern.mewes [...] gmail.com>
Hi, I am facing some uses when using Prima and threads in the same script. Please find an example script attached to this email. If I run it on Windows 7 with ActivePerl 5.16.3, Prima 1.3.7 and threads 1.89 I am getting the following error: “Free to wrong pool 37a4a28 not 293df8 at C:/Perl/site/lib/Prima/Classes.pm line 54 during global destruction.” Once I remove all the “use Prima::” statements the script runs without any error. Thus, I am expecting a problem in either my script or in the module. Do you have an idea what is going wrong? And if so can you please guide me how to fix it? Thanks for your help and have a nice day. Br, Joern

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #90628] "Free to wrong pool" error when using Prima and threads in parallel
Date: Fri, 22 Nov 2013 17:56:27 +0100
To: Joern Mewes via RT <bug-Prima [...] rt.cpan.org>
From: Dmitry Karasik <dmitry [...] karasik.eu.org>
Hi Joern, I think I fixed the problem. I'd like to ask you to check out the latest git version of prima and see if it works for you. Thanks for the report! -- Sincerely, Dmitry Karasik
Subject: Re: [rt.cpan.org #90628] "Free to wrong pool" error when using Prima and threads in parallel
Date: Sat, 23 Nov 2013 09:06:06 +0100
To: bug-Prima [...] rt.cpan.org
From: Joern Mewes <joern.mewes [...] gmail.com>
Hi Dmitry, Thanks for your quick response. I checked the latest git version and noticed that your change is quite easy to implement. So I modified my local Classes.pm accordingly and the problem has gone. If you want me to verify the git version as well just let me know. Again, thanks for your help and have a nice weekend. Br, Joern
Hi Joern, Glad that it worked! I'm closing the ticket now. Thank you for the effort ) /dk