Bug #7313 2006-04-28 15:06

cprgmswr2

Crash when opening a project

Make sure codeblocks is closed. Find a current project within windows and double click on it. During load of codeblocks, codeblocks crashes.

Code Blocks Build: April 27, 2006

wxWidgets: 2.6.3

OS: Windows XP Pro

Category
 
Group
 
Status
Closed
Close date
2006-04-30 16:08
Assigned to
 
ID_24639 2006-04-28 21:10

Hi I can't confirm it..... I have rev 2395. What do you have?

cprgmswr2 2006-04-28 23:32

I found the line where it crashes on....

in: src\app.cpp

around line: 483

inside function: OnCmdLineParsed

this line: return wxApp::OnCmdLineParsed(parser);

full view of function:

----------------------------------------------------------

bool CodeBlocksApp::OnCmdLineParsed(wxCmdLineParser& parser)

{

return wxApp::OnCmdLineParsed(parser);

}

ID_24639 2006-04-30 13:28

I think this bug can be closed.....

According to here. :D

http://forums.codeblocks.org/index.php?topic=3003.0