View Issue Details

IDProjectCategoryView StatusLast Update
0007142ScribusPDFpublic2008-12-04 21:41
Reportermdriftmeyer Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDebian SidOSLinuxOS Version2.6.x
Product Version1.3.5svn 
Fixed in Version1.3.5svn 
Summary0007142: Export PDF/EPS on attached file hangs Scribus
DescriptionSince I don't know the xml schema and DTD for Scribus I am not sure what portion of the XML document induces Scribus to hang.
Steps To ReproduceLoad the following file against SVN and export to PDF. I'm not sure if it's a font issue not resolving due to a bad font profile or not.
Additional InformationI'd appreciate feedback on self-troubleshooting such matters to avoid bothering the dev team in the future.
TagsNo tags attached.
Patch

Relationships

related to 0007357 closedjghali Infinite loop or crash when default style has a parent 

Activities

2008-07-16 08:25

 

fschmid

2008-07-16 12:22

administrator   ~0019976

The hang is due to the fact that your "Default Paragraph Style" has a parent style, this leads to an infinite loop.
Changing the line:
<STYLE NAME="Default Paragraph Style" PARENT="Contact Number" ALIGN="0" LINESPMode="0" LINESP="15" INDENT="0" RMARGIN="0" FIRST="0" VOR="0" NACH="0" DROP="0" DROPLIN="2" DROPDIST="0"/>
to:
<STYLE NAME="Default Paragraph Style" ALIGN="0" LINESPMode="0" LINESP="15" INDENT="0" RMARGIN="0" FIRST="0" VOR="0" NACH="0" DROP="0" DROPLIN="2" DROPDIST="0"/>
fixes the problem

jghali

2008-12-02 00:14

administrator   ~0020724

Fixed now, a default style can't have a parent anymore

Issue History

Date Modified Username Field Change
2008-07-16 08:25 mdriftmeyer New Issue
2008-07-16 08:25 mdriftmeyer File Added: AEInlanderAdvertisementNew.sla
2008-07-16 12:22 fschmid Note Added: 0019976
2008-09-04 16:04 jghali Relationship added related to 0007357
2008-12-02 00:14 jghali Note Added: 0020724
2008-12-02 00:14 jghali Status new => resolved
2008-12-02 00:14 jghali Fixed in Version => 1.3.5svn
2008-12-02 00:14 jghali Resolution open => fixed
2008-12-02 00:14 jghali Assigned To => jghali
2008-12-04 21:41 cbradney Status resolved => closed