View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007558 | Scribus | Canvas | public | 2008-10-24 10:33 | 2008-10-26 21:08 |
Reporter | mdoubez | Assigned To | jghali | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | Windows XP | OS Version | SP3 |
Product Version | 1.3.5svn | ||||
Fixed in Version | 1.3.5svn | ||||
Summary | 0007558: Assert fault when creating a Latex frame | ||||
Description | When creating a Latex frame I have an assert from QList<QString>::operator[](int i=0). Looking int o the code, it comes from: pageitem_latexframe.cpp: > setConfigFile(PrefsManager::instance()->latexConfigs()[0]); It seems latexConfigs() is empty. | ||||
Steps To Reproduce | Create a latex frame. | ||||
Additional Information | I don't have latex installed on my computer. This is with the debug version of the SVN. The full trace is: QtCored4.dll!qt_message_output(QtMsgType msgType=QtFatalMsg, const char * buf=0x025097f0) Ligne 2098 C++ QtCored4.dll!qFatal(const char * msg=0x6722914c, ...) Ligne 2303 + 0xe octets C++ QtCored4.dll!qt_assert_x(const char * where=0x017bd0e8, const char * what=0x017bd06c, const char * file=0x017bc8f0, int line=395) Ligne 1880 + 0x1a octets C++ scribus.exe!QList<QString>::operator[](int i=0) Ligne 395 + 0x5f octets C++ > scribus.exe!PageItem_LatexFrame::PageItem_LatexFrame(ScribusDoc * pa=0x04b77fa0, double x=230.00000000000000, double y=190.00000000000000, double w=142.00000000000000, double h=150.00000000000000, double w2=1.0000000000000000, QString fill={...}, QString outline={...}) Ligne 58 + 0x33 octets C++ scribus.exe!ScribusDoc::itemAdd(const PageItem::ItemType itemType=LatexFrame, const PageItem::ItemFrameType frameType=-1, const double x=230.00000000000000, const double y=190.00000000000000, const double b=142.00000000000000, const double h=150.00000000000000, const double w=1.0000000000000000, const QString & fill={...}, const QString & outline={...}, const bool itemFinalised=true) Ligne 3460 + 0xc2 octets C++ scribus.exe!CreateMode::doCreateNewObject() Ligne 652 + 0x62 octets C++ scribus.exe!CreateMode::mouseReleaseEvent(QMouseEvent * m=0x0250c4b0) Ligne 386 + 0x8 octets C++ scribus.exe!ScribusView::eventFilter(QObject * obj=0x04b21a68, QEvent * event=0x0250c4b0) Ligne 4680 + 0x1b octets C++ QtCored4.dll!QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject * receiver=0x04b21a68, QEvent * event=0x0250c4b0) Ligne 694 + 0x15 octets C++ | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0007647 | acknowledged | Metabug: Render Frames (LaTeX, GnuPlot, LilyPond, GraphViz, etc.) |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-10-24 10:33 | mdoubez | New Issue | |
2008-10-24 12:05 | jghali | Note Added: 0020500 | |
2008-10-25 10:32 | jghali | Status | new => resolved |
2008-10-25 10:32 | jghali | Fixed in Version | => 1.3.5svn |
2008-10-25 10:32 | jghali | Resolution | open => fixed |
2008-10-25 10:32 | jghali | Assigned To | => jghali |
2008-10-26 21:08 | cbradney | Status | resolved => closed |
2008-12-10 16:30 | mhanski | Relationship added | child of 0007647 |