[exim-dev] [Bug 1659] New: 4.86_RC4 segfaults after RCPT

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumptes nous: [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.8 amd64 segfaults after RCPT, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after MAIL FROM, [exim-dev] [Bug 1659] 4.86_RC4 on OpenBSD 5.7 amd64 segfaults after RCPT
Assumpte: [exim-dev] [Bug 1659] New: 4.86_RC4 segfaults after RCPT
https://bugs.exim.org/show_bug.cgi?id=1659

            Bug ID: 1659
           Summary: 4.86_RC4 segfaults after RCPT
           Product: Exim
           Version: 4.85+ HEAD
          Hardware: x86-64
                OS: OpenBSD
            Status: NEW
          Severity: bug
          Priority: medium
         Component: General execution
          Assignee: nigel@???
          Reporter: km@???
                CC: exim-dev@???


When setting up 4.86_RC4, I noticed that no incoming mail is processed, despite
the fact that Exim is running. It turns out, Exim segfaults after RCPT TO.

Running 'exim -bh 127.0.0.1':

>>> host in dsn_advertise_hosts? no (option unset)
>>> host in pipelining_advertise_hosts? yes (matched "*")
>>> host in tls_advertise_hosts? yes (matched "*")

250-mail.krot.org Hello localhost [127.0.0.1]
250-SIZE 31415926
250-8BITMIME
250-PIPELINING
250-STARTTLS
250 HELP
mail from:root

Program received signal SIGSEGV, Segmentation fault.
0x000002ecc1a99e78 in smtp_read_command ()
from /krot/home/km/src/exim-4.86_RC4/build-OpenBSD-amd64/exim
(gdb)

This is on OpenBSD 5.6 (amd64).

--
You are receiving this mail because:
You are on the CC list for the bug.