View Issue Details

IDProjectCategoryView StatusLast Update
0004044ScribusUser Interfacepublic2006-07-21 19:04
Reportercbradney Assigned Tosubik  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.4cvs 
Fixed in Version1.3.4cvs 
Summary0004044: Guide manager doesnt use guide value and crashes when editing a guide's value
Descriptiona) when you double click on a guide, say 88.43mm, this is not put into the text field correctly
b) when you enter a value and press ok, sig11
Additional InformationProgram received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223862608 (LWP 29644)]
0x082c5f5d in GuideManager::editValueToList (this=0x8c0fe00, list=0x8c16788, item=0x9160018) at guidemanager.cpp:210
210 item->setText(0, tmp);
(gdb) bt
#0 0x082c5f5d in GuideManager::editValueToList (this=0x8c0fe00, list=0x8c16788, item=0x9160018) at guidemanager.cpp:210
0000001 0x082c711b in GuideManager::verticalList_doubleClicked (this=0x8c0fe00, item=0x9160018) at guidemanager.cpp:535
0000002 0x0866e156 in GuideManagerBase::qt_invoke (this=0x8c0fe00, _id=67, _o=0xbfe0f940) at guidemanagerbase.moc:167
0000003 0x082c5219 in GuideManager::qt_invoke (this=0x8c0fe00, _id=67, _o=0xbfe0f940) at guidemanager.moc:183
0000004 0xb7889b64 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
0000005 0xb7bf4fc0 in QListView::doubleClicked () from /usr/qt/3/lib/libqt-mt.so.3
0000006 0xb797446b in QListView::contentsMouseDoubleClickEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000007 0xb79a69f1 in QScrollView::viewportMouseDoubleClickEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000008 0xb79a8f0c in QScrollView::eventFilter () from /usr/qt/3/lib/libqt-mt.so.3
0000009 0xb7976158 in QListView::eventFilter () from /usr/qt/3/lib/libqt-mt.so.3
0000010 0xb7886f2f in QObject::activate_filters () from /usr/qt/3/lib/libqt-mt.so.3
0000011 0xb7887002 in QObject::event () from /usr/qt/3/lib/libqt-mt.so.3
0000012 0xb78c2abc in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
0000013 0xb78253df in QApplication::internalNotify () from /usr/qt/3/lib/libqt-mt.so.3
0000014 0xb7825795 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
0000015 0xb77bdd27 in QETWidget::translateMouseEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000016 0xb77bc5fe in QApplication::x11ProcessEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000017 0xb77d08e6 in QEventLoop::processEvents () from /usr/qt/3/lib/libqt-mt.so.3
0000018 0xb783bbd2 in QEventLoop::enterLoop () from /usr/qt/3/lib/libqt-mt.so.3
0000019 0xb783bb26 in QEventLoop::exec () from /usr/qt/3/lib/libqt-mt.so.3
0000020 0xb782458f in QApplication::exec () from /usr/qt/3/lib/libqt-mt.so.3
0000021 0x08663728 in mainApp (argc=1, argv=0xbfe10414) at main_nix.cpp:76
0000022 0x086636b0 in main (argc=1, argv=0xbfe10414) at main_nix.cpp:52
TagsNo tags attached.
Patch

Relationships

child of 0003964 closedplinnell 1.3.4 Release Metabug 

Activities

subik

2006-07-21 13:54

manager   ~0011951

should be fixed. ehrm, it works without any problem (after another big-bang) here ;)

Issue History

Date Modified Username Field Change
2006-07-19 20:48 cbradney New Issue
2006-07-19 20:48 cbradney Status new => assigned
2006-07-19 20:48 cbradney Assigned To => subik
2006-07-19 20:48 cbradney Relationship added child of 0003964
2006-07-21 13:54 subik Status assigned => resolved
2006-07-21 13:54 subik Fixed in Version => 1.3.4cvs
2006-07-21 13:54 subik Resolution open => fixed
2006-07-21 13:54 subik Note Added: 0011951
2006-07-21 19:04 cbradney Status resolved => closed