Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

Re: Smoke [5.17.3] v5.17.2-223-gb166eea FAIL(F) darwin 11.4.0 (Intel Core i7/1 cpu)

 

 

Perl porters RSS feed   Index | Next | Previous | View Threaded


tony at develop-help

Aug 6, 2012, 3:03 AM

Post #1 of 2 (66 views)
Permalink
Re: Smoke [5.17.3] v5.17.2-223-gb166eea FAIL(F) darwin 11.4.0 (Intel Core i7/1 cpu)

On Mon, Aug 06, 2012 at 05:58:00PM +1000, tony [at] develop-help wrote:
> Automated smoke report for 5.17.3 patch b166eea9cd004d916f7322015c1c4337c549ac08 v5.17.2-223-gb166eea
> pallas.tony.develop-help.com: Mac mini (2 GHz) (Intel Core i7/1 cpu)
> on darwin - 11.4.0 (Mac OS X)
> ../cpan/IPC-SysV/t/ipcsysv.t................................FAILED
> Non-zero exit status: 255
> Bad plan. You planned 38 tests but ran 0.

Strangely enough, msgget() was returning a negative number as an
apparent success value, but then switched back to positive values:

bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
-2135818240
bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
65537
bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
65538
bash-3.2$ ipcs -a
IPC status from <running system> as of Mon Aug 6 19:50:19 EST 2012
T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM
QBYTES LSPID LRPID STIME RTIME CTIME
Message Queues:
q -2135818240 0x00000000 --rw------- perlsmoke staff perlsmoke staff
0 0 2048 0 0 no-entry no-entry 19:41:39
q 65537 0x00000000 --rw------- perlsmoke staff perlsmoke staff 0
0 2048 0 0 no-entry no-entry 19:50:05
q 65538 0x00000000 --rw------- perlsmoke staff perlsmoke staff 0
0 2048 0 0 no-entry no-entry 19:50:11
...

bash-3.2$ ipcrm -q -2135818240
bash-3.2$ ipcs -q
IPC status from <running system> as of Mon Aug 6 20:02:53 EST 2012
T ID KEY MODE OWNER GROUP
Message Queues:

bash-3.2$

Tony


tony at develop-help

Aug 6, 2012, 10:22 PM

Post #2 of 2 (59 views)
Permalink
Re: Smoke [5.17.3] v5.17.2-223-gb166eea FAIL(F) darwin 11.4.0 (Intel Core i7/1 cpu) [In reply to]

On Mon, Aug 06, 2012 at 08:03:25PM +1000, Tony Cook wrote:
> On Mon, Aug 06, 2012 at 05:58:00PM +1000, tony [at] develop-help wrote:
> > Automated smoke report for 5.17.3 patch b166eea9cd004d916f7322015c1c4337c549ac08 v5.17.2-223-gb166eea
> > pallas.tony.develop-help.com: Mac mini (2 GHz) (Intel Core i7/1 cpu)
> > on darwin - 11.4.0 (Mac OS X)
> > ../cpan/IPC-SysV/t/ipcsysv.t................................FAILED
> > Non-zero exit status: 255
> > Bad plan. You planned 38 tests but ran 0.
>
> Strangely enough, msgget() was returning a negative number as an
> apparent success value, but then switched back to positive values:
>
> bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
> -2135818240
> bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
> 65537
> bash-3.2$ perl -MIPC::SysV=IPC_PRIVATE -le 'print msgget(IPC_PRIVATE, 0600)'
> 65538
> bash-3.2$ ipcs -a
> IPC status from <running system> as of Mon Aug 6 19:50:19 EST 2012
> T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM
> QBYTES LSPID LRPID STIME RTIME CTIME
> Message Queues:
> q -2135818240 0x00000000 --rw------- perlsmoke staff perlsmoke staff

Perhaps it's this:

http://www.freebsd.org/cgi/query-pr.cgi?pr=46122&cat=

Interestingly enough, the reproduction step uses the test script
(before the great renaming) that failed for me.

Tony

Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.