It seems to be pretty early on: root@debian:~/Projects/msmtp/src/src# echo 'test message' | ./msmtp --debug --file=/opt/msmtp/etc/msmtp.conf ***@gmail.com ignoring system configuration file /opt/msmtp/etc/msmtprc: No such file or directory loaded user configuration file /opt/msmtp/etc/msmtp.conf falling back to default accountusing account default from /opt/msmtp/etc/msmtp.conf host = smtp.gmail.com port = 587 timeout = off protocol = smtp domain = localhost auth = PLAIN user = XXXXXXXXXX password = * passwordeval = (not set) ntlmdomain = (not set) tls = on tls_starttls = on tls_trust_file = (not set) tls_crl_file = (not set) tls_fingerprint = (not set) tls_key_file = (not set) tls_cert_file = (not set) tls_certcheck = off tls_force_sslv3 = off tls_min_dh_prime_bits = (not set) tls_priorities = (not set) auto_from = off maildomain = (not set) from = [email protected] dsn_notify = (not set) dsn_return = (not set) keepbcc = off logfile = (not set) syslog = LOG_MAIL reading recipients from the command line <-- 220 mx.google.com ESMTP p68sm39710615yhj.16 --> EHLO localhost <-- 250-mx.google.com at your service, [XXX.XXX.XXX.XXX] <-- 250-SIZE 35882577 <-- 250-8BITMIME --> STARTTLS <-- 220 2.0.0 Ready to start TLS *** glibc detected *** ./msmtp: malloc(): memory corruption: 0x0004f6a0 *** Aborted
On Wed, Sep 28, 2011 at 4:03 PM, Martin Lambers <[email protected]> wrote: > Hello Simon! > > On 28/09/11 21:55, Simon Ditner wrote: >> 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 [email protected] >> *** glibc detected *** /opt/msmtp/bin/msmtp: malloc(): memory >> corruption: 0x00045538 *** >> >> [...] >> >> Works fine with msmtp 1.4.21 >> >> Any thoughts? > > This may have been introduced in 1.4.24 with the removal of gnulib, but > this was a large change, so we need to narrow it down some more. Maybe > --debug gives a hint where things go wrong? > > Martin > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > msmtp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msmtp-users > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ msmtp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msmtp-users
