search for: hashtab

Displaying 20 results from an estimated 36 matches for "hashtab".

2006 Jun 03
3
More on bug 7924
..._next_node = 0x6db278, gengc_prev_node = 0x8442b8, u = {primsxp = { offset = 2}, symsxp = {pname = 0x2, value = 0x230002acc2, internal = 0x21000090}, listsxp = {carval = 0x2, cdrval = 0x230002acc2, tagval = 0x21000090}, envsxp = {frame = 0x2, enclos = 0x230002acc2, hashtab = 0x21000090}, closxp = {formals = 0x2, body = 0x230002acc2, env = 0x21000090}, promsxp = {value = 0x2, expr = 0x230002acc2, env = 0x21000090}}} #0 DEBUG_SET_NAMED (x=0x85cfd8, v=2) at ../../../r-devel/r-devel/ R/src/main/main.c:1444 #1 0x00002aaaaab67b04 in Rf_eval (e=0x57034...
2018 Oct 10
1
unlockEnvironment()?
...D(e) (ENVFLAGS(e) & FRAME_LOCK_MASK) ./pkgload/src/unlock.c:23:#define UNLOCK_FRAME(e) SET_ENVFLAGS(e, ENVFLAGS(e) & (~FRAME_LOCK_MASK)) ./pkgload/src/unlock.c-24- ./pkgload/src/unlock.c-25-extern SEXP R_TrueValue; ./SOD/src/tmp.cpp-11394-SEXP (ENCLOS)(SEXP x); ./SOD/src/tmp.cpp-11395-SEXP (HASHTAB)(SEXP x); ./SOD/src/tmp.cpp:11396:int (ENVFLAGS)(SEXP x); ./SOD/src/tmp.cpp:11397:void (SET_ENVFLAGS)(SEXP x, int v); ./SOD/src/tmp.cpp-11398-void SET_FRAME(SEXP x, SEXP v); ./SOD/src/tmp.cpp-11399-void SET_ENCLOS(SEXP x, SEXP v); -- ./SOD/src/tmp.h-11393-SEXP (ENCLOS)(SEXP x); ./SOD/src/tmp.h-1139...
2016 Aug 05
2
Extra copies of objects in environments when using $ operator?
My understanding is that R will not make copies of lists if there is only one reference to the object. However, I've encountered a case where R does make copies, even though (I think) there should be only one reference to the object. I hope that someone could shed some light on why this is happening. I'll start with a simple example. Below, x is a list with one element, and changing that
2009 Jun 25
1
R data inspection under gdb?
...1}, attrib = 0x608f98, gengc_next_node = 0xa82328, gengc_prev_node = 0xa822c8, u = {primsxp = {offset = 1}, symsxp = { pname = 0x1, value = 0x146fb50, internal = 0x2000000a}, listsxp = {carval = 0x1, cdrval = 0x146fb50, tagval = 0x2000000a}, envsxp = {frame = 0x1, enclos = 0x146fb50, hashtab = 0x2000000a}, closxp = {formals = 0x1, body = 0x146fb50, env = 0x2000000a}, promsxp = {value = 0x1, expr = 0x146fb50, env = 0x2000000a}}} which suggests to me that x is not "void" (whatever that's supposed to mean here). What I'd like to do is print out SEXP's the wa...
2016 Aug 05
0
Extra copies of objects in environments when using $ operator?
...s as immutable if they have any references by setting NAMED to 2. You can see this with > e <- new.env(parent = emptyenv()) > e$x <- list(1) > .Internal(inspect(e)) @30b2498 04 ENVSXP g0c0 [NAM(1)] <0x30b2498> ENCLOS: @2600e98 04 ENVSXP g0c0 [MARK,NAM(2)] <R_EmptyEnv> HASHTAB: @2e41540 19 VECSXP g0c7 [] (len=29, tl=1) @25c9628 00 NILSXP g0c0 [MARK,NAM(2)] @25c9628 00 NILSXP g0c0 [MARK,NAM(2)] @25c9628 00 NILSXP g0c0 [MARK,NAM(2)] @25c9628 00 NILSXP g0c0 [MARK,NAM(2)] @30b3370 02 LISTSXP g0c0 [] TAG: @2637870 01 SYMSXP g0c0 [MARK,NAM(2)...
2012 Jan 18
1
Compile error 1.8.8.1
...astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o t...
2000 Sep 19
1
bug.report("unused argument(s) crash R when options(error=quote (PR#663)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@biostat.ku.dk # ###################################################### Hello! I have observed a curious problem with the Windows version of R. > version
2009 Jan 05
1
can't get names of R_env
...s in the sentence "A frame is a tagged pairlist with tag the symbol and CAR the bound value." Or more precisely, I don't quite understand the struct for env exp -------------------------- struct envsxp_struct { struct SEXPREC *frame; struct SEXPREC *enclos; struct SEXPREC *hashtab; }; -------------------------- thanks in advance.
2010 Jun 23
2
"Hidden" memory leak
...bytes in 2 allocations in file 'devicestate.c' 244 bytes in 1 allocations in file 'iax2-provision.c' 660 bytes in 1 allocations in file 'chan_agent.c' 14 bytes in 2 allocations in file 'http.c' 1336 bytes in 4 allocations in file 'hashtab.c' 812 bytes in 2 allocations in file '/usr/src/asterisk-1.6.2.9-rc3/include/asterisk/strings.h' 484 bytes in 1 allocations in file 'bridge_multiplexed.c' 24648 bytes in 2 allocations in file 'stdtime/localtime.c' 11624 bytes in 9 allocations...
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
...astmm.o astobj2.o audiohook.o autochan.o autoservice.o bridging.o callerid.o ccss.o cdr.o cel.o channel.o chanvars.o cli.o config.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o event.o features.o file.o fixedjitterbuf.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o t...
2011 Mar 29
0
[LLVMdev] Where do header files patched with llvm-gcc come from?
...these header files come from? I am concerned for their licenses. if you mean the top level include directory in the llvm-gcc source, there seem to be lots of headers in it: $ ls gcc-4.2.llvm/include/ ansidecl.h dyn-string.h getopt.h obstack.h symcat.h ChangeLog fibheap.h hashtab.h partition.h ternary.h ChangeLog-9103 filenames.h libiberty.h safe-ctype.h xregex2.h COPYING floatformat.h md5.h sort.h xregex.h demangle.h fnmatch.h objalloc.h splay-tree.h xtensa-config.h Best wishes, Duncan.
2023 Apr 08
0
Time to add is.formula() to 'stats'?
...#39; and the so-called 'defaultPackages', reproduced by the attached R script ... see below. Mikael ---------------------------- 1. For which X does is.X() have no corresponding as.X()? [1] "R" "atomic" "element" "finite" "hashtab" "infinite" [7] "language" "leaf" "loaded" "mts" "na" "nan" [13] "object" "primitive" "recursive" "tskernel" "unsorted" 2. For which Y does as....
2006 Apr 11
1
eapply() fails on baseenv() (PR#8761)
eapply() works on most environments, but not on baseenv(). For example, > x <- 1 > eapply(globalenv(), function(x) x) $x [1] 1 > eapply(baseenv(), function(x) x) list() I'm probably not going to have time to work on this before 2.3.0, but I don't think it's really urgent; if no one else fixes it first I'll do it after the release. Duncan Murdoch
2009 Nov 05
1
combine UserDefinedDatabase and regular environments
Hello, Is it possible to have the effect of UserDefinedDatabase outside of "attached" environments ? Can I disguise an environment of the sys.frames() as a UserDefinedDatabase ? This seems to suggest that it might be possible : > f <- function(){ e <- environment(); class(e) <- "UserDefinedDatabase"; ff } > f() *** caught segfault *** address (nil),
2006 Jun 02
2
Helping out - simple bugs to help familiarize with R design, source, etc
Hi All, Well I finally have found the time to get svn working and I have successfully built my own tuned atlas (multi-threaded version) libs and have both the r-devel and r-patched trees building daily on my box. The problem is I still do not have a good idea of the layout and design of R, and typically I "learn by doing" by trying to fix a bug that hits me. Unfortunately ;-)
2016 Jan 15
0
Asterisk 11.21.0 Now Available
...tions after a while (Reported by Michael Keuter) * ASTERISK-25593 - fastagi: record file closed after sending result (Reported by Kevin Harwell) * ASTERISK-25585 - [patch]rasterisk never hits most of main(), but it's assumed to (Reported by Walter Doekes) * ASTERISK-25552 - hashtab: Improve NULL tolerance (Reported by Joshua Colp) * ASTERISK-25449 - main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny (Reported by Matt Jordan) * ASTERISK-25537 - [patch] fo...
2009 Aug 29
2
Asterisk 1.6.0.14 and 1.6.1.5 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created
2009 Aug 29
2
Asterisk 1.6.0.14 and 1.6.1.5 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created
2011 Mar 29
4
[LLVMdev] Where do header files patched with llvm-gcc come from?
The llvm-gcc front end mingw binary on llvm.org has patched a lot of *.h files under include directory. But when building llvm-gcc on mingw myself, there is no header file generated under include directory. So where do these header files come from? I am concerned for their licenses. Thanks & Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Apr 29
2
Can't compile asterisk-certified-11.6-cert16 on Ubuntu 16
...tified asterisk 11.6 cert16 on a Ubuntu 16 server. However, when I try to compile it, I'm getting hundreds and hundreds of errors. Here is a sample of the output. make[1]: Leaving directory '/usr/src/asterisk-certified-11.6-cert16/menuselect' [LD] aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o -> aelparse aelbison.o: In function `ast_atomic_fetchadd_int': /usr/src/asterisk-certified-11.6-cert16/include/asterisk/lock.h:567: multiple definition of `ast_atomic_fetchadd_int' aelparse.o:/usr/src/asterisk-c...