caught bus error - address 0x7ffffff7a210, cause 'non-existent physical address'

I am seeing the error caught bus error ***
address 0x7ffffff7a210, cause ‘non-existent physical address’ in denoise step. I found that the error only occurs when I perform this step by paired-end, not seeing the error in single-end:

(qiime2-2019.7) menegidio @ Cthulhu: $ qiime dada2 denoise-paired --i-demultiplexed-seqs demux-trimmed.qza --p-trunc-len-f 160 --p-trunc-len-r 160 --o -representative-sequences dada2-paired-end-rep-seqs.qza --o-table dada2-paired-end-table.qza --o-denoising-stats dada2-paired-end-stats.qza
Plugin error from dada2:
An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.

*(qiime2-2019.7) menegidio @ Cthulhu: $ qiime dada2 denoise-single *
*> --i-demultiplexed-seqs demux-trimmed.qza *
*> --p-trim-left 13 *
*> --p-trunc-len 160 *
*> --o-representative-sequences dada2-single-end-rep-seqs.qza *
*> --o-table dada2-single-end-table.qza *
> --o-denoising-stats dada2-single-end-stats.qza
Saved FeatureTable [Frequency] to: dada2-single-end-table.qza
Saved FeatureData [Sequence] to: dada2-single-end-rep-seqs.qza
Saved SampleData [DADA2Stats] to: dada2-single-end-stats.qza

A post was merged into an existing topic: non-existent physical address’, caught bus error.