User forums > Nightly builds
The 19 october 2006 build is out.
killerbot:
--- Quote from: kidmosey on October 20, 2006, 07:31:51 am ---also seems to crash now if I search all workspace files without any files open.
--- End quote ---
I can confirm this, probably side effect of the "new options" in the search/replace. Will look into it.
tiwag:
--- Quote from: killerbot on October 20, 2006, 12:44:03 pm ---
--- Quote from: kidmosey on October 20, 2006, 07:31:51 am ---also seems to crash now if I search all workspace files without any files open.
--- End quote ---
I can confirm this ..
--- End quote ---
probably side effect of the patches to the patches ...
if you want i can debug it, or did you already ?
Pecan:
--- Quote from: killerbot on October 20, 2006, 12:44:03 pm ---
--- Quote from: kidmosey on October 20, 2006, 07:31:51 am ---also seems to crash now if I search all workspace files without any files open.
--- End quote ---
I can confirm this, probably side effect of the "new options" in the search/replace. Will look into it.
--- End quote ---
--- Code: ---gdb: Target exception EXCEPTION_ACCESS_VIOLATION at 0x6055f610
Program received signal SIGSEGV, Segmentation fault.
0x6055f610 in FindDlg::GetFindUsesSelectedText (this=0x3b48670)
at sdk/finddlg.cpp:247
247 return XRCCTRL(*this, "chkFindUsesSelectedText", wxC
Box)->GetValue();
Current language: auto; currently c++
(gdb) bt
#0 0x6055f610 in FindDlg::GetFindUsesSelectedText (this=0x3b48670)
at sdk/finddlg.cpp:247
#1 0x60542d13 in EditorManager::ShowFindDialog (this=0x1db6c78,
replace=false, explicitly_find_in_files=true) at sdk/editormanager.cpp:1
#2 0x004387b9 in MainFrame::OnSearchFind (this=0x1539b70, event=@0x22f864)
at src/main.cpp:2996
#3 0x100aa808 in wxEvtHandler::ProcessEventIfMatches ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#4 0x100aabcc in wxEventHashTable::HandleEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#5 0x100abba9 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#6 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#7 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#8 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#9 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#10 0x100abb49 in wxEvtHandler::ProcessEvent ()
from c:\usr\codeblocks\bin\wxmsw26u_gcc_custom.dll
#11 0x100abb49 in wxEvtHandler::ProcessEvent ()
---Type <return> to continue, or q <return> to quit---
--- End code ---
Line 247 is:
--- Code: --- if (IsFindInFiles())
return XRCCTRL(*this, "chkFindUsesSelectedText", wxCheckBox)->GetValue();
--- End code ---
I believe line 247 should be
--- Code: ---return false;
--- End code ---
tiwag:
thx pecan, fixed in rev 3112
nzoltan:
Both 3111 and 3112 is always crash for me when I press CTRL+F anywhere. (linux fc4, clean build)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version