Hi hsinclai,
Yes, it is a huge jump. but I think "No such file or directory" from config.c only shows the apache source code is not found.
Thanks for your reply
ysmartnet
| [reply] |
> I think "No such file or directory" from config.c only shows the apache source code is not found.
Actually, no, I don't believe it means the source code is not found -- it is telling you which line in config.c is generating the error "No such file or directory".. so if you consulted line 148 in the source code of config.c you would see the source code that threw that particular exception.
| [reply] |
"No such file or directory" is print only when I jumped to the 31 stack frame.
Thanks for your comments.
| [reply] |