MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Help! I can build 5.1.41 successfully in Win7, but run it into crashing
Posted by: Wang Gary
Date: April 19, 2010 12:18AM

Hi, Kent

Thanks for you replied, but I think there is still something more detailed confusing me, I built the source, and all was fine(no error), but when I started to debug it, mysqld.exe has triggered a breakpoint(it is described just like this in error dialog).

The breakpoint posited at mysqld.cc Ln2014,
"
static void my_sigabrt_handler(int sig)
{
_debugbreak(); /* <--- break here! */
}

"
My built operation steps are:
1. Camke the solution
2. Built the solution
3. Set the project mysqld as StartUp Project
4. Open the property of mysqld, input the Command Argments like "--basedir="E:\workroot\sql" --datadir="E:\workroot\data" --console"; set Working Directory as "E:\workroot\sql", then click OK
5. Click Start Debugging

The breakpoint popup!

Could you help me to analyse what is wrong?
My OS is Win7 x64, VS2008 SP1, Mysql build is 5.1.37, I think it is not matter which build of Mysql, because I got the same result on 5.1.41.


Thank you very much!
Gary

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help! I can build 5.1.41 successfully in Win7, but run it into crashing
2055
April 19, 2010 12:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.