[issue20756] Segmentation fault with unoconv

2014-06-21 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue20756] Segmentation fault with unoconv

2014-06-21 Thread Sworddragon
Sworddragon added the comment: I have retested this with the correct linked version and it is working fine now so I'm closing this ticket. -- resolution: -> not a bug status: open -> closed ___ Python tracker ___

[issue20756] Segmentation fault with unoconv

2014-02-23 Thread Ned Deily
Ned Deily added the comment: The point is that you may be inadvertently mixing a shared library (libpyuno.so) linked to a Python 3.3 interpreter with a base Python 3.4 interpreter. Unless python3-uno is very careful to use the stable ABI there is no guarantee of binary level compatibility bet

[issue20756] Segmentation fault with unoconv

2014-02-23 Thread Sworddragon
Sworddragon added the comment: > Was it rebuilt linked against Python 3.4, instead of Python 3.3? I don't know. Is ../Python/pystate.c that throws the error not a part of Python? -- ___ Python tracker

[issue20756] Segmentation fault with unoconv

2014-02-23 Thread Ned Deily
Ned Deily added the comment: I don't know anything about these programs but it appears libpyuno.so is linked with a specific version of Python 3. Was it rebuilt linked against Python 3.4, instead of Python 3.3? http://packages.ubuntu.com/en/trusty/python3-uno -- nosy: +ned.deily ___

[issue20756] Segmentation fault with unoconv

2014-02-23 Thread Sworddragon
Changes by Sworddragon : Added file: http://bugs.python.org/file34207/test.odt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue20756] Segmentation fault with unoconv

2014-02-23 Thread Sworddragon
New submission from Sworddragon: With Python 3.4.0 RC1 on using the command "unoconv -o test.pdf test.odt" I'm getting a segmentation fault. In the attachments are the used LibreOffice document and a GDB backtrace. The used version of unoconv was 0.6-6 from Ubuntu 14.04 dev and can be currentl