<?xml version="1.0" encoding="windows-1252"?>
<node id="1005302" title="Re: I received a report that MCE is hanging for a CPAN smoke tester and possibly others" created="2012-11-23 12:33:38" updated="2012-11-23 12:33:38">
<type id="11">
note</type>
<author id="1005295">
marioroy</author>
<data>
<field name="doctext">
&lt;p&gt;Thanks to the CPAN tester by the name David Cantrell, he allowed me to log into his system using a test account.&lt;/p&gt;

&lt;code&gt;
Issue is resolved.  I'm going to release an update.

Inside Signal.pm, added writeable check -w '/dev/shm'

   $_tmp_dir_base = ($_use_dev_shm &amp;&amp; -d '/dev/shm' &amp;&amp; -w '/dev/shm')
      ? '/dev/shm' : '/tmp';

Also in test script, also added writeable check -w '/dev/shm'

   use_ok('MCE::Signal', qw( $tmp_dir -use_dev_shm ));

   if (! exists $ENV{TEMP} &amp;&amp; -d '/dev/shm' &amp;&amp; -w '/dev/shm')
      ...

&lt;/code&gt; 

&lt;p&gt;I feel so terribly bad that MCE is causing smoke testing to hang out there. I'm thankful for David Cantrell who reported on the issue to me via an email.&lt;/p&gt;

&lt;p&gt;Do any folks have stories where something like this such as stalling smoke testing?  Oh, how I feel horrific at the moment. :(&lt;/p&gt;

&lt;p&gt;MCE 1.103 should be up on CPAN momentarily.&lt;/p&gt;

&lt;p&gt;Mario&lt;/p&gt;</field>
<field name="root_node">
1005297</field>
<field name="parent_node">
1005297</field>
</data>
</node>
