Bug 265778

Summary: Crash on startup
Product: [Applications] kile Reporter: Adrien Bellanger <adrien.bellanger>
Component: generalAssignee: Michel Ludwig <michel.ludwig>
Status: RESOLVED NOT A BUG    
Severity: crash    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Adrien Bellanger 2011-02-08 10:08:14 UTC
Application: kile (2.0.86)
KDE Platform Version: 4.5.3 (KDE 4.5.3)
Qt Version: 4.6.3
Operating System: Linux 2.6.32-5-amd64 x86_64
Distribution: Debian GNU/Linux unstable (sid)

-- Information about the crash:
- What I was doing when the application crashed:

Each time I open kile it crashed. I think that it try to open an old document which is no longer readable, but I don't know how to run kile without opening old documents. I have tried --new and -  but it crash too.

The crash can be reproduced every time.

-- Backtrace:
Application: Kile (kile), signal: Segmentation fault
[KCrash Handler]
#6  d_func (this=0x0) at ../../kdecore/sycoca/ksycocaentry.h:155
#7  KSycocaEntry::name (this=0x0) at ../../kdecore/sycoca/ksycocaentry.cpp:158
#8  0x00007fdee7ae6336 in TextLoader (this=0x2f37d10, filename=<value optimized out>, encodingErrors=<value optimized out>) at ../../kate/buffer/katetextloader.h:68
#9  Kate::TextBuffer::load (this=0x2f37d10, filename=<value optimized out>, encodingErrors=<value optimized out>) at ../../kate/buffer/katetextbuffer.cpp:486
#10 0x00007fdee7b66537 in KateBuffer::openFile (this=0x2f37d10, m_file=...) at ../../kate/document/katebuffer.cpp:161
#11 0x00007fdee7b5e644 in KateDocument::openFile (this=0x2f36e90) at ../../kate/document/katedocument.cpp:1990
#12 0x00007fdefa8632d7 in KParts::ReadOnlyPart::openUrl (this=0x2f36e90, url=<value optimized out>) at ../../kparts/part.cpp:557
#13 0x00000000006cd28f in KileDocument::Manager::createDocument (this=0x25d7b30, url=..., docinfo=<value optimized out>, encoding=..., mode=..., highlight=...) at /usr/src/kde/src/kile/src/kiledocmanager.cpp:526
#14 0x00000000006cd463 in KileDocument::Manager::loadText (this=0x25d7b30, type=<value optimized out>, url=..., encoding=<value optimized out>, create=<value optimized out>, mode=..., highlight=..., text=..., index=-1, baseDirectory=...) at /usr/src/kde/src/kile/src/kiledocmanager.cpp:604
#15 0x00000000006cd6aa in KileDocument::Manager::fileOpen (this=0x25d7b30, url=<value optimized out>, encoding=<value optimized out>, index=-1) at /usr/src/kde/src/kile/src/kiledocmanager.cpp:949
#16 0x00000000005ea9bd in Kile::restoreFilesAndProjects (this=0x7fffdc4b1380, allowRestore=<value optimized out>) at /usr/src/kde/src/kile/src/kile.cpp:1232
#17 0x00000000005ed828 in Kile::Kile (this=0x7fffdc4b1380, allowRestore=false, parent=<value optimized out>, name=<value optimized out>) at /usr/src/kde/src/kile/src/kile.cpp:279
#18 0x00000000005f3ab4 in main (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/kde/src/kile/src/main.cpp:144

Reported using DrKonqi
Comment 1 Adrien Bellanger 2011-02-08 10:43:11 UTC
Sorry,

I have just remark that I had a problem with MIME types. After reconfiguring shared-mime-info kile works fine.

Adrien