Displaying 20 results from an estimated 104 matches for "mempool".
2024 Apr 03
0
[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837
...please contact us if interested):
fs/smb/client/file.c:619 serverclose_work() error: uninitialized symbol 'rc'.
fs/smb/client/file.c:732 _cifsFileInfo_put() error: uninitialized symbol 'rc'.
Error/Warning ids grouped by kconfigs:
gcc_recent_errors
|-- alpha-allnoconfig
| |-- mm-mempool.c:warning:Function-parameter-or-struct-member-gfp_mask-not-described-in-mempool_create_node
| `-- mm-mempool.c:warning:Function-parameter-or-struct-member-node_id-not-described-in-mempool_create_node
|-- alpha-allyesconfig
| |-- drivers-gpu-drm-imx-ipuv3-imx-ldb.c:error:_sel-directive-output-ma...
2006 May 13
1
--enable-debug in 1.0beta8
It looks like there is an error in calling check_nuls for DEBUG
In src/lib/ mempool-alloconly.c on line 85 you have
check_nuls(block->prev, 0), which I think it should be
check_nuls(block->prev);
Can some developer confirm that?
Thank you
[root]#./configure --prefix=/opt/dovecot --enable-debug
Install prefix ...................... : /opt/dovecot
File offs...
2006 May 12
1
beta8 compile error
...------------
make all-recursive
Making all in src
Making all in lib
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/local/include/db41 -I/usr/local/include -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mempool-alloconly.o -MD -MP -MF ".deps/mempool-alloconly.Tpo" -c -o mempool-alloconly.o mempool-alloconly.c; then mv -f ".deps/mempool-alloconly.Tpo" ".deps/mempool-alloconly.Po"; else rm -f ".deps/mempool-alloconly.Tpo"; exit 1; fi
mempool-alloconly.c: In function...
2018 Sep 10
1
make check (pigeonhole)
...main thread stack using the --main-stacksize= flag.
==29930==? The main thread stack size used in this run was 8388608.
==29930== 64 bytes in 1 blocks are possibly lost in loss record 35 of 77
==29930==??? at 0x4C2B9B5: calloc (vg_replace_malloc.c:711)
==29930==??? by 0x5277AB5: pool_system_malloc (mempool-system.c:75)
==29930==??? by 0x525D2FD: p_malloc (mempool.h:99)
==29930==??? by 0x525D2FD: hash_table_create (hash.c:70)
==29930==??? by 0x51F377C: settings_parser_init_list (settings-parser.c:215)
==29930==??? by 0x51ED102: master_service_settings_read
(master-service-settings.c:595)
==29930==???...
2018 Sep 10
0
make check (pigeonhole)
...ing the --main-stacksize= flag.
> ==29930==? The main thread stack size used in this run was 8388608.
> ==29930== 64 bytes in 1 blocks are possibly lost in loss record 35 of 77
> ==29930==??? at 0x4C2B9B5: calloc (vg_replace_malloc.c:711)
> ==29930==??? by 0x5277AB5: pool_system_malloc (mempool-system.c:75)
> ==29930==??? by 0x525D2FD: p_malloc (mempool.h:99)
> ==29930==??? by 0x525D2FD: hash_table_create (hash.c:70)
> ==29930==??? by 0x51F377C: settings_parser_init_list
> (settings-parser.c:215)
> ==29930==??? by 0x51ED102: master_service_settings_read
> (master-servic...
2018 Sep 09
3
make check (pigeonhole)
Hello list,
During the 'make check' (pigeonhole) portion of a building (rpmbuild) a
dovecot.spec file I'm getting the following error:
testsuite(root): Fatal: Couldn't drop privileges: User is missing UID
(see mail_uid setting)
I'm not sure how to resolve this, and any help would be appreciated to
help me finish the creating the rpm
--
Eric Broch
White Horse Technical
2019 Mar 26
1
IMAP coredumps for one user
...91364 killed with signal 6 (core dumped)
Mar 25 21:30:14 imap(gau.mon at crownkenya.com)<2381><moHYZO+EDvCaRh6E>:
Fatal: master: service(imap): child 2381 killed with signal 6 (core dumped)
Mar 26 06:29:26 imap(gau.mon at crownkenya.com)<7644><0aVP7faEI/GaTGQE>:
Panic: file mempool-system.c: line 137 (pool_system_realloc): assertion
failed: (old_size == (size_t)-1 || mem == NULL || old_size <=
malloc_usable_size(mem))
Mar 26 06:29:26 imap(gau.mon at crownkenya.com)<8806><valP7faEJPGaTGQE>:
Panic: file mempool-system.c: line 137 (pool_system_realloc): assertion...
2009 Apr 09
2
Panic: file mempool-system.c: line 104
Hello!
I have used Dovecot for more than a year without problems, but today it
just crashed with this message:
dovecot: Apr 09 21:23:38 Panic: file mempool-system.c: line 104
(pool_system_realloc): assertion failed: (old_size == (size_t)-1 || mem
== NULL || old_size <= malloc_usable_size(mem))
dovecot: Apr 09 21:23:38 Error: Raw backtrace: /usr/local/sbin/dovecot
[0x805757c] -> /usr/local/sbin/dovecot [0x8057664] ->
/usr/local/sbin/dovecot [0...
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...c; then mv -f ".deps/md5.Tpo"
".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT mempool.o -MD -MP
-MF ".deps/mempool.Tpo" -c -o mempool.o mempool.c; then mv -f
".deps/mempool.Tpo" ".deps/mempool.Po"; else rm -f ".deps/mempool.Tpo";
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes -Wmissing-d...
2019 Mar 25
0
Panic
Dovecot-2.3.5, FreeBSD-12 (amd64),
I will wait to see coredumps after setting up things to allow it.
Mar 24 20:56:08 imap(john.doe at crownkenya.com)<82746><wg80zdqEy+eaTXHr>:
Panic: file mempool-system.c: line 137 (pool_system_realloc): assertion
failed: (old_size == (size_t)-1 || mem == NULL || old_size <=
malloc_usable_size(mem))
Mar 24 20:56:08 imap(john.doe at crownkenya.com)<82746><wg80zdqEy+eaTXHr>:
Fatal: master: service(imap): child 82746 killed with signal 6 (core n...
2013 Aug 28
2
[PATCH-v3 1/4] idr: Percpu ida
...sed __GFP_WAIT we never actually sleep.
> >
> > OK ;) Let me rephrase. What guarantees that a tag will become available?
> >
> > If what we have here is an open-coded __GFP_NOFAIL then that is
> > potentially problematic.
>
> It's the same semantics as a mempool, really - it'll succeed when a tag
> gets freed.
OK, that's reasonable if the code is being used to generate IO tags -
we expect the in-flight tags to eventually be returned.
But if a client of this code is using the allocator for something
totally different, there is no guarantee that...
2013 Aug 28
2
[PATCH-v3 1/4] idr: Percpu ida
...sed __GFP_WAIT we never actually sleep.
> >
> > OK ;) Let me rephrase. What guarantees that a tag will become available?
> >
> > If what we have here is an open-coded __GFP_NOFAIL then that is
> > potentially problematic.
>
> It's the same semantics as a mempool, really - it'll succeed when a tag
> gets freed.
OK, that's reasonable if the code is being used to generate IO tags -
we expect the in-flight tags to eventually be returned.
But if a client of this code is using the allocator for something
totally different, there is no guarantee that...
2018 Dec 04
2
Compilation error
...eam-sized.o test_lib-test-istream-tee.o
test_lib-test-istream-try.o test_lib-test-istream-unix.o
test_lib-test-json-parser.o test_lib-test-json-tree.o
test_lib-test-lib-signals.o test_lib-test-llist.o
test_lib-test-log-throttle.o test_lib-test-malloc-overflow.o
test_lib-test-memarea.o test_lib-test-mempool.o
test_lib-test-mempool-allocfree.o test_lib-test-mempool-alloconly.o
test_lib-test-pkcs5.o test_lib-test-net.o test_lib-test-numpack.o
test_lib-test-ostream-buffer.o test_lib-test-ostream-failure-at.o
test_lib-test-ostream-file.o test_lib-test-ostream-multiplex.o
test_lib-test-multiplex.o test_lib...
2006 Sep 25
2
Errors while doing make on Solaris 9 for dovecot-1.0.rc7
...eam.o istream-data.o istream-file.o istream-limit.o istream-mmap.o istream-seekable.o ioloop.o ioloop-iolist.o ioloop-notify-none.o ioloop-notify-dn.o ioloop-notify-inotify.o ioloop-notify-kqueue.o ioloop-poll.o ioloop-select.o ioloop-epoll.o ioloop-kqueue.o lib.o lib-signals.o md4.o md5.o mempool.o mempool-alloconly.o mempool-datastack.o mempool-system.o mempool-unsafe-datastack.o mkdir-parents.o mmap-anon.o mmap-util.o module-dir.o mountpoint.o network.o nfs-workarounds.o ostream.o ostream-file.o ostream-crlf.o primes.o printf-upper-bound.o process-title.o randgen.o read-full.o re...
2008 Jun 13
2
configure error on HP-UX: C99 compatible vsnprintf() call
Hi All,
I tried to build dovecot-1.1.rc9 on a HP-UX machine, but failed to configure with the following message:
configure: error: You don't appear to have C99 compatible vsnprintf() call
The environment is like the following:
- command: ./configure
- uname: HP-UX B.11.23 U ia64
- aCC version: HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]
Also, I tried to run `./configure CC=c99'
2018 Dec 04
0
Compilation error
...-istream-tee.o
> test_lib-test-istream-try.o test_lib-test-istream-unix.o
> test_lib-test-json-parser.o test_lib-test-json-tree.o
> test_lib-test-lib-signals.o test_lib-test-llist.o
> test_lib-test-log-throttle.o test_lib-test-malloc-overflow.o
> test_lib-test-memarea.o test_lib-test-mempool.o
> test_lib-test-mempool-allocfree.o test_lib-test-mempool-alloconly.o
> test_lib-test-pkcs5.o test_lib-test-net.o test_lib-test-numpack.o
> test_lib-test-ostream-buffer.o test_lib-test-ostream-failure-at.o
> test_lib-test-ostream-file.o test_lib-test-ostream-multiplex.o
> test_lib-...
2012 Sep 05
2
Memory leak by getting the virtual size of a IMAP folder
...-----------------------snip--------------------------------------------------------------
==10304== 12,288 bytes in 3 blocks are definitely lost in loss record 74
of 76
==10304== at 0x40222A4: calloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10304== by 0x416EE9F: block_alloc (mempool-alloconly.c:237)
==10304== by 0x416F16C: pool_alloconly_create (mempool-alloconly.c:140)
==10304== by 0x409C07D: mail_search_build_init (mail-search-build.c:187)
==10304== by 0x40C77F1: index_mailbox_get_metadata (index-status.c:200)
==10304== by 0x4067102: maildir_mailbox_get_metadata...
2008 Jul 10
2
A couple of dovecot issues I've noted recently...
...%u bytes") at failures.c:201
#14509 0x080b1652 in mem_block_alloc (min_size=0) at data-stack.c:192
#14510 0x080b1811 in t_malloc_real (size=16, permanent=true)
at data-stack.c:244
#14511 0x080b1890 in t_malloc0 (size=16) at data-stack.c:279
#14512 0x080b8715 in pool_datastack_create () at mempool-datastack.c:51
#14513 0x080bda2b in t_str_new (initial_size=512) at str.c:17
#14514 0x080b21f3 in internal_handler (log_type=70 'F',
format=0x80cdd64 "mem_block_alloc(): Out of memory when allocating %u bytes", args=0x76b96d8 "\020") at failures.c:383
#14515 0x080b2...
2016 Feb 03
0
blktap-dkms_2.0.93-0.5_source.changes ACCEPTED into unstable
...m <pkg-xen-devel at lists.alioth.debian.org>
Changed-By: Chrysostomos Nanakos <cnanakos at debian.org>
Description:
blktap-dkms - Xen API blktap kernel component DKMS package
Changes:
blktap-dkms (2.0.93-0.5) unstable; urgency=high
.
* Non-maintainer upload.
* All occurences of mempools based on slab caches with object
constructors have been removed from the kernel tree. Initialize
blktap request on mempool allocation instead.
Checksums-Sha1:
39e0c4b3dc81329397626302f4e7b94bf75cb3d9 1975 blktap-dkms_2.0.93-0.5.dsc
27c936ab378a098fcaeb134924e69d7e78b06210 21971 blktap-...
2009 May 08
2
Problem with IMAP (rename and delete non existent folder).
...t;kj-test-folder"
o rename "kj-test-folder"
o rename "kj-test-folder" "other-folder"
SIGABRT
Of course kj-test-folder is not exist.
BT:
#31 0xb7da0022 in free () from /lib/tls/libc.so.6
#32 0x0813313a in pool_system_free (pool=0x8169060, mem=0x8146161)
at mempool-system.c:92
#33 0x080de02f in mailbox_list_clear_error (list=0x81885e8)
at mailbox-list.c:762
#34 0x080dd5ae in mailbox_list_get_mailbox_name_status (list=0x81885e8,
name=0x81a4258 "other-folder", status=0xbfe9cae0) at mailbox-list.c:394
My version of Dovecot is 1.2beta1.
Do y...