search for: csets

Displaying 20 results from an estimated 72 matches for "csets".

Did you mean: sets
2008 Jul 09
1
memory leak in sub("[range]",...)
There is a 2-block memory leak in the sub() (or any other regex-related function, probably) when the pattern argument involves a range expression, e.g., '[0-9]'. % R --debugger=valgrind --debugger-args=--leak-check=full --vanilla ==14519== Memcheck, a memory error detector. ==14519== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==14519== Using LibVEX rev 1658, a
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
Full_Name: Bill Dunlap Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037) OS: Linux Submission from: (NULL) (76.28.245.14) valgrind finds some memory leaks in R when I use sub() with a range in the regular expression: % R --debugger=valgrind --debugger-args=--leak-check=full --quiet --vanilla ==28643== Memcheck, a memory error detector. ==28643== Copyright (C) 2002-2006,
2008 Oct 15
0
cset 18473 needs to be backported to 3.3 tree
Hi Keir, The changeset 18473 on xen-unstable needs to be back-ported to xen-3.3 tree. Because the gdbstub.c file isn't modified in xen-3.3 tree, the effort involved would be trival. Thanks. -- Guanqun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Oct 06
1
The "Sets" package and element equality test
Hi, I tried to use the sets package yesterday, which seems to be a very powerful package: thanks to the developers. I wanted to define sets of lists where 2 lists are considered equal if they have the same length. So, I implemented: match.2.list <- function(l1,l2){ length(l1)==length(l2) } and then defined my cset as: s <- set(list(1,2),list(3,4)) lset <-
2008 Aug 07
0
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#12488)
For the record: this is now fixed. On Thu, 7 Aug 2008, bill at insightful.com wrote: > Full_Name: Bill Dunlap > Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037) > OS: Linux > Submission from: (NULL) (76.28.245.14) > > > valgrind finds some memory leaks in R when I use sub() with > a range in the regular expression: > > % R
2003 Oct 05
1
kbuild improvements for klibc
Hi all. I have pushed my earlier announced kbuild improvements patch to: bk://linux-sam.bkbits.net/2.5-klibc First cset is the earlier posted cset, whit a few small modifications. One important change is that the usr/Makefile now uses *.a files in initramfs-y assignment. I realised that the purpose was to express what kinit were using / referring. Second cset is a trivial cset that just move
2006 Sep 29
5
Testing Report for Xen 3.0.3 rc1
We have tested Xen for 3.0.3rc1. The test includes Guest installation, device model, control panel, guest os and basic function tests. Here are issues found in our tests, For the first 6 issues, I think it''s better to be fixed in 3.0.3: 1. Para-virtualization driver doen''t work for HVM guests The hvm guest always hanged or met kernel panic when trying to load xenbus.ko. So vbd
2007 Oct 22
0
VMX status report against cset #16146 & linux-xen#267
Hi all, All nightly cases can pass today. Old issues : ================================================= 1).time latency is a negative number on window guest when vcpu > 1          http://otc-qa.sh.intel.com/xen/bugzilla/show_bug.cgi?id=991 2) Can not install 32bit Fedora 7 with vcpu > 1 http://otc-qa.sh.intel.com/xen/bugzilla/show_bug.cgi?id=1154 Testing environments:
2007 Oct 18
0
VMX status report against cset #16125 & linux-xen#263 -- two fixed issues
Hi all, There are two issues have been fixed in this changeset. It seems there is only one major issue in nightly testing. Fixed issue: ================================================= 1) HVM domain can not boot up if provide both "xvda" (no bootable OS) and "hda". 2) Can not boot up 2.6.23 kernel when acpi=1         
2007 Nov 01
0
VMX status report against cset #16281 & linux-xen#297 -- two new issues
Hi all, This is today''s xen nightly test report, changeset: 16281 unstable tree.  Linux-xen:297 One new issue on 32E, can not insmod "xen-platform-pci.ko",see the issue list. One new issue on PAE, can not boot up win2K guest, see the issue list. Other failed cases can pass manually. New issues: ================================================= 1) cannot insert module
2007 Oct 10
0
VMX status report against cset #16083 & linux-xen#250 --1 issue fixed. 1 new issue
Hi, 1 issue has been fixed: PV driver can not be inserted on IA32 PAE Guest. On PAE, 2.6.23 kernel HVM Linux will boot failed if set acpi=1. SMP Fedora 7 can not be installed. On IA32E, Local live migration and save&restore can not work. New issue: ================================================= 1) Can not install 32bit Fedora 7 with vcpu > 1 (This issue is not because latest
2007 Nov 28
0
VMX status report against cset Xen: #16475 & Dom0: #323 -- 2 issues
Hi all, This is today''s xen nightly test report against Xen cset: #16475 (unstable tree) && Dom0: #323 In the new testing, we found 2 new issues: Dom0''s time is not correct after S3, and PV dirver can not build with RHEL5 kernel. New issue : ================================================= 1) PV drivers can not build with RHEL5 kenrel. When compiling, it would
2016 May 05
2
GSoC 2016 - Introduction
Hello, Thanks James for the reply. That cleared a few things out. Apologies for replying late because of exams going on. I was going through the previous clustering API to understand how it worked and it seems like the the approach for construction of the termlists which are used for distance metrics use TF-IDF weighting with cosine similarity, which is very similar to the approach I would need
2011 Apr 27
0
[LLVMdev] Regression tests in 2.9
Eric, could you tell me which version of gcc you are using (According to http://llvm.org/docs/GettingStarted.html, gcc 3.4.2 should be used but I don't know if this document is up to date regarding the required software versions) Anyway I also tried with gcc version 3.4.6 (Ubuntu 3.4.6-6ubuntu5) And now, I get a bunch of errors like this one: llvm-2.9/lib/Support/regcomp.c: In function `cset*
2011 Apr 27
3
[LLVMdev] Regression tests in 2.9
I tried on a different machine x86_64 ( vs x86 ) and I don't have these issues anymore (the tests are failing on the x86 machine because of a segmentation fault) Both builds were done using: g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4) Something should be wrong with my environment... The only differences I noticed during the compilation are the following warnings (which appear several times, but
2006 Oct 11
1
RE: W2K3 Server Installation fails with ACPI=1 on
...155815205 -3600 > # Node ID 5e3166de7120f474903d58bd74b7e2d12c3d8ea7 > # Parent 24827cb8a94596987284c4b934365165468949a2 > [NET] Fix ``rx->offset: 10, size: 4294967295'''' bug. > > Signed-off-by: Steven Smith <sos22@cam.ac.uk> > > > These are the csets you''re talking about, yes? > > Steven. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2003 Apr 18
1
Broken buildworld in groff, 4.8-stable?
Hi, I've been cvsupping and trying to buildworld for close to 18 hours now, on and off, with the same result. My current system is: FreeBSD gurney.reilly.home 4.8-STABLE FreeBSD 4.8-STABLE #25: Sat Apr 12 11:56:29 EST 2003 root@gurney.reilly.home:/usr_plus/obj/usr_plus/src/sys/GURNEY i386 About a week old. I've just cvsupped again, and tried a make buildworld, and get the
2008 Mar 19
10
Illegal PV kernel pfm/pfn translations on PROT_NONE ioremaps
Hi, On paravirt x86 (both 32- and 64-bit), since cset 13998: http://xenbits.xensource.com/xen-unstable.hg?rev/13998 we translate all ptes from being mfn-based to pfn-based when the hardware _PAGE_PRESENT bit is cleared. We do this for PROT_NONE pages, which appear to the HV to be non-present, but which are special-cased in the kernel to appear present (a different bit in the
2008 Aug 13
0
IPF/Xen-3.3.0-rc4 StatusReport --- no issue found
Hi all, We have done the ABAT test to Xen3.3.0-rc4 (staging#18314) on IA64. No issue was found for IPF. Thanks! Detail Xen/IA64 Unstable Cset #18314 Status Report ============================================================ Test Result Summary: # total case: 17 # passed case: 17 # failed case: 0 ============================================================ Testing
2011 Oct 07
1
Pb building sets of S4 / RefClass objects with package "sets"
Hi, does anyone know if it is possible to construct sets of S4 objects? It seems the constructor set does not like it: Error in as.vector(x, "character") : cannot coerce type 'environment' to vector of type 'character' Regards Johnny PS: by the way, does anyone know where I can find some examples using the cset class from the "sets" package, beside the