Bug 43447 - app-office/libreoffice-3.5.0.0: python segfault on pyuno
Summary: app-office/libreoffice-3.5.0.0: python segfault on pyuno
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version: Master old -3.6
Hardware: Other All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 19:08 UTC by Egor Y. Egorov
Modified: 2012-10-24 05:06 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Egor Y. Egorov 2011-12-01 19:08:33 UTC
I install libreoffice-3.5.0.0 with USE=odk on gentoo. But python segfault when executing this script:

$ cat test.py 
#!/usr/bin/env python                                                           
# -*- coding: utf-8 -*-                                                         
import sys                                                                      
sys.path.append('/usr/lib/libreoffice/program')
import os
import uno

#a UNO struct later needed to create a document
from com.sun.star.text.ControlCharacter import PARAGRAPH_BREAK
from com.sun.star.text.TextContentAnchorType import AS_CHARACTER




In version 3.4 this is not observed.
Thanks.
Comment 1 Egor Y. Egorov 2012-01-15 18:30:55 UTC
Not reproduced on 3.5_beta3 (3.4.99.3 in gentoo)
Comment 2 Joel Madero 2012-10-23 15:58:48 UTC
I'm marking this as NEEDINFO. Apoligies for the long delay but are you able to reproduce this on latest stable (3.5.7 OR even better 3.6.2.2?)

Thanks for your patience, we're trying to tackle our back log of bugs and this one is a very specific bug that probably only affects you (or a small number of users).

If this is still an issue please reopen as UNCONFIRMED. Thanks again for your patience
Comment 3 Egor Y. Egorov 2012-10-24 01:55:50 UTC
In 3.6.2.2 bug not found. Please close this bug.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.