FS#46175 - postfix mailq segfault

Attached to Project: Arch Linux
Opened by A.Pugachev (matorola) - Wednesday, 02 September 2015, 12:14 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 02 September 2015, 13:55 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

mailq run on while MTA is not run, segfaults:

# systemctl status postfix
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; vendor preset: disabled)
Active: inactive (dead)

# mailq
postqueue: warning: Mail system is down -- accessing queue directly
postqueue: fatal: execv /usr/lib/postfix/showq: No such file or directory
Segmentation fault

# journalctl -rk | grep postqueue
Sep 02 15:01:13 u165.east.ru kernel: postqueue[1077]: segfault at ffffffffffffffff ip 000055cce96683d0 sp 00007fffe9980430 error 5 in postqueue[55cce9666000+3000]

# pacman -Qo /usr/bin/mailq
/usr/bin/mailq is owned by postfix 3.0.2-2


Additional info:

* archlinux x86_64 , "pacman -Suy" updated

Steps to reproduce:

# systemctl stop postfix
# mailq
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 02 September 2015, 13:55 GMT
Reason for closing:  Not a bug
Comment by A.Pugachev (matorola) - Wednesday, 02 September 2015, 12:18 GMT
sorry, reinstalled postfix (pacman -R postfix ; pacman -S postfix) fixed problem (mail does not segfault anymore). sorry for bother.

Loading...