Bug 141605 - KWord crashes when autoformatting a URL
Summary: KWord crashes when autoformatting a URL
Status: RESOLVED DUPLICATE of bug 139890
Alias: None
Product: kword
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 20:07 UTC by Liam McDermott
Modified: 2007-03-04 22:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Backtrace (5.09 KB, application/octet-stream)
2007-02-12 20:10 UTC, Liam McDermott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Liam McDermott 2007-02-12 20:07:28 UTC
Version:           1.6.0 (using KDE KDE 3.5.5)
Installed from:    Ubuntu Packages
Compiler:           Compiler is whatever the Ubuntu packagers use
OS:                Linux

KWord consistently crashes whenever trying to autoformat a URL.

Steps to reproduce:

 1. Ensure KWord is set to autoformat URLs (using the 'Configure Autocorrection...' dialog)
 2. Type a URL into KWord (mine crashed consistently using: http://www.webmaster-forums.net) then press enter
 3. Observe KWord crash!

This is surely something that would have been tested when writing the URL Autoformat feature so am suspicious that there might be some combination of settings causing the problem. Please advise any configuration files (and where they're to be found) that should be attached to this bug report.
Comment 1 Liam McDermott 2007-02-12 20:10:11 UTC
Created attachment 19647 [details]
Backtrace
Comment 2 Philip Rodrigues 2007-02-12 20:34:49 UTC
Please paste the first ~10 calls from a backtrace, as it allows the "search for similar crashes" feature to work. Thanks!

#6  0xb6e64feb in QGList::append () from /usr/lib/libqt-mt.so.3
#7  0xb7258887 in KMacroCommand::addCommand () from /usr/lib/libkdeui.so.4
#8  0xb5ebec39 in KoTextObject::UndoRedoInfo::clear ()
   from /usr/lib/libkotext.so.3
#9  0xb5ebf610 in KoTextObject::clearUndoRedoInfo ()
   from /usr/lib/libkotext.so.3
#10 0xb5ef2fe0 in KoTextObject::insert () from /usr/lib/libkotext.so.3
#11 0xb5ef60dd in KoTextObject::replaceSelectionCommand ()
   from /usr/lib/libkotext.so.3
#12 0xb5ef2eda in KoTextObject::insert () from /usr/lib/libkotext.so.3
#13 0xb5ef3b0e in KoAutoFormat::doAutoDetectUrl ()
   from /usr/lib/libkotext.so.3
#14 0xb5ef9f2c in KoAutoFormat::doAutoFormat () from /usr/lib/libkotext.so.3
#15 0xb6105fc3 in KWTextFrameSetEdit::doAutoFormat ()
   from /usr/lib/libkwordprivate.so.4
#16 0xb5ef56c4 in KoTextView::handleKeyPressEvent ()
   from /usr/lib/libkotext.so.3
#17 0xb61d0751 in KWTextFrameSetEdit::keyPressEvent ()
   from /usr/lib/libkwordprivate.so.4
#18 0xb61e93b7 in KWCanvas::eventFilter () from /usr/lib/libkwordprivate.so.4
#19 0xb6b67f04 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#20 0xb6b67f82 in QObject::event () from /usr/lib/libqt-mt.so.3
#21 0xb6b9f65b in QWidget::event () from /usr/lib/libqt-mt.so.3
Comment 3 Maciej Pilichowski 2007-02-13 08:52:35 UTC
1.6.1 I can confirm this -- http://www.google.pl/ and crash.
Comment 4 Thomas Zander 2007-03-04 22:43:02 UTC
You can turn off the autocorrection feature for urls; which stops the crashes altogether. Settings->Configure Autocorrection

The bug is fixed in 1.6.2

*** This bug has been marked as a duplicate of 139890 ***