search for: aenv

Displaying 9 results from an estimated 9 matches for "aenv".

Did you mean: aen
1999 Jan 27
0
load() patch
....orig/src/main/saveload.c R-0.63.2/src/main/saveload.c --- R-0.63.2.orig/src/main/saveload.c Tue Nov 10 19:23:54 1998 +++ R-0.63.2/src/main/saveload.c Tue Jan 26 16:14:57 1999 @@ -1136,7 +1136,7 @@ SEXP do_load(SEXP call, SEXP op, SEXP args, SEXP env) { - SEXP a, ans, e; + SEXP a, ans, e, aenv; int i; FILE *fp; @@ -1144,10 +1144,17 @@ if (TYPEOF(CAR(args)) != STRSXP) errorcall(call, "first argument must be a string\n"); - i = INTEGER(CADR(args))[0]; + // i = INTEGER(CADR(args))[0]; // what is this for? + + // GRW 1/26/99 GRW : added environment par...
2010 Jul 16
2
lda with sieve crash
Hi, my colleague found a crash in dovecot, while he was experimenting with configuration for using dovecot with fetchmail. Backtrace can be found here: http://pastebin.com/XQZqYBpH Let me know if you need any other info. Michal # doveconf -n # 20100716 (26936bdd3801+): /etc/dovecot/dovecot.conf # OS: Linux 2.6.32 auth_debug = yes auth_verbose = yes info_log_path = /var/log/dovecot-info.log
2009 Aug 06
1
[R] Repeatable, But Time Varying R GUI Crash (PR#13880)
On 8/6/2009 4:11 PM, Marilyn & Rich Short wrote: > Hello, > > I'm having a problem in R. The R GUI is crashing with a message to > contact Microsoft for the solution. I've contacted Microsoft and they > are of no help. Below is a distilled set of code that will cause the > crash. As you will see, there are two do-loops within which is a "load" >
2012 May 15
1
[PATCH] dovecot-lda with expire plugin segfaults if dict failed
...75dafd in mailbox_transaction_commit_get_changes (_t=<value optimized out>, changes_r=0x7fff94908070) at mail-storage.c:1491 #3 0x00007f197775db3e in mailbox_transaction_commit (t=0x60d330) at mail-storage.c:1474 #4 0x00007f1975885ff7 in act_store_commit (action=<value optimized out>, aenv=0x6523f0, tr_context=0x652588, keep=0x7fff9490812f) at sieve-actions.c:665 #5 0x00007f197587d79b in sieve_result_execute (result=<value optimized out>, keep=<value optimized out>) at sieve-result.c:1156 #6 0x00007f197588dca6 in sieve_execute (sbin=<value optimized out>, msgdata=...
2013 Jan 25
1
assert in mail-transaction-log-file.c
...e.c:105 #18 0x00000008014262f6 in quota_copy (ctx=0x80161a500, mail=0x801637040) at quota-storage.c:200 #19 0x00000008007cfe04 in mailbox_copy (_ctx=<value optimized out>, mail=0x801637040) at mail-storage.c:1721 #20 0x0000000801b4b706 in act_store_execute (action=<value optimized out>, aenv=0x8016a3070, tr_context=<value optimized out>) at sieve-actions.c:551 #21 0x0000000801b428de in sieve_result_execute (result=0x8016a3040, keep=0x0) at sieve-result.c:1117 #22 0x0000000801b52d5a in sieve_execute (sbin=<value optimized out>, msgdata=<value optimized out>, senv=<v...
2006 Oct 02
0
2.3.1: interacting bugs in load() and gzfile() (PR#9271)
...ug 1: diff -u R-2.3.1.original/src/main/saveload.c R-2.3.1/src/main/saveload.c --- R-2.3.1.original/src/main/saveload.c 2006-04-09 18:19:51.000000000 -0400 +++ R-2.3.1/src/main/saveload.c 2006-10-02 13:10:21.000000000 -0400 @@ -2301,6 +2301,7 @@ PROTECT(res = RestoreToEnv(R_Unserialize(&in), aenv)); if (wasopen) { endcontext(&cntxt); + } else { con->close(con); } UNPROTECT(1); for bug 2: diff -u R-2.3.1.original/src/main/connections.c R-2.3.1/src/main/connections.c --- R-2.3.1.original/src/main/connections.c 2006-05-18 05:13:54.000000000 -0400 +++ R-2.3.1/...
2015 Jan 17
2
Changeset c02f29ca104d badly breaks LMTP/mdbox
...stack_cur_id = 4 ctx = 0x142ab50 t = 0x1426a80 keywords = 0x0 pvt_flags = 0 backend_mail = 0x13eaf20 ret = <optimized out> __FUNCTION__ = "mailbox_copy" #13 0x00007f0ca17ae91e in act_store_execute (action=<optimized out>, aenv=0x1421d60, tr_context=0x14220f8) at sieve-actions.c:584 trans = 0x14220f8 mail = 0x13eaf20 save_ctx = 0x0 keywords = 0x0 backends_equal = <optimized out> status = 1 #14 0x00007f0ca17a5ca5 in sieve_result_transaction_execute (first=<optimized...
2016 Apr 29
2
Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)
...backend_mail = 0x7fa88e633180 ret = 32680 __FUNCTION__ = "mailbox_copy" #20 0x00007fa88c29921a in mailbox_save_using_mail (ctx=0x7ffdac80a7a8, mail=0x7fa88e633180) at mail-storage.c:2187 No locals. #21 0x00007fa88b2b5899 in act_store_execute (action=0x7fa88e65e020, aenv=0x7fa88e65dee8, tr_context=0x7fa88e65e088) at sieve-actions.c:585 trans = 0x7fa88e65e088 mail = 0x7fa88e633180 save_ctx = 0x0 keywords = 0x0 backends_equal = false status = 1 #22 0x00007fa88b2a9bc5 in sieve_result_transaction_execute (result=0x7fa...
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
Hi Stephan, Here it is: Program received signal SIGSEGV, Segmentation fault. p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d <error: Cannot access memory at address 0x6d65642e6c69616d>) at strfuncs.c:51 51????? strfuncs.c: No such file or directory. (gdb) bt full #0? p_strdup (pool=pool at entry=0x55555579bc20, str=0x6d65642e6c69616d <error: Cannot access memory at