similar to: floating point exception in 1.0

Displaying 20 results from an estimated 9000 matches similar to: "floating point exception in 1.0"

2006 Mar 19
2
Unit test confusion
Hey all, I''m following along with AWDWR, specifically the unit testing. On page 148, it shows you how Test::Unit::TestCase will automatically define instance variables based on your fixtures. It doesn''t seem to actually work, though. It seems that both @artists ["beatles"]["name"] and @beatles.name are nil objects in my test, where as
2011 Jan 06
3
dovecot can't see mail that is there
I used to install dovecot on any Fedora fresh installation and I could fetch my internal mail few minutes later. Now I've been struggling for two days and I haven't got my mail working yet. I have Fedora 14 with sendmail. Some application on the same machine send mail to an account on the same machine (hence all is confined to one machine) and I want to retrieve it from a laptop
2005 Apr 14
2
Legend in xyplot two columns
Dear R-Help I have some trouble to set the legend in a xyplot into two rows. The code below gives me the legend in the layout I am looking for, I just rather have it in two rows. library(lattice) schluessel <- list( points=list( col="red", pch=19, cex=0.5 ), text=list(lab="John"), lines=list(col="blue"),
2001 Aug 13
0
RC2
Just thought i'd say thanks to Monty and everyone else for giving us this brilliant codec, even perhaps if it isn't done yet ;) Keep up the good work! My poorly tuned ears can't really tell the difference between (proper) CD quality and a .ogg at ~64Kbs, although i've only tried encoding a bunch of Beatles songs so far. Although there seem to be a few not quite distingushable
2015 Oct 19
3
RFC: Improving license & patent issues in the LLVM community
I really really do not like armchair lawyer discussions and this is just flamebait if I've ever seen it... --------------- #1 Is the submarine patent risk really that bad? (What's driving this) #2 Pragmatically have "you" even considered how to execute on this relicense plan? a. What if one of the copyright holders doesn't agree? b. What audit procedure do you plan to use c.
2007 Jul 24
2
Astribank-8BRI
Hello, I'm in the process of building an Asterisk machine and need 5 or 6 BRI-Channels. I was looking for the beroNet and Junghans cards and stumbled upon the Xorcom Astribank xBRI products. Has anybody tried out the Astribank xBRI-Channel Banks? Are they production ready or should I go with a beroNet BN8S0 or JUNGHANNS.NET octoBRI ISDN? Thanks in advance, Lars -- We don't like their
2005 Sep 19
4
Pinging ...
Ok, if I missed something in the wiki please point me there with the correct search terms. Asterisk 1.0.7 (AAH really) 4 co lines from Bellsouth into a Diguim T400P. Polycom 501 x 4 on the desktops. My problem is on calls to or from the CO I hear a "pinging" (thing sonar ping in a submarine) every 12 seconds. You can set your watch to it. COuld this be a "call recording in
2006 Nov 21
3
Cisco media gateways in general
Greetings, After the 0 respones I had on my previous mail regarding the Cisco 2801, I thought I'd be more general. Is anybody using Cisco media gateways at all? If so, how is it working for you? -- Kind regards, Meilleures salutations, Bas van der Veen GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E890160 "The question of whether a computer can think is no
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
I think I reported this bug in the past. At that time, I was told that it is a bug of autoconf. ./configure does not recognize Linux on DEC Alpha 21164PC (a cheap version of Alpha EV56), so all the compilation flags were set incorrectly. I don't know the right way to fix it (I don't know how autoconf works yet ...), but the following patch fixes the problem. Thank you, Naoki Naoki
2005 Mar 18
2
echo / delay problem
I'm having with an echo or delay I connect to the PSTN with a x100p and then connect a std. phone to a FXS module on a TDM10B. The std phone is only 2-wire so I know this is not helping. (yes I have read the 2-wire 4-wire issue) I have tried many echocancel values. The best thing to help was rxgain and txgain. below is my current zapata.conf file All help would be grateful. I have tried
2008 Oct 21
1
"Floating point exception" when running linux/syslinux using syslinux 3.72
Hi, I got "Floating point exception" when running linux/syslinux using syslinux 3.72. How to reproduce: 1. On debian Etch, kernel 2.6.24-etchnhalf.1-686 2. wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-3.72.tar.bz2 3. tar xvjf syslinux-3.72.tar.bz2 4. syslinux-3.72/linux/syslinux --help 5. An error message "Floating point exception" was shown. Same problem
2002 Jun 30
0
libvorbis and floating point exception
Hi. While doing some RTP based multicast streaming with Vorbis encoded data I ended up feeding the decoder some slightly invalid data (audio data, not header data) and it SEEMED to me I got a floating point exception that my decoder wasn't really prepared to catch. Is it possible to generate a floating point exception feeding corrupt audio data into libvorbis ? If yes, then I need to take
1999 Jun 08
1
0.64.1 alpha floating point exception in make check
I received a floating point exception from "make check" on a Linux alpha (Red Hat 6.0) using egcs-1.1.2 compiler, and compiling from R-base-0.64.1-5.src.rpm packaged by Red Hat Contrib|Net. make check fails with return code 136 from modreg-Ex.Rout. The final output is: > plot(update(rock.ppr, sm.method="gcv", gcvpen=2), + main = "update(...,
2006 Apr 19
0
[LLVMdev] floating point exception and SSE2 instructions
On Wed, 19 Apr 2006 19:28:34 +0100 Simon Burton <simon at arrowtheory.com> wrote: > > >From what I remember, this is a bug in debian libc: > some floating point flags are set incorrectly causing SIGFPE. > Can't find the bug report ATM. Oh, it just showed up on numpy-discussion: http://sources.redhat.com/bugzilla/show_bug.cgi?id=10 """ #include
2006 Apr 19
2
[LLVMdev] floating point exception and SSE2 instructions
On Thu, 20 Apr 2006, Simon Burton wrote: >>> From what I remember, this is a bug in debian libc: >> some floating point flags are set incorrectly causing SIGFPE. >> Can't find the bug report ATM. > > Oh, it just showed up on numpy-discussion: > http://sources.redhat.com/bugzilla/show_bug.cgi?id=10 > > """ > #include <fenv.h> > void
2006 Apr 19
0
[LLVMdev] floating point exception and SSE2 instructions
On Wed, 19 Apr 2006 18:21:32 -0500 (CDT) Chris Lattner <sabre at nondot.org> wrote: > > > I don't see what this has to do with anything, but... Me neither. > > > Is there a way I can disable SSE instruction generation in LLVM ? > > Yes. Pass -mattr=-sse1,-sse2,-sse3 to lli or llc. Right, that fixed it. BTW: from the --help:
2016 Oct 27
0
BoF: Enhancing LLVM's Floating-Point Exception and Rounding Mode Support
Hello everyone, I am co-hosting a BoF at next week's LLVM Dev Meeting to discuss enhancements to floating point support that will enable non-default rounding and FP exception modes. I've just uploaded a set of slides that provides details about the topics I hope to cover. You can find it here (look for the link just below the speaker profiles): http://sched.co/8Yzr I hope the BoF will
2004 Feb 12
1
OpenSSH_3.7.1p2 Floating point exception on Opteron
I'm getting a floating point exception from ssh on an opteron running Linux (in 64 bit). It happens only when I ssh out to a server not supporting SSHv2 and when its public key is not already in the key file. Right after I answer "yes" to the "Are you sure?" prompt I get the exception. Here is the stack trace: Program received signal SIGFPE, Arithmetic exception
2009 Jun 11
1
Thusnelda - Floating point exception in encoder_toplevel.c:209
Hi all, I've been hitting the odd floating point exception errors using the new alpha encoders. They're encoding a live stream so I can't reproduce the crash on demand, and it might only happen once every few days so it's been fun trying to get a backtrace. The crash happens in a fairly scary block of code, I wouldn't have a clue where to begin trying to fix it!
2003 Feb 11
1
cbind rises floating point exception (PR#2541)
> x <- matrix(1:10, ncol = 2) > xc <- cor(x[, 2], x[, 0]) > cbind(xc, vector()) Process R floating point exception at Tue Feb 11 19:16:51 2003 > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.2 year