-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when compiling with log4cxx 0.12.0 #50
Comments
Solved by #51 |
Well, my PR just solves the compile error but not this runtime error
From this source code example
For now I just switch to glog backend |
The patch works fine in Debian and I can't reproduce your segfault. |
I was able to reproduce the segfault in Debian unstable now and pushed a fix here: https://github.com/AchmadFathoni/rosconsole/pull/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 0.12.0 all object of log4cxx are shared_ptr as stated in here. Any hint to fix this?
The text was updated successfully, but these errors were encountered: