search for: node_class

Displaying 10 results from an estimated 10 matches for "node_class".

2010 Jan 07
1
Segfault in GetNewPage, memory.c.
...finquote/_build/test/test.native...(no debugging symbols found)...done. > (gdb) run > Starting program: /home/yziquel/git/ocaml-finquote/_build/test/test.native > [Thread debugging using libthread_db enabled] > > Program received signal SIGSEGV, Segmentation fault. > GetNewPage (node_class=1) at memory.c:657 > 657 SNAP_NODE(s, base); > (gdb) backtrace > #0 GetNewPage (node_class=1) at memory.c:657 > #1 0x00007ffff7993c24 in Rf_allocVector (type=16, length=1) at memory.c:2030 > #2 0x00007ffff7981070 in Rf_mkString (s=0x6ae548 "require(quantmod)") at ../../...
2004 Jun 08
5
fast mkChar
Hi, To speed up reading of large (few million lines) CSV files I am writing custom read functions (in C). By timing various approaches I figured out that one of the bottlenecks in reading character fields is the mkChar() function which on each call incurs a lot of garbage-collection-related overhead. I wonder if there is a "vectorized" version of mkChar, say mkChar2(char **, int
2012 Feb 06
3
Passing class parameters to hiera
...t, } file { "/etc/sudoers": owner => root, group => root, mode => 440, source => "puppet:///modules/sudo/sudoers.$name", } } # Class:: sudo Hiera FIle for node : hostname01.yaml ============= --- config: - XXXX server: - hostname01p node_classes: - sudo(''webapp'') I get this error message when trying to apply on node: puppet agent -tv --noop err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "sudo(''webapp'')" at /etc/puppet/manifests/site.pp: 19 on node cat...
2017 Oct 06
1
SIGSEGV during startup
...R/R-build/src' Makefile:60: recipe for target 'R' failed make: *** [R] Error 1 The context around memory.c:908 is below, and suggests the issue manifests with the combination of the ALTREP framework and valgrind instrumentation level >1. #if VALGRIND_LEVEL > 1 if (NodeClassSize[node_class] > 0) VALGRIND_MAKE_MEM_NOACCESS(DATAPTR(s), NodeClassSize[node_class]*sizeof(VECREC)); #endif -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com R/Finance 2017 | www.rinfinance.com
2006 Mar 13
0
R_alloc problem (Mac OSX)
...ibraries .... done (gdb) run Starting program: /Users/kelley/src/R-from-fortran/test5 Reading symbols for shared libraries .........+ done about to call R_alloc(1,4) Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0000000c GetNewPage (node_class=1) at ../../../../R-2.2.1/src/main/memory.c:622 622 ../../../../R-2.2.1/src/main/memory.c: No such file or directory. in ../../../../R-2.2.1/src/main/memory.c (gdb) where #0 GetNewPage (node_class=1) at ../../../../R-2.2.1/src/main/ memory.c:622 #1 0x00293d38 in Rf_allocVector (ty...
2006 Mar 15
1
R_alloc problem on Mac OSX (PR#8683)
...ibraries .... done (gdb) run Starting program: /Users/kelley/src/R-from-fortran/test5 Reading symbols for shared libraries .........+ done about to call R_alloc(1,4) Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0000000c GetNewPage (node_class=1) at ../../../../R-2.2.1/src/main/memory.c:622 622 ../../../../R-2.2.1/src/main/memory.c: No such file or directory. in ../../../../R-2.2.1/src/main/memory.c (gdb) where #0 GetNewPage (node_class=1) at ../../../../R-2.2.1/src/main/memory.c:622 #1 0x00293d38 in Rf_allocVector (type=9,...
2011 Aug 14
0
Improved version of Rprofmem
...; static void R_ReportNewPage(); -#endif extern SEXP framenames; @@ -790,9 +797,7 @@ if (page == NULL) mem_err_malloc((R_size_t) R_PAGE_SIZE); } -#ifdef R_MEMORY_PROFILING - R_ReportNewPage(); -#endif + if (R_IsMemReporting) R_ReportNewPage(); page->next = R_GenHeap[node_class].pages; R_GenHeap[node_class].pages = page; R_GenHeap[node_class].PageCount++; @@ -2312,6 +2317,13 @@ } } + if (R_IsMemReporting) { + if (!R_MemPagesReporting + || size > 0 && node_class >= NUM_SMALL_NODE_CLASSES) + R_ReportAllocati...
2000 Dec 18
1
1.2.0 segfault
...inue Continuing. > dsecurvature.function.testsA() Random number generator tests ...ok DSE curvature test A 1 ... completed DSE curvature test A 2 ... Program received signal SIGSEGV, Segmentation fault. 0x763cc in Rf_allocVector (type=14, length=2) at memory.c:1551 1551 CLASS_GET_FREE_NODE(node_class, s); (gdb) bactrace Undefined command: "bactrace". Try "help". (gdb) backtrace #0 0x763cc in Rf_allocVector (type=14, length=2) at memory.c:1551 #1 0x5561c in Rf_duplicate (s=0xbcd6f0) at duplicate.c:140 #2 0x55518 in Rf_duplicate (s=0x99c508) at duplicate.c:133 #3 0x55518...
2013 Feb 14
0
Really need some help:: Weird Issue with external data look up in puppet 2.6.11
...aintained in defaults.yaml hiera_include( "hostgroup_classes" ) # Maintained in hostgroups/<hostgroup>/<hostgroup>.yaml hiera_include( "site_classes" ) # Maintained in hostgroups/<hostgroup>/<site>/<site>.yaml hiera_include( "node_classes" ) # Maintained in hostgroups/<hostgroup>/<site>/<hostname>.yaml } $extlookup_datadir = "/etc/puppet/manifests/extdata" $extlookup_precedence = [ "%{hostname}" ] -- You received this message because you are subscribed to the Google Groups &quo...
2010 Apr 20
1
dashboard: rake install fails (Solaris10)
Hi all, I am trying to install dashboard 1.0.0rc1. Independantly if have manually installed authlogic - gem or not it is throwing the following trace. The problem is the same when I am resetting (rake db:reset) or dropping the database. any ideas? best regards Lutz bash-3.00# rake install (in /opt/puppet-dashboard) dashboard_development already exists can''t activate authlogic (=