[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[msmtp-users] glibc failure when running 1.4.24 under armel



Hello,

Trying to send a message under ARM using debian squeeze, I get the
following error:

# echo 'test message' |  /opt/msmtp/bin/msmtp
--file=/wherever/msmtp.conf xxx@...20...
*** glibc detected *** /opt/msmtp/bin/msmtp: malloc(): memory
corruption: 0x00045538 ***

msmtp.conf:
account default
host smtp.gmail.com
port 587
auth plain
user ***
password ***
tls on
tls_starttls on
tls_certcheck off
from ***@gmail.com
syslog LOG_MAIL

# ldd /opt/msmtp/bin/msmtp
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x40005000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x40050000)
libc.so.6 => /lib/libc.so.6 (0x4018c000)
libdl.so.2 => /lib/libdl.so.2 (0x402bc000)
libz.so.1 => /usr/lib/libz.so.1 (0x402c7000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402e3000)
/lib/ld-linux.so.3 (0x2a000000)

Compile options:
CFLAGS = -Wall -ggdb
CXXFLAGS = -ggdb
./configure --prefix=/opt/msmtp

Zero byte core file

Works fine with msmtp 1.4.21

Any thoughts?