Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault on Alpine Linux #333

Closed
bkleef opened this issue Apr 18, 2016 · 2 comments
Closed

Segmentation fault on Alpine Linux #333

bkleef opened this issue Apr 18, 2016 · 2 comments
Labels

Comments

@bkleef
Copy link

bkleef commented Apr 18, 2016

On Alpine Linux 3.3 Edge we are unable to use unoconv 0.7 and/or master branch. Any ideas?

/ # unoconv -f html -o prescriptions/15043.html prescriptions/15043.docx -vvv
Segmentation fault (core dumped)
/ # unoconv -f html -o prescriptions/15043.html prescriptions/15043.docx -vvv
Segmentation fault (core dumped)
/ # unoconv -f html -o prescriptions/15043.html prescriptions/15043.docx -vvv
Segmentation fault (core dumped)
/ # unoconv -f html -o prescriptions/15043.html prescriptions/15043.docx -vvv
Illegal instruction (core dumped)
/ # unoconv -f html -o prescriptions/15043.html prescriptions/15043.docx -vvv
Application Error
Illegal instruction (core dumped)
/ # cat /etc/alpine-release
3.3.0
/ # unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/

platform posix/linux
python 3.5.1 (default, Feb 11 2016, 08:23:59)
[GCC 5.3.0]
LibreOffice 5.1.2.2.0
/ # python --version
Python 3.5.1
@dagwieers
Copy link
Member

Can you please look at the troubleshooting instructions in the README.md ?

I bet unoconv is not using a python binary that was built as part of LibreOffice (so an incompatibility between python interpreter and pyuno library).

@bkleef
Copy link
Author

bkleef commented Apr 18, 2016

@dagwieers using Docker, Ubuntu 16.04 with unoconv -vvv -l -s 0.0.0.0 and Alpine Linux as client which works fine for now (both on master branch).

@bkleef bkleef closed this as completed Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants