Skip to main content
jfelix09
Staff
Staff
June 17, 2026

Technical Tip: Issue with Automation-Stitch causing autod process crash

  • June 17, 2026
  • 0 replies
  • 26 views

Description

This article describes an issue with the automation-stitch feature that causes the autod process to crash after updating to FortiOS version 7.6.7.

Scope

FortiGate v7.6.7.

Solution

When an automation-stitch is configured with the action type 'email', it is possible to customize the email subject and body using predefined parameters available in the current log that triggers the automation-stitch. However, using the parameter %%action%% causes the autod process to crash, resulting in the email not being sent after automation-stitch being triggered.

diagnose debug crashlog read

2026-06-08 10:59:00 <03746> firmware FortiGate-70G v7.6.7,build3704b3704,260601 (GA.M) (Release)
2026-06-08 10:59:00 <03746> application autod
2026-06-08 10:59:00 <03746> *** signal 11 (Segmentation fault) received ***
2026-06-08 10:59:00 <03746> Register dump:
2026-06-08 10:59:00 <03746> R0: 0000007faf7f13f0 R1: 000000556d878710 R2: 0000007fb61c7760
2026-06-08 10:59:00 <03746> R3: 0000000000000000 R4: 0000000000000000 R5: 0000000000000000
2026-06-08 10:59:00 <03746> R6: 0000007faf791330 R7: 0000000000000000 XR: 000000006e6f6974
2026-06-08 10:59:00 <03746> R9: 0000007fe23cfe26 R10: 0000000000000020 R11: 0000000000000010
2026-06-08 10:59:00 <03746> R12: 0000007fe23d0120 R13: 051eb851eb851eb0 R14: 0000000000000000
2026-06-08 10:59:00 <03746> R15: 051eb851eb851eb8 IP0: 000000556e95d2f8 IP1: 0000007faf6ef380
2026-06-08 10:59:00 <03746> PR: 0000000000000005 R19: 0000007fe23d0188 R20: 0000000000000001
2026-06-08 10:59:00 <03746> R21: 0000005595b7a320 R22: 0000005595b39e90 R23: 0000007fe23d030c
2026-06-08 10:59:00 <03746> R24: 00000000000001fc R25: 0000000000000000 R26: 0000000000000000
2026-06-08 10:59:00 <03746> R27: 000000000000000a R28: 0000000000000000 FP: 0000007fe23d01c0
2026-06-08 10:59:00 <03746> fault_address: 0000000000000000 sp: 0000007fe23d0170
2026-06-08 10:59:00 <03746> pc: 0000007faf6ef3ac lr: 000000556aba8614
2026-06-08 10:59:00 <03746> pstate: 20000000 (nzCv daif -PAN -UAO)

2026-06-08 10:59:00 <03746> Backtrace:
2026-06-08 10:59:00 <03746> [0x7faf6ef3ac] => /lib/libc.so.6 {0x7faf650000}
2026-06-08 10:59:00 <03746> [0x556aba8614] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556aba88b4] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556aba9be0] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556aba65e4] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab9cd58] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab9d094] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab9d238] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x7fb0718528] => /lib/libsysapi.so {0x7fb0180000}
2026-06-08 10:59:00 <03746> [0x7fb5dc05cc] => /lib/libfgtutil.so {0x7fb5db0000}
2026-06-08 10:59:00 <03746> [0x556ab96888] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab1d9e8] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab21a8c] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab222a8] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab256f4] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x556ab26290] => /bin/autod {0x556a861000}
2026-06-08 10:59:00 <03746> [0x7faf680544] => /lib/libc.so.6 {0x7faf650000}
2026-06-08 10:59:00 <03746> [0x7faf680618] => /lib/libc.so.6 {0x7faf650000}
2026-06-08 10:59:00 <03746> fortidev 7.0.0.0006


  1. Locate the automation action type email that includes the %%action%% parameter in the subject or body of the automation-action (FortiGate GUI -> Security Fabric -> Automation -> Action -> Email).

  2. Remove the %%action%% parameter from the automation-action to prevent the crash.

  3. Alternatively, replace %%action%% with %%log.action%% to resolve the issue.

  4. Ensure that the automation stitch is functioning as expected after making the changes.