Floating Point Exception

2010-12-02 Thread eric.berg
I'm getting a floating point exception with the most basic of Moose classes. My first ones. Here's a stripped-down version of my mod and the calling script: Calling script: #!/usr/bin/env perl $| = 1; use strict; use warnings; use POINT::SVN::Collection-test; my $rev = 3230; my $repo

Re: Floating Point Exception

2010-12-02 Thread Stevan Little
If I had to guess I would say it being caused by the use of - in your module name. Try switching it to _ and see if that fixes it. - Stevan On Dec 2, 2010, at 2:09 PM, eric.b...@barclayscapital.com eric.b...@barclayscapital.com wrote: I'm getting a floating point exception with the most

RE: Floating Point Exception

2010-12-02 Thread eric.berg
Thanks, Stevan, But it's not that. This was just created a scaled-down version of my module in order to test it. I've confirmed that it's not that using CollectionTest as the mod name. Eric -Original Message- From: Stevan Little [mailto:stevan.lit...@iinteractive.com] Sent:

Re: Floating Point Exception

2010-12-02 Thread Nick Perez
What version of perl, Moose, CMOP, etc are you using? What OS and version? On Thu, 2 Dec 2010 15:17:03 -0500 eric.b...@barclayscapital.com wrote: Thanks, Stevan, But it's not that. This was just created a scaled-down version of my module in order to test it. I've confirmed that it's not

RE: Floating Point Exception

2010-12-02 Thread Hans Dieter Pearcey
On Thu, 2 Dec 2010 16:22:38 -0500, eric.b...@barclayscapital.com wrote: Caught a SIGFPE at /home/nypntdev/iprs_perl/lib/perl5/x86_64-linux/ List/MoreUtils.pm line 29 $ = eval {...} Shouldn't you be looking here? I'm not sure this has anything to do with Moose at all. hdp.

RE: Floating Point Exception

2010-12-02 Thread eric.berg
You're right, Hans. Subsequent testing shows that I'm seeing wierdness in code which doesn't have anything to do with Moose. Here's another sample trace: Maximal count of pending signals (120) exceeded at /home/nypntdev/iprs_perl/lib/5.12.2/x86_64-linux/DynaLoader.pm line 200. Compilation