View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003970 | Scribus | Import / Export | public | 2006-07-03 21:10 | 2006-08-20 14:44 |
Reporter | cedric | Assigned To | avox | ||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | 3.1 |
Product Version | 1.3.4cvs | ||||
Fixed in Version | 1.3.4cvs | ||||
Summary | 0003970: HTML Import crashes | ||||
Description | /scribus/text/storytext.cpp:442: void StoryText::applyStyle(int, const ParagraphStyle&): l'assertion « pos >= 0 » a échoué. | ||||
Steps To Reproduce | just import in a text frame | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0003964 | closed | 1.3.4 Release Metabug |
|
we'd need a backtrace or files to reproduce the bug |
|
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> |
|
tested, fixed. |
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 |
|
Note Added: 0011786 | |
2006-07-03 22:27 |
|
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 |
|
Status | resolved => closed |
2006-08-20 14:44 |
|
Note Added: 0012241 |