search for: i_malloc

Displaying 11 results from an estimated 11 matches for "i_malloc".

Did you mean: p_malloc
2008 Feb 07
1
[LLVMdev] Imprecise description of malloc instruction
Hi all, Quoting <http://llvm.org/docs/LangRef.html#i_malloc>: The 'malloc' instruction allocates sizeof(<type>)*NumElements bytes of memory from the operating system and returns a pointer of the appropriate type to the program. If "NumElements" is specified, it is the number of elements allocated. Obviously this does not...
2007 Sep 28
4
Dovecot raw backtrace when copying to folder
...IN, rip=::ffff:xx.xx.xx.xx, lip=::ffff:yy.yy.yy.yy, TLS Sep 27 16:41:53 cookie dovecot: IMAP(user at domain): Trying to allocate 0 bytes Sep 27 16:41:53 cookie dovecot: IMAP(user at domain): Raw backtrace: imap [0x80ad7d4] -> imap [0x80ad239] -> imap [0x80b5624] -> imap(i_malloc+0x1b) [0x80b0e1b] -> imap [0x8083037] -> imap [0x80833e6] -> imap(index_storage_search_init+0xf4) [0x80836f4] -> imap(cmd_copy+0x145) [0x8056d15] -> imap(cmd_uid+0x7c) [0x805a74c] -> imap [0x805b2d5] -> imap [0x805b25e] -> imap(_client...
2007 Mar 11
0
No subject
...efull. Thanx > > >> > > >> This GDB was configured as "powerpc-ibm-aix5.1.0.0"... > > >> Core was generated by `imap'. > > >> Program terminated with signal 11, Segmentation fault. > > >> #0 0xd1a468cc in i_malloc () > > >> from /usr/local/lib/dovecot/imap/lib10_quota_plugin.so > > >> (gdb) bt full > > >> #0 0xd1a468cc in i_malloc () > > >> from /usr/local/lib/dovecot/imap/lib10_quota_plugin.so > > >> No symbol table info...
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was okay. It was working but when i try to use quota dynamic modules i get error. Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so. System error: No such file or directory Error: imap dump-capability process returned 89 When i check
2009 Feb 21
2
Dovecot 1.2.beta1 Backtrace POP3
...orage=100M quota_rule2=Trash:storage=50M dovecot: Feb 21 13:10:45 Panic: POP3(janna at jantics.com): Trying to allocate 0 bytes dovecot: Feb 21 13:10:45 Error: POP3(janna at jantics.com): Raw backtrace: pop3 [0x80d18fc] -> pop3 [0x80d195a] -> pop3 [0x80d125b] -> pop3 [0x80db683] -> pop3(i_malloc+0x15) [0x80d5ee5] -> pop3(client_create+0x503) [0x805c573] -> pop3(main+0x3ce) [0x805e00e] -> /lib/libc.so.6(__libc_start_main+0xe0) [0xb7e39390] -> pop3 [0x805b7e1] dovecot: Feb 21 13:10:45 Error: child 26895 (pop3) killed with signal 6 dovecot: Feb 21 13:10:45 Info: pop3-login: Login:...
2004 Dec 28
1
Debugging msync() failed errors
>From today's maillog: maillog:Dec 28 09:29:40 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/.projects.job591/dovecot.index: Invalid argument maillog:Dec 28 09:30:21 aurora dovecot: IMAP(doug): msync() failed with index file /home/doug/Maildir/dovecot.index: Invalid argument maillog:Dec 28 09:30:22 aurora dovecot: IMAP(doug): msync() failed with index file
2007 Sep 28
0
v1.0 vs 1.1b re: Postfix and Dovecot LDA
...f:yy.yy.yy.yy, TLS > Sep 27 16:41:53 cookie dovecot: IMAP(user at domain): Trying to > allocate 0 bytes > Sep 27 16:41:53 cookie dovecot: IMAP(user at domain): Raw backtrace: > imap [0x80ad7d4] -> > imap [0x80ad239] -> > imap [0x80b5624] -> > imap(i_malloc+0x1b) [0x80b0e1b] -> > imap [0x8083037] -> > imap [0x80833e6] -> > imap(index_storage_search_init+0xf4) [0x80836f4] -> > imap(cmd_copy+0x145) [0x8056d15] -> > imap(cmd_uid+0x7c) [0x805a74c] -> > imap [0x805b2d5] -> > imap...
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client connected available to the authentication modules; i.e., the local IP address is available for substitution as %i for the mysql and pgsql modules. We needed this feature to support thousands of our legacy accounts which are authenticated by username/local_part (not the full email address) and IP address (one per domain). Timo,
2007 Jan 11
1
A few rc17 imap crashes
...b/libc.so.1 > #2 0xff1c1f48 in _malloc_unlocked () from /usr/lib/libc.so.1 > #3 0xff1c1ce0 in malloc () from /usr/lib/libc.so.1 > #4 0xff1b617c in calloc () from /usr/lib/libc.so.1 > #5 0x89c18 in pool_system_malloc (pool=0xb66f0, size=156) at mempool-system.c:67 > #6 0x84ab8 in i_malloc (size=156) at imem.c:9 > #7 0x43b2c in mbox_md5_init () at mbox-md5.c:94 > #8 0x3df20 in mbox_sync_parse_match_mail (mbox=0xcee58, view=0xcdde8, seq=2) at mbox-sync-parse.c:557 > #9 0x3966c in mbox_file_seek (mbox=0xcee58, view=0xcdde8, seq=2, deleted_r=0xffbeee47) at mbox-file.c:195 &g...
2005 Jun 03
2
POP3 download problem
Hi All I am experiencing a mail download problem with dovecot's pop3 protocol. We use outlook XP 2002 mail clients and I have setup a mail system with pop accounts on a Fedora 2 installation using dovecot. Some of the clients download email fine but others do not download email and also do not give any error messages. I have enabled the "verbose" options in the
2012 Sep 04
2
[PATCH] Generalize HMAC implementation
Hello everyone and Timo in particular, about a year ago I implemented a SHA-1 variant of the HMAC(-MD5) present in Dovecot. I had always disliked this a bit, because it replicates a lot of code. This patch generalizes the HMAC function to take a hash_method struct as parameter, and changes existing code which uses the "old" HMAC function to use this new one. I'm not really sure