Bug 116373 - crash when opening executable script without extension
Summary: crash when opening executable script without extension
Status: RESOLVED DUPLICATE of bug 111115
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 2.4.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 21:09 UTC by Anthony Tekatch
Modified: 2005-11-14 21:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Tekatch 2005-11-14 21:09:47 UTC
Version:           2.4.1 (using KDE 3.4.2, Debian Package 4:3.4.2-4 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.8-2-686

Kate Crashes when trying to open an executable script file called "convnew" (not that it matters).

Here is the contents of the script file:

#!/bin/bash
# convert only graphics files that are new.
# usage: convnew


for file in *.png
do
 if [ $file%".png" -nt ${file}.eps ]
  then echo "newer"
  else echo "older"
 fi
done




Here's the backtrace:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1099654464 (LWP 1943)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#3  0x40077bce in __gnu_cxx::__pool<true>::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
#4  0x41e52632 in __gnu_cxx::__mt_alloc<Arts::ParamDef, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >::deallocate () from /usr/lib/libartskde.so.1
#5  0x41f81ba1 in Arts::readTypeSeq<Arts::MethodDef> ()
   from /usr/lib/libmcop.so.1
#6  0x41f4cf7d in Arts::InterfaceDef::readType () from /usr/lib/libmcop.so.1
#7  0x41f4d4e7 in Arts::InterfaceDef::InterfaceDef ()
   from /usr/lib/libmcop.so.1
#8  0x41f82603 in Arts::readTypeSeq<Arts::InterfaceDef> ()
   from /usr/lib/libmcop.so.1
#9  0x41f4d8d9 in Arts::ModuleDef::readType () from /usr/lib/libmcop.so.1
#10 0x41f4db2f in Arts::ModuleDef::ModuleDef () from /usr/lib/libmcop.so.1
#11 0x41f4e7ee in Arts::IDLFileReg::startup () from /usr/lib/libmcop.so.1
#12 0x41f206ad in Arts::StartupManager::startup () from /usr/lib/libmcop.so.1
#13 0x41f47088 in Arts::Dispatcher::Dispatcher () from /usr/lib/libmcop.so.1
#14 0x41e40e81 in KArtsDispatcher::KArtsDispatcher ()
   from /usr/lib/libartskde.so.1
#15 0x41e4c3db in KDE::PlayObjectFactory::mimeTypes ()
   from /usr/lib/libartskde.so.1
#16 0x41de9abd in KFileAudioPreview::KFileAudioPreview ()
   from /usr/lib/kde3/kfileaudiopreview.so
#17 0x41dea934 in KFileAudioPreviewFactory::createObject ()
   from /usr/lib/kde3/kfileaudiopreview.so
#18 0x40b75abe in KLibFactory::create () from /usr/lib/libkdecore.so.4
#19 0x40766ffc in KFileMetaPreview::createAudioPreview ()
   from /usr/lib/libkio.so.4
#20 0x40767276 in KFileMetaPreview::previewProviderFor ()
   from /usr/lib/libkio.so.4
#21 0x4073778b in KFileMetaPreview::showPreview () from /usr/lib/libkio.so.4
#22 0x40745533 in KFileMetaPreview::qt_invoke () from /usr/lib/libkio.so.4
#23 0x4107cc5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#24 0x40705d1a in KFilePreview::showPreview () from /usr/lib/libkio.so.4
#25 0x40709d1c in KFilePreview::slotHighlighted () from /usr/lib/libkio.so.4
#26 0x406febc8 in KFilePreview::qt_invoke () from /usr/lib/libkio.so.4
#27 0x4107cd9b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#28 0x407049dd in KFileViewSignaler::fileHighlighted ()
   from /usr/lib/libkio.so.4
#29 0x40704aa4 in KFileIconView::slotSelectionChanged ()
   from /usr/lib/libkio.so.4
#30 0x40745f86 in KFileIconView::qt_invoke () from /usr/lib/libkio.so.4
#31 0x4107cc5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#32 0x4107d743 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#33 0x41440439 in QIconView::selectionChanged () from /usr/lib/libqt-mt.so.3
#34 0x41265303 in QIconViewItem::setSelected () from /usr/lib/libqt-mt.so.3
#35 0x4127566e in QIconView::contentsMousePressEventEx ()
   from /usr/lib/libqt-mt.so.3
#36 0x412759a5 in QIconView::contentsMousePressEvent ()
   from /usr/lib/libqt-mt.so.3
#37 0x408f0693 in KIconView::contentsMousePressEvent ()
   from /usr/lib/libkdeui.so.4
#38 0x411b370b in QScrollView::viewportMousePressEvent ()
   from /usr/lib/libqt-mt.so.3
#39 0x411b63bb in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#40 0x41269b1d in QIconView::eventFilter () from /usr/lib/libqt-mt.so.3
#41 0x40701f58 in KFileIconView::eventFilter () from /usr/lib/libkio.so.4
#42 0x41079c5a in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#43 0x41079ce3 in QObject::event () from /usr/lib/libqt-mt.so.3
#44 0x410b7ebd in QWidget::event () from /usr/lib/libqt-mt.so.3
#45 0x41012778 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#46 0x41012d4b in QApplication::notify () from /usr/lib/libqt-mt.so.3
#47 0x40c149fc in KApplication::notify () from /usr/lib/libkdecore.so.4
#48 0x40fa26d3 in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#49 0x40f9db64 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3
#50 0x40f9be3e in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#51 0x40fb595c in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#52 0x4102aea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#53 0x41011335 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#54 0x41231fb6 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#55 0x40767db8 in KEncodingFileDialog::getOpenURLsAndEncoding ()
   from /usr/lib/libkio.so.4
#56 0x402f4df4 in KateViewManager::slotDocumentOpen ()
   from /usr/lib/libkateinterfaces.so.0
#57 0x402f50a9 in KateViewManager::qt_invoke ()
   from /usr/lib/libkateinterfaces.so.0
#58 0x4107cc5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#59 0x4107d743 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#60 0x408e59e6 in KAction::activated () from /usr/lib/libkdeui.so.4
#61 0x4091ae9b in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#62 0x4091ae40 in KAction::slotButtonClicked () from /usr/lib/libkdeui.so.4
#63 0x409363fe in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#64 0x4107cc5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#65 0x40922279 in KToolBarButton::buttonClicked () from /usr/lib/libkdeui.so.4
#66 0x4092246a in KToolBarButton::mouseReleaseEvent ()
   from /usr/lib/libkdeui.so.4
#67 0x410b7fb6 in QWidget::event () from /usr/lib/libqt-mt.so.3
#68 0x41012778 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#69 0x41012d4b in QApplication::notify () from /usr/lib/libqt-mt.so.3
#70 0x40c149fc in KApplication::notify () from /usr/lib/libkdecore.so.4
#71 0x40fa26d3 in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#72 0x40f9db64 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3
#73 0x40f9be3e in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#74 0x40fb595c in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#75 0x4102aea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#76 0x4102adcb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#77 0x41011305 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#78 0x4003541e in kdemain () from /usr/lib/libkdeinit_kate.so
#79 0x40155ed0 in __libc_start_main () from /lib/tls/libc.so.6
#80 0x080483d1 in ?? ()
Comment 1 Maksim Orlovich 2005-11-14 21:29:38 UTC
export GLIBCXX_FORCE_NEW=1  before starting KDE 

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