Nextcloud 21.0.2 Mail App 1.10.2 - Sync Error - Segmentation Fault

Hi,

with the current Versions of the Nextcloud Snap(Version: 210624280) and Mail App(1.10.2) the Mail Sync doesn’t work anymore.
To get a better inside i execute the sync command via ssh(mobaxterm).

Command:
snap run nextcloud.occ mail:account:sync 1

Result:

root@odroid-xu3and4:~# snap run nextcloud.occ mail:account:sync 1
[debug] account is up to date, skipping mailbox sync
[debug] Skipping mailbox sync for 8
[debug] Skipping mailbox sync for 1
[debug] Skipping mailbox sync for 5
[debug] Skipping mailbox sync for 3
[debug] Skipping mailbox sync for 12
[debug] Skipping mailbox sync for 4
[debug] Skipping mailbox sync for 13
[debug] Skipping mailbox sync for 14
[debug] Skipping mailbox sync for 9
[debug] Skipping mailbox sync for 2
[debug] Skipping mailbox sync for 7
[debug] Skipping mailbox sync for 10
[debug] Skipping mailbox sync for 11
[debug] Syncing 6
[debug] Locking mailbox 6 for new messages sync
[debug] Locking mailbox 6 for changed messages sync
[debug] Locking mailbox 6 for vanished messages sync
[debug] Running partial sync for 6
[debug] partial sync 1:INBOX - get all known UIDs took 0s
/snap/nextcloud/210624280/php/bin/php.sh: line 7: 24556 Segmentation fault      MAGICK_CODER_MODULE_PATH=$(echo ${DIR}/usr/lib/ImageMagickCoders) PHP_INI_SCAN_DIR=${DIR}/usr/local/etc/php/conf.d ${DIR}/lib/*-linux*/ld-*.so --library-path $LIBS ${DIR}/usr/local/bin/php "$@"

The Php Version in the snap is:

root@odroid-xu3and4:~# snap run nextcloud.php -v
PHP 7.4.20 (cli) (built: Jun  4 2021 04:05:06) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.20, Copyright (c), by Zend Technologies

I don’t know how to handel this error please help.

Best Regards
Florian

Interesting, I have not used Nextcloud Mail app myself yet, but there is an independent Mail app is Syncloud store based on Roundcube and Postfix/Dovecot.

1 Like

Could you please create an issue at Issues · syncloud/platform · GitHub

1 Like

Hi, thanks for your replies and pointing out the other option.
I created an Issue 599 (Nextcloud / Mail App - Sync Error - Segmentation Fault · Issue #599 · syncloud/platform · GitHub).