Re: [Linux] Bug in "Powered Grep"
Brought to you by:
set
From: Thiago F.G. A. <tf...@pr...> - 2006-02-06 17:09:11
|
Of course. [], Thiago Starting program: /home/tfga/packages/set/setedit/makes/editor.exe Program received signal SIGSEGV, Segmentation fault. 0x40298b77 in memcpy () from /lib/libc.so.6 (gdb) bt #0 0x40298b77 in memcpy () from /lib/libc.so.6 #1 0x080b8da8 in DynStrCat (Struct=0xbffff730, str=0xc81f7434 <Address 0xc81f7434 out of bounds>, len=1074527396) at ../extra/dyncat.cc:49 #2 0x080ab90c in TSOSListBoxMsg::selectItem (this=0x81c97d0, item=223) at ../setedit/edmsg.cc:194 #3 0x080ac1b3 in TSOSListBoxMsg::selectNext (this=0x81c97d0, offset=1) at ../setedit/edmsg.cc:401 #4 0x080ad001 in EdMessageSelectNext () at ../setedit/edmsg.cc:799 #5 0x08099f8f in TSetEditorApp::handleEvent (this=0x8178ce8, event=@0xbffff7d0) at ../setedit/editmain.cc:1117 #6 0x4009ea38 in TGroup::execute () from /usr/lib/librhtv.so.2.1.0 #7 0x400ad321 in TProgram::run () from /usr/lib/librhtv.so.2.1.0 #8 0x0809e210 in main (argc=1, argv=0xbffff8e4) at ../setedit/editmain.cc:3317 > On 04/02/06 04:35, Thiago F.G. Albuquerque wrote: > > > Hi, > > > > I found a bug in "Powered Grep": > > > > 1. Go to the root directory of SETEDIT's source tree > > 2. Start the editor > > 3. Shift-F2 (Powered Grep) > > Pattern box: "cmcInsertKeyName" > > [X] Recurse in subdirs > > <enter> > > > > 4. After grep has finished, press the key bound to cmeNextMessage. > > > I can't reproduce it on my system. > Can you try to use gdb (standalone or from setedit) to find the point of > the crash? > The traceback isn't really usefull (i.e. no line numbers) > > Regards, SET |