pilerimport -i ->Segmentation fault (core dumped)

Issue #1107 resolved
Tihomir Vlahovski created an issue

Hello,
When I try to use pilerimport with IMAP or POP3 I am getting the following error:
Segmentation fault (core dumped)

  • In the log (syslog) the records is as follow:
    Sep 11 20:38:49 piler01 kernel: [853848.167406] pilerimport[516251]: segfault at ffffffff00000004 ip 00007f45f7d9b277 sp 00007ffc05559500 error 7 in libpiler.so.0.1.1[7f45f7d89000+17000]
    Sep 11 20:38:49 piler01 kernel: [853848.167429] Code: 48 89 fd 53 48 89 f3 48 83 ec 58 64 48 8b 04 25 28 00 00 00 48 89 44 24 48 31 c0 48 8b 86 a0 13 00 00 4c 8d 6c 24 40 4c 89 ef <c7> 40 04 00 00 00 00 48 8b 86 e0 11 00 00 be 07 00 00 00 44 8b 48

  • Piler version:
    piler -v
    1.3.9 build 998

  • Fresh installation

  • Running on:
    Ubuntu 20.04.1 LTS (Focal Fossa)
    VMware VM server
  • OpenSSL 1.1.1f 31 Mar 2020

Regards,
-Tiho

Comments (4)

  1. Janos SUTO repo owner

    Hello. Try using the imapfetch.py utility to get the emails, then import the downloaded emails with pilerimport.

  2. Tihomir Vlahovski reporter

    Hi Janos,
    Indeed, this is what I have used to import the mails. I just wanted to indicate the problem. Using imapfetch and pilerimort the folder is working just fine. Only POP/IMAP is having that problem.

    Thanks Janos

    Cheers,
    -Tiho

  3. Tihomir Vlahovski reporter

    Workaround is to use imapfetch to download the mails from the mailbox and then import the downloaded mails using pilerimport -d

  4. Log in to comment