search for: 27f

Displaying 4 results from an estimated 4 matches for "27f".

Did you mean: 27
2002 Sep 23
3
Rgui.exe crashes on startup (PR#2057)
Full_Name: Zhen Liu Version: 1.5.1 OS: Window XP Home/Window NT 4.0 Submission from: (NULL) (205.142.0.75) I have installed R-1.5.1 using SetupR.exe on both my home laptop (Sony Vaio running Window XP Home) and in office (Compaq AP550 running Window NT 4.0), but they shared the same problem. Both worked for a while, but then Rgui.exe crashed on the startup, complains: The exception
2016 Sep 13
4
[PATCH 12/15] Replace call of celt_inner_prod_c() (step 1)
...lt_ener *bandE, int end, int C, int LM, int arch) { int i, c, N; const opus_int16 *eBands = m->eBands; @@ -164,7 +165,7 @@ void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *band for (i=0;i<end;i++) { opus_val32 sum; - sum = 1e-27f + celt_inner_prod_c(&X[c*N+(eBands[i]<<LM)], &X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eBands[i])<<LM); + sum = 1e-27f + celt_inner_prod(&X[c*N+(eBands[i]<<LM)], &X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eBands[i])<<LM, arch); bandE[i+c*...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
Hello, I've come across a curious issue with Samba 3.6.10. When running 'emacs' version GNU Emacs 23.3.1 (i386-mingw-nt6.0.6002) of 2011-03-10 on 3249CTO on Windows Server 2008 SP2 x64 and issuing a file "revert" of one sort or another against a Samba-served file, the 'smbd' process leaks two or three handles. Eventually, when 16k handles are open, this causes
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking