[GH-ISSUE #178] [pipeline] [info] [0] error extracting pst, code: 139 #175

Closed
opened 2026-02-27 15:55:29 +03:00 by kerem · 4 comments
Owner

Originally created by @musical10441 on GitHub (Aug 10, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/178

Good morning:

I'm attempting to process a small (265KB) PST using the default Images and receive the following error message:

Log file in the web front end:
[pipeline] [info] [0] error extracting pst, code: 139

Pipeline log:
Segmentation fault (core dumped)

Full pipeline file:

Opening PST file and indexes...
Processing Folder "Deleted Items"
Processing Folder "Inbox"
Processing Folder "McAfee Anti-Spam"
"Inbox" - 4 items done, 2 items skipped.
Processing Folder "Outbox"
Processing Folder "Sent Items"
"Sent Items" - 5 items done, 0 items skipped.
Processing Folder "Junk E-mail"
Processing Folder "Conversation Action Settings"
Processing Folder "Quick Step Settings"
"accounts@myvendor.com" - 7 items done, 0 items skipped.
Segmentation fault (core dumped)
Opening PST file and indexes...
Processing Folder "Deleted Items"
Processing Folder "Inbox"
Processing Folder "Outbox"
Processing Folder "Sent Items"
"Sent Items" - 1 items done, 0 items skipped.
Processing Folder "Junk E-mail"
Processing Folder "Conversation Action Settings"
Processing Folder "Quick Step Settings"
"ann@mystate.local" - 7 items done, 1 items skipped.
Segmentation fault (core dumped)
Opening PST file and indexes...
Processing Folder "Deleted Items"
Processing Folder "Inbox"
Processing Folder "Outbox"
Processing Folder "Sent Items"
Processing Folder "Calendar"
"Calendar" - 0 items done, 3 items skipped.
Processing Folder "Contacts"
"Contacts" - 0 items done, 2 items skipped.
Processing Folder "Journal"
Processing Folder "Notes"
Processing Folder "Tasks"
Processing Folder "Drafts"
Processing Folder "RSS Feeds"
Processing Folder "Conversation Action Settings"
Processing Folder "Quick Step Settings"
Processing Folder "Junk E-mail"
"Outlook" - 14 items done, 0 items skipped.
Segmentation fault (core dumped)

Originally created by @musical10441 on GitHub (Aug 10, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/178 Good morning: I'm attempting to process a small (265KB) PST using the default Images and receive the following error message: **Log file in the web front end: [pipeline] [info] [0] error extracting pst, code: 139** **Pipeline log: Segmentation fault (core dumped)** Full pipeline file: > Opening PST file and indexes... > Processing Folder "Deleted Items" > Processing Folder "Inbox" > Processing Folder "McAfee Anti-Spam" > "Inbox" - 4 items done, 2 items skipped. > Processing Folder "Outbox" > Processing Folder "Sent Items" > "Sent Items" - 5 items done, 0 items skipped. > Processing Folder "Junk E-mail" > Processing Folder "Conversation Action Settings" > Processing Folder "Quick Step Settings" > "accounts@myvendor.com" - 7 items done, 0 items skipped. > Segmentation fault (core dumped) > Opening PST file and indexes... > Processing Folder "Deleted Items" > Processing Folder "Inbox" > Processing Folder "Outbox" > Processing Folder "Sent Items" > "Sent Items" - 1 items done, 0 items skipped. > Processing Folder "Junk E-mail" > Processing Folder "Conversation Action Settings" > Processing Folder "Quick Step Settings" > "ann@mystate.local" - 7 items done, 1 items skipped. > Segmentation fault (core dumped) > Opening PST file and indexes... > Processing Folder "Deleted Items" > Processing Folder "Inbox" > Processing Folder "Outbox" > Processing Folder "Sent Items" > Processing Folder "Calendar" > "Calendar" - 0 items done, 3 items skipped. > Processing Folder "Contacts" > "Contacts" - 0 items done, 2 items skipped. > Processing Folder "Journal" > Processing Folder "Notes" > Processing Folder "Tasks" > Processing Folder "Drafts" > Processing Folder "RSS Feeds" > Processing Folder "Conversation Action Settings" > Processing Folder "Quick Step Settings" > Processing Folder "Junk E-mail" > "Outlook" - 14 items done, 0 items skipped. > Segmentation fault (core dumped)
kerem 2026-02-27 15:55:29 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@musical10441 commented on GitHub (Aug 15, 2018):

Hi - just checking in on this issue.

<!-- gh-comment-id:413224771 --> @musical10441 commented on GitHub (Aug 15, 2018): Hi - just checking in on this issue.
Author
Owner

@musical10441 commented on GitHub (Aug 21, 2018):

My developer resolved the issue as follows:

Exit code 139 solved :
It was due to memory bug in OS/readpst code. (ref https://groups.google.com/forum/#!topic/omnetpp/_zonGWenUqg)
Pipeline docker container was using old debian version OS, so we changed it to
ubuntu:16.04 (changed in file Pipeline/Dockerfile)

<!-- gh-comment-id:414669472 --> @musical10441 commented on GitHub (Aug 21, 2018): My developer resolved the issue as follows: Exit code 139 solved : It was due to memory bug in OS/readpst code. (ref https://groups.google.com/forum/#!topic/omnetpp/_zonGWenUqg) Pipeline docker container was using old debian version OS, so we changed it to ubuntu:16.04 (changed in file Pipeline/Dockerfile)
Author
Owner

@sochix commented on GitHub (Aug 21, 2018):

@musical10441 made a PR please with your changes

<!-- gh-comment-id:414671000 --> @sochix commented on GitHub (Aug 21, 2018): @musical10441 made a PR please with your changes
Author
Owner

@stale[bot] commented on GitHub (Sep 10, 2018):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:419949936 --> @stale[bot] commented on GitHub (Sep 10, 2018): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#175
No description provided.