Hello Friends,
I am facing problems in debugging the source code of stunnel.
the behaviour of the code is very unexpected for me.
the return statement is not returning from the function. (Line 145 of gui.c file).
Sameway when i debug line no 1266 of the options.c , that is "name=default_config_file;" , the df pointer gets it's value that means it is executing another line , line no 1305 of options.c itself "df=file_open(name, 0);".
I am not getting this working of the stunnel code.
And the other problem that i m facing is that during the debugging , many variables are not showing their occupied value.
So please help me in understanding this working and resolving it.
Thank you..
Regards Piyush
---------------------------------
--------------------------------- Pinpoint customers who are looking for what you sell.
On Monday 04 June 2007 12:18, piyush tewari wrote:
And the other problem that i m facing is that during the debugging , many variables are not showing their occupied value.
So please help me in understanding this working and resolving it.
It's hard to help you without knowing your OS, compiler and debugger. I could guess that your debugger can't deal with code optimization. Try turning off optimization and rebuild stunnel (make clean, make).
Best regards, Mike