View Issue Details

IDProjectCategoryView StatusLast Update
0003970ScribusImport / Exportpublic2006-08-20 14:44
Reportercedric Assigned Toavox  
PriorityimmediateSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSDebianOS Version3.1
Product Version1.3.4cvs 
Fixed in Version1.3.4cvs 
Summary0003970: HTML Import crashes
Description/scribus/text/storytext.cpp:442: void StoryText::applyStyle(int, const ParagraphStyle&): l'assertion « pos >= 0 » a échoué.
Steps To Reproducejust import in a text frame
TagsNo tags attached.
Patch

Relationships

child of 0003964 closedplinnell 1.3.4 Release Metabug 

Activities

avox

2006-07-03 21:43

updater   ~0011784

we'd need a backtrace or files to reproduce the bug

plinnell

2006-07-03 22:14

viewer   ~0011786

Starting program: /opt/cairo/134/bin/scribus
scribus: storytext.cpp:489: void StoryText::applyStyle(int, const ParagraphStyle&): Assertion `pos >= 0' failed.

Program received signal SIGABRT, Aborted.
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in __kernel_vsyscall ()
0000001 0x418837d0 in ?? ()
0000002 0x41976ff4 in ?? ()
0000003 0xb7f3eae0 in ?? ()
0000004 0xbf844504 in ?? ()
0000005 0x41884ea3 in ?? ()
0000006 0x00000006 in ?? ()
Previous frame inner to this frame (corrupt stack?)
(gdb)

2006-07-03 22:27

 

testing.html (753 bytes)   
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title></title>
  
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>H1 Text</h1>
<h2>H2 Text</h2>
<h3>H3 Text</h3>
<h4>H4 Text</h4>
<ol>
   <li>Ordered List Item 1  </li>
   <li>Ordered List Item 2  </li>
 </ol>
 <ul>
	 <li>Un-Ordered List Item 1  </li>
	 <li>Un-Ordered List Item 2  </li>
 </ul>
 <!--<pre>pre-formatted text</pre>-->
 <code>code listings</code><br />
 <p><b>Bold Paragraph Style</b></p>
 <p><i>Italic Paragraph Style</i></p>
 <p align="center">Centered Text</p>
</body>
</html>
testing.html (753 bytes)   

plinnell

2006-08-20 14:44

viewer   ~0012241

tested, fixed.

Issue History

Date Modified Username Field Change
2006-07-03 21:10 cedric New Issue
2006-07-03 21:43 avox Note Added: 0011784
2006-07-03 21:43 avox Status new => feedback
2006-07-03 21:45 cbradney Status feedback => assigned
2006-07-03 21:45 cbradney Assigned To => avox
2006-07-03 21:45 cbradney Relationship added child of 0003964
2006-07-03 22:14 plinnell Note Added: 0011786
2006-07-03 22:27 plinnell File Added: testing.html
2006-08-17 11:01 avox Priority normal => immediate
2006-08-19 13:06 avox Status assigned => resolved
2006-08-19 13:06 avox Fixed in Version => 1.3.4cvs
2006-08-19 13:06 avox Resolution open => fixed
2006-08-20 14:44 plinnell Status resolved => closed
2006-08-20 14:44 plinnell Note Added: 0012241