Displaying 3 results from an estimated 3 matches for "input_c".
Did you mean:
input_fc
2016 Oct 17
2
Massive LMTP Problems with dovecot
* Ralf Hildebrandt <Ralf.Hildebrandt at charite.de>:
> I attached gdb top a long running LMTP process:
>
> #0 sha1_loop (ctxt=0x7f3b1a4d7fa0, input=0x7f3b1a524860, len=0) at sha1.c:216
> input_c = 0x7f3b1a524860 "\211PNG\r\n\032\n"
> gaplen = <optimized out>
> gapstart = <optimized out>
> off = 0
> copysiz = <optimized out>
>
> #1 0x00007f3b19195b29 in hash_format_loop (format=<optimized out>, data=0x7f3b1a52...
2016 Oct 17
2
Massive LMTP Problems with dovecot
> We'll need the `dovecot -n` output first.
Here we go:
> # 2.2.devel (933d16f): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.devel (63f9b42)
> # OS: Linux 3.13.0-98-generic x86_64 Ubuntu 14.04.5 LTS
> default_vsz_limit = 2 G
> lmtp_user_concurrency_limit = 10000
> mail_attachment_dir = /home/copymail/attachments
> mail_location = mdbox:~/mdbox
>
2018 Feb 06
0
"make check" test-hash-method bus error (Sparc alignment)
...ctxt->c.b64[0] += copysiz * 8;
(gdb) print &ctxt->c.b64[0]
$1 = (uint64_t *) 0xffbff73c
So the address of the 8 byte type is not divisible by 8 (Sparc alignment
requirement).
Full stack:
(gdb) bt full
#0 sha1_loop (ctxt=0xffbff724, input=0x83908, len=3) at sha1.c:224
input_c = 0x83908 "abc"
gaplen = <optimized out>
gapstart = <optimized out>
off = 0
copysiz = 3
#1 0x00024eb0 in test_hash_methods_fips () at test-hash-method.c:338
n = 0
method = 0xc4e68 <hash_method_sha1>
context...