similar to: NaN sanity check not present in tree.

Displaying 20 results from an estimated 600 matches similar to: "NaN sanity check not present in tree."

2019 Sep 23
0
NaN sanity check not present in tree.
Hi Yves, Sorry for the delay (I blame the Google spam filter). Have you actually seen problems that this patch fixes? If so, do you have a way to reproduce the problem? While technically your patch would be safe, the simple fact that it would trigger would mean a bug elsewhere. Note that HB_gain is essentially 1 - exp(-celt_rate/1024.) where celt_rate is supposed to always be non-negative
2019 Sep 10
2
Int overflow fix not present in tree.
Hi! I'm Yves, bit fiddler, hoping to roll a fresh version of libopus into chromium. This fix <https://chromium-review.googlesource.com/c/chromium/src/+/1072869/> never made it to opus repository. Was it intentional? If so, what is the rational? If not, could the fix be applied on the libopus master branch? Thanks for the amazing work! -- Warm regards, Yves -------------- next part
2019 Sep 10
0
Int overflow fix not present in tree.
Hi Yves, At that time, the issue wasn't reproducible in opus master, but there had been some significant changes since the last tagged release that made it hard to pinpoint a single patch to cherry pick to Chromium, hence this local fix. Cheers, Felicia On Tue, Sep 10, 2019 at 7:56 AM Yves Gerey <yvesg at google.com> wrote: > Hi! I'm Yves, bit fiddler, hoping to roll a fresh
2004 Sep 07
2
noncommutative addition: NA+NaN != NaN+NA
Hi guys. Check this out: > NaN +NA [1] NaN > NA + NaN [1] NA I thought "+" was commutative by definition. What's going on? > R.version _ platform powerpc-apple-darwin6.8 arch powerpc os darwin6.8 system powerpc, darwin6.8 status major 1 minor 9.0 year 2004 month 04 day 12 language R > (Both give NA under linux, so it looks
2012 Apr 01
1
NaN - trouble fixing NaN
Hi R-listers, I am using the package plyr. I am just trying to get the hatching success mean of each nesting event and have typed in the following and received the below results: > tapply(HSuccess, Aeventexhumed, mean) A B C 0.2156265 0.1288559 NaN What can I do about NaN? I should be able to get a result for event C because I was able to
2007 Oct 26
0
Wits end! ndis got me - give me sanity with my wireless!!!
All - desperate plea for help here. Overview Centos 4.5 Kernel 2.6.9.55.0.9.EL with source dell Latitude 810 Im totally at my wits end... Ive tried like mad to get ndiswrapper to work for my lynksys WPC54GS wireless card. No matter what I try ndis gives some kind of error on installing the module after about a dozen attempts 8 kernels, and 5 days- I finally GAVE UP! unreal So, I
2004 Nov 13
0
Sanity check for win32-file
Hi all, The code that I checked in yesterday that seemed to work just fine now fails. When I run this: require "win32/file" fh = File.nopen("C:\\test.txt") fh.close I now get: test.rb:12:in `initialize'': Invalid argument (Errno::EINVAL) from test.rb:12:in `nopen'' Specifically, it''s failing on this in file.c: args[0] =
2004 Nov 14
0
Sanity re-checked
Hi all, Windows 2000 VC++ 6 Well, it turns out I''m not insane. The rb_class_new_instance() chokes with RC9. However, when I rolled back to RC7, it worked fine. So, either something is broken in RC9 or this is some sort of VC6 vs VC7 issue. Can anyone else confirm? Regards, Dan
2006 Apr 20
0
Sanity check of my Draggable code
Hi all I''m just getting started with script.aculo.us, and prototype etc. My first mini-project was to use Draggable to adjust the column widths in a page. Here''s the code (which seems to work) and any feedback would be appreciated - especially if I''m doing things the wrong way. Here''s the code: var colSpacer function initPage() { colSpacer = new
2009 May 28
0
[PATCH] xen_disk: move sanity check to the correct place
Hi, The sanity check which refuses write access to disks configured read-only is at the wrong place. This patch fixes it. please apply, Gerd _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 09
0
console-sanity tool in klibc?
Hi all, in a somewhat unrelated discussion, a user wanted to run gpg in an initramfs generated by the Debian initramfs-tools package. Whether that is a good idea or not is a different discussion, but he noted that /dev/tty won't work in the initramfs because no controlling console has been setup yet (I think init is the first program to do so). So, I was wondering if it might be a good idea
2010 May 30
0
sanity-checking plans for glmer
Having briefly fallen for the notion that the negative.binomial family in MASS could be used in glmer, I want to use these lists for a sanity check on my final (?) plans. I want to use glmer for logistic regression and for poisson regression on a data set of 10,000 items. There will be two crossed random effects. For the logistic regression, I want odds ratios with confidence intervals.For the
2013 Sep 26
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hello! I have spent some time on the issue. I'm not sure it's a nouveau bug. I have a fix that changes arch/x86/kernel/sysfb_simplefb.c only. GRUB actually uses graphic mode on my card. That mode is supported by simplefb. However, the resource conflict happens regardless of whether simplefb is enabled. It's sysfb_simplefb that causes it, a completely different driver. If GRUB
2013 Sep 27
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Quoting David Herrmann <dh.herrmann at gmail.com>: > I am aware of this and there is already a fix pending from 2 weeks > ago. Unfortunately, I have been in the US for the last 2 weeks and > haven't really been able to push on that. Anyhow, it should really be > just a cosmetic issue. We need to mark the sysfb FB as busy to avoid > the nasty warnings. Other than that,
2013 Sep 27
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
On Fri, 27 Sep 2013 10:33:26 +0100 Emil Velikov <emil.l.velikov at gmail.com> wrote: > FWIW another nvc0 user is experiencing the same/similar issue and the > patch seems to resolve the problem in his case. > > https://bugs.freedesktop.org/show_bug.cgi?id=69488 Good to hear that my patch actually makes more than cosmetic difference for somebody. My system doesn't hang
2013 Oct 02
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
On Wed, 2 Oct 2013 16:47:29 +0200 David Herrmann <dh.herrmann at gmail.com> wrote: > Thanks for your investigations. I finally sent my patch and put you on > CC. Sorry for the delay, but I have mostly catched up with all emails > now. > > This really just suppresses the warning and nothing else. Thank you for your detailed explanation in the patch. > It does not >
2013 Oct 03
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hi David, On Thu, 3 Oct 2013 00:19:56 +0200 David Herrmann <dh.herrmann at gmail.com> wrote: > >> And your PCI-BAR adjustment doesn't change > >> anything either, sorry. > > > > I simply tried another approach to pacify the resource checker. > > > > However, there is some difference. nvidiafb cannot access the > > resources if
2011 Jun 16
0
[LLVMdev] LLVM-based address sanity checker
On 16 June 2011 09:27, Kostya Serebryany <kcc at google.com> wrote: > Question to the LLVM developers: would you consider adding > the AddressSanitizer code to the LLVM trunk? Do you have an idea how hard would it be to port to non-x86 platforms? I saw some Intel ASM in the C++ file... The run-time library being 1.5k loc is not encouraging, but it didn't look particularly
2011 Jun 16
0
[LLVMdev] LLVM-based address sanity checker
On 16 June 2011 20:20, Kostya Serebryany <kcc at google.com> wrote: > Not hard at all. > At some point the file had no asm at all, but using the custom asm allows to > make the generated code more compact. That should also be simple for other platforms... > My first attempt that used no asm required ~15 bytes of code. > Note, this code is executed only once, so it affects
2004 Jan 20
0
Dialplan Sanity Check please
Hi guys, I've posted my dialplan design in flowchart format and would welcome your comments for improvements. I'd like to know my logic looks ok before I go much farther or start rewriting my extensions.conf. http://www.triadinternetsystems.com/asterisk/ For the Standard Extension macro, I was trying to do the following: 1. execute telezapper if user has turned it on 2. execute