Hi,
Getting Segmentation Fault (core dumped) as a result of function call
NDC& NDC::getNDC() { return _ndc; }
as _ndc is seemingly not initialized.
Thoughts ?
Getting the same error, when compiling on Solaris 7. Not sure how to go about debugging it.
log4cpp::NCD::push(std::string("blah")) in testmain.cpp is the last line I see executed before segmentation fault.
Log in to post a comment.
Hi,
Getting Segmentation Fault (core dumped) as a result of function call
NDC& NDC::getNDC() {
return _ndc;
}
as _ndc is seemingly not initialized.
Thoughts ?
Getting the same error, when compiling on Solaris 7. Not sure how to go about debugging it.
log4cpp::NCD::push(std::string("blah")) in testmain.cpp is the last line I see executed before segmentation fault.