Displaying 20 results from an estimated 40 matches for "test_run".
2013 Sep 26
1
Conditional jump or move depends on uninitialised value(s)
.......... : ok
0 / 66 tests failed
==15579== Conditional jump or move depends on uninitialised value(s)
==15579== at 0x804F987: http_header_parse_next_field
(http-header-parser.c:294)
==15579== by 0x804F361: test_http_header_parse_valid
(test-http-header-parser.c:181)
==15579== by 0x8050251: test_run_funcs (test-common.c:228)
==15579== by 0x80503D1: test_run (test-common.c:236)
==15579== by 0x804F164: main (test-http-header-parser.c:343)
==15579==
==15579== Conditional jump or move depends on uninitialised value(s)
==15579== at 0x804F98D: http_header_parse_next_field
(http-header-parse...
2010 Jul 07
1
post 2.0rc1 compilation issue
Hi,
I was just updating dovecot to nightly snapshot for Fedora rawhide, but got
following issue:
fts-backend-solr.c: In function 'fts_box_name_get_root':
fts-backend-solr.c:60: error: 'NAMESPACE_FLAG_INBOX' undeclared (first use in
this function)
fts-backend-solr.c:60: error: (Each undeclared identifier is reported only once
and once again on line 750
seems the change
2018 Sep 10
1
make check (pigeonhole)
...ull
--log-file=test.out.$$ $noundef $*
==29930== Invalid read of size 8
==29930==??? at 0x404699: mail_raw_user_create (mail-raw.c:142)
==29930==??? by 0x40325B: test_init (test-edit-mail.c:105)
==29930==??? by 0x4036DA: test_edit_mail_concatenated (test-edit-mail.c:187)
==29930==??? by 0x524D8B1: test_run_funcs (test-common.c:244)
==29930==??? by 0x524E280: test_run (test-common.c:315)
==29930==??? by 0x402FE5: main (test-edit-mail.c:765)
==29930==? Address 0xb8 is not stack'd, malloc'd or (recently) free'd
==29930==
==29930==
==29930== Process terminating with default action of signal 1...
2018 Sep 10
0
make check (pigeonhole)
...undef $*
> ==29930== Invalid read of size 8
> ==29930==??? at 0x404699: mail_raw_user_create (mail-raw.c:142)
> ==29930==??? by 0x40325B: test_init (test-edit-mail.c:105)
> ==29930==??? by 0x4036DA: test_edit_mail_concatenated
> (test-edit-mail.c:187)
> ==29930==??? by 0x524D8B1: test_run_funcs (test-common.c:244)
> ==29930==??? by 0x524E280: test_run (test-common.c:315)
> ==29930==??? by 0x402FE5: main (test-edit-mail.c:765)
> ==29930==? Address 0xb8 is not stack'd, malloc'd or (recently) free'd
> ==29930==
> ==29930==
> ==29930== Process terminating w...
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
2003 Oct 22
1
Feature Request - Recursive Rsync Parameter - Example Script
...cho "Arg #$index = $arg"
done
fi
# Assign parameters to some variables.
r_level=$1
rsync_options=$2
source_path_parm=$3
dest_path_parm=$4
rsync_no_r_options=`echo $rsync_options | sed -e "s/r//" | sed -e "s/a/lptgoD/"`
# Let's support the rsync test mode.
test_run=`echo $rsync_options | grep n`
# We need to decide if the source is a remote host
# Parse out the <source path> and if it is remote, capture the hostname
if [ `echo $source_path_parm | grep ":"` ]
then
remote_source_host=${source_path_parm%:*}
remote_source_path=${source_pat...
2016 Aug 04
2
Dovecot 2.2.25 test failure
...d -q --trace-children=yes --leak-check=full
--suppressions="$supp_path" --log-file=test.out.$$ $*
==22369== Invalid read of size 8
==22369== at 0x113A47: dcrypt_ctx_sym_create (dcrypt.c:61)
==22369== by 0x119194: test_cipher_test_vectors (test-crypto.c:60)
==22369== by 0x1196F0: test_run_funcs (test-common.c:354)
==22369== by 0x119FC0: test_run (test-common.c:404)
==22369== by 0x113461: main (test-crypto.c:554)
==22369== Address 0x8 is not stack'd, malloc'd or (recently) free'd
==22369==
==22369==
==22369== Process terminating with default action of signal 11 (SI...
2007 Jul 06
1
migration column options not in schema.rb?
...ssed. I''m new to rails and not sure
where to check yet. Also... forgive me if this shows up twice. I tried
posting first through the google groups interface and I''m not sure if it
went through.
I have rails 1.2.3 installed.
I have a migration that looks like
create_table :test_runs do |t|
t.column :test_spec_id, :integer
t.column :parent_id, :integer
t.column :hostname, :string
t.column :start_time, :datetime
t.column :duration, :decimal
t.column :result, :string
t.column :xml_result, :text, :limit => 10.megabytes
end
after running "r...
2016 Aug 04
2
Dovecot 2.2.25 test failure
...>> --suppressions="$supp_path" --log-file=test.out.$$ $*
>> ==22369== Invalid read of size 8
>> ==22369== at 0x113A47: dcrypt_ctx_sym_create (dcrypt.c:61)
>> ==22369== by 0x119194: test_cipher_test_vectors (test-crypto.c:60)
>> ==22369== by 0x1196F0: test_run_funcs (test-common.c:354)
>> ==22369== by 0x119FC0: test_run (test-common.c:404)
>> ==22369== by 0x113461: main (test-crypto.c:554)
>> ==22369== Address 0x8 is not stack'd, malloc'd or (recently) free'd
>> ==22369==
>> ==22369==
>> ==22369== Pr...
2016 Aug 04
2
Dovecot 2.2.25 test failure
...upp_path" --log-file=test.out.$$ $*
>>>> ==22369== Invalid read of size 8
>>>> ==22369== at 0x113A47: dcrypt_ctx_sym_create (dcrypt.c:61)
>>>> ==22369== by 0x119194: test_cipher_test_vectors (test-crypto.c:60)
>>>> ==22369== by 0x1196F0: test_run_funcs (test-common.c:354)
>>>> ==22369== by 0x119FC0: test_run (test-common.c:404)
>>>> ==22369== by 0x113461: main (test-crypto.c:554)
>>>> ==22369== Address 0x8 is not stack'd, malloc'd or (recently) free'd
>>>> ==22369==
>>...
2018 Aug 15
1
error while compiling dovecot
...x349B005212: lzma_easy_encoder (in /usr/lib64/liblzma.so.0.0.0)
==21130== by 0x406ACF: o_stream_create_lzma (ostream-lzma.c:206)
==21130== by 0x403D89: test_compression_handler (test-compression.c:36)
==21130== by 0x4040BD: test_compression (test-compression.c:96)
==21130== by 0x408281: test_run_funcs (test-common.c:244)
==21130== by 0x4083E0: test_run (test-common.c:315)
==21130== by 0x40398B: main (test-compression.c:308)
==21130==
Failed to run: ./test-compression
make[3]: *** [check-local] Error 1
make[3]: Leaving directory `/root/rpmbuild/BUILD/dovecot-ce-2.3.0/src/lib-compressi...
2019 May 02
3
2.3.6 lib-smtp test failure in CentOS 6
...-payload()
[0x41aaa8] ->
/builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
[0x41ab7d] ->
/builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
[0x44beae] ->
/builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(test_run+0x11)
[0x44c011] ->
/builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(main+0x115)
[0x419d65] -> /lib64/libc.so.6(__libc_start_main+0x100) [0x7f3850d4ad20]
->
/builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
[0x419421]
/bin/sh: li...
2015 May 13
1
v2.2.17 released
http://dovecot.org/releases/2.2/dovecot-2.2.17.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.17.tar.gz.sig
A few director improvements since RC2, some fixes and a new plugin: http://wiki2.dovecot.org/Plugins/QuotaClone
* Dovecot no longer checks or warns if a mountpoint is removed. This
was causing more trouble than it was worth. Make sure that all the
mountpoints that Dovecot
2015 May 13
1
v2.2.17 released
http://dovecot.org/releases/2.2/dovecot-2.2.17.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.17.tar.gz.sig
A few director improvements since RC2, some fixes and a new plugin: http://wiki2.dovecot.org/Plugins/QuotaClone
* Dovecot no longer checks or warns if a mountpoint is removed. This
was causing more trouble than it was worth. Make sure that all the
mountpoints that Dovecot
2017 Aug 15
4
v2.2.32 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz.sig
There are various changes in this release that can be used to significantly reduce disk IO with:
1) NFS storage especially, but I guess also other remote filesystems and even some with local disks
2) When mail storage and INDEX storage are separated
* imapc: Info-level
2017 Aug 15
4
v2.2.32 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz.sig
There are various changes in this release that can be used to significantly reduce disk IO with:
1) NFS storage especially, but I guess also other remote filesystems and even some with local disks
2) When mail storage and INDEX storage are separated
* imapc: Info-level
2018 Jan 05
0
dovecot-2.3.0 'make check' error
...y 0x3A61605212: lzma_easy_encoder (in
/usr/lib64/liblzma.so.0.0.0)
==4468==??? by 0x406ACF: o_stream_create_lzma (ostream-lzma.c:206)
==4468==??? by 0x403D89: test_compression_handler (test-compression.c:36)
==4468==??? by 0x4040BD: test_compression (test-compression.c:96)
==4468==??? by 0x408281: test_run_funcs (test-common.c:244)
==4468==??? by 0x4083E0: test_run (test-common.c:315)
==4468==??? by 0x40398B: main (test-compression.c:308)
==4468==
Failed to run: ./test-compression
make[3]: *** [check-local] Error 1
make[3]: Leaving directory
`/root/dovecot/dovecot-ce-2.3.0/src/lib-compression'
m...
2014 May 23
1
Conditional jump or move depends on uninitialised value
Hi,
My Server runs on Ubuntu Server 12.04 LTS 32 bits.
I'm getting the following error messages when I run "make check" during the compilation of dovecot-2.2.13.
<snip>
==2058== Conditional jump or move depends on uninitialised
value(s)
==2058==??? at 0x4049DD8: inflateReset2 (in
/lib/i386-linux-gnu/libz.so.1.2.3.4)
==2058==??? by 0x4049EC7: inflateInit2_ (in
2019 May 06
0
2.3.6 lib-smtp test failure in CentOS 6
...gt;
> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
> [0x41ab7d] ->
> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
> [0x44beae] ->
> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(test_run+0x11)
> [0x44c011] ->
> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(main+0x115)
> [0x419d65] -> /lib64/libc.so.6(__libc_start_main+0x100)
> [0x7f3850d4ad20] ->
> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(...
2019 May 07
1
2.3.6 lib-smtp test failure in CentOS 6
...dir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
>> [0x41ab7d] ->
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload()
>> [0x44beae] ->
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(test_run+0x11)
>> [0x44c011] ->
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/lt-test-smtp-payload(main+0x115)
>> [0x419d65] -> /lib64/libc.so.6(__libc_start_main+0x100)
>> [0x7f3850d4ad20] ->
>> /builddir/build/BUILD/dovecot-2.3.6/src/lib-smtp/.libs/l...