mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #178] [pipeline] [info] [0] error extracting pst, code: 139 #175
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@musical10441 commented on GitHub (Aug 15, 2018):
Hi - just checking in on this issue.
@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)
@sochix commented on GitHub (Aug 21, 2018):
@musical10441 made a PR please with your changes
@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.