Crash on trunk from 13 May

Leon Pollak leonp at plris.com
Mon May 16 08:53:09 BST 2011


On Sunday May 15 2011, Andreas Pakulat wrote:
> On 15.05.11 19:02:03, Leon Pollak wrote:
> > On Sunday May 15 2011, Leon Pollak wrote:
> > > Hello, all.
> > > I upgraded to the trunk version 13May - the same problem:
> > > Any attempt to 'Find/Replace in Files' causes the kdevelop to crash.
> > > Cache cleaning (after 2 sequential times) does not help.
> > > Can somebody acknowledge this?
> > > BR
> > I run kdevelop under GDB. Here is the printout:
> > Program received signal SIGSEGV, Segmentation fault.
> > GrepOutputView::replacementTextChanged (this=0x67f5aa0) at
> > /home/leonp/kdev-1305/kdevplatform/plugins/grepview/grepoutputview.cpp:12
> > 7 127         updateApplyState(model()->index(0, 0), model()->index(0,
> > 0)); (gdb) p model()->index(0, 0)
> > Couldn't find method GrepOutputModel::index
> > (gdb) p model()
> > $1 = (GrepOutputModel *) 0x0
> > (gdb) p model
> > $2 = {GrepOutputModel *(GrepOutputView *)} 0x7fffec175770
> > <GrepOutputView::model()>
> Looks like for some reason your outputview has no model set. This
> happens usually when you select something in the combobox left of the
> replacement text. And the function that crashes for you is only
> triggered if you type into the replacement combo field on the right. So
> can you see wether the combo on the left is empty when you start typing?
> If so, thats why the crash happens and a bugreport is in order.
> 
> An easy workaround is to first make sure to select something in the left
> combo before typing something into the right combo.
> 
> Andreas
Thanks, Andreas, but I do not understand what you mean - I do not find this 
combobox.
Please, see the screen-shot of the situation. Pressing "Search..." button in 
the right-bottom causes the crash:
ftp://www.plris.com/pub/snap.jpg
-- 
Leon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20110516/71ad4fe8/attachment-0001.html>


More information about the KDevelop mailing list