Displaying 4 results from an estimated 4 matches for "system_pool".
2014 Mar 12
0
Finding memory leaks
...find it, it would be helpful to print the total amount of
memory that is currently allocated. This print could than spread over
the source code and the memory consumption can be tracked.
I've tried
i_debug("pool size %u",
(unsigned int)pool_alloconly_get_total_alloc_size(system_pool));
But that failed. Does someone has a good advice? I would like to avoid
complex solutions like valgrind.
Best regards,
Philipp
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEbBAEBAgAGBQJTIEJjAAoJEMxVSu8VsNAvl...
2008 Dec 22
2
Apple patch 9
Patch #9 adds support for Open Directory and an encrypted SSL
keystore. Notes about this patch:
It adds --enable-apple and --with-od options to configure (after
running autoconf).
It depends on patch #7 (hash_table_create/destroy).
Automake wipes out this patch's changes to Makefile.in. The -
framework options should come from Makefile.am but the author didn't
do that.
It uses a
2006 Jun 22
1
Patch for rawlog.c
...or %s: %m", path);
+ i_warning("lstat() failed for %s: %m", RAWLOG_DIRNAME);
return;
}
if (!S_ISDIR(st.st_mode))
@@ -305,7 +300,7 @@
dec2str(getppid())));
ioloop = io_loop_create(system_pool);
- rawlog_proxy_create(0, 1, sfd[0], path, write_timestamps);
+ rawlog_proxy_create(0, 1, sfd[0], RAWLOG_DIRNAME, write_timestamps);
io_loop_run(ioloop);
io_loop_destroy(&ioloop);
---- snap
--
Andreas Schulze
DATEV eG, Paumgartner Strasse 6-14, D - 90429 N?...
2006 Apr 28
1
imaptest, with options!
I hacked some command line options into imaptest.
I dont think I broke it..
Place into dovecot-source root as usual and compile with:
gcc imaptest.c -o imaptest -Wall -W -I. -Isrc/lib -DHAVE_CONFIG_H
src/lib/liblib.a
As per Timo's instructions.
# imaptest -h imaptest [USER at IP:PORTNO] [pass=PASSWORD] [mbox=MBOX]
[clients=CC] [msgs=NMSG] [use_authenticate] [PORTNO]
USER = template for