-
Notifications
You must be signed in to change notification settings - Fork 27
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
tr1::bad_weak_pt exception #16
Comments
Hello, Can you tell us what version of Boost you're using? We've seen this issue before when using older versions -- for example with Boost 1.41.0. Using Boost 1.44.0 or higher seems to eliminate the problem. We currently use 1.51.0 and 1.53.0 without issue on our systems. Thanks, |
I encounter the same issue with the default Boost version 1.41.0 on RHEL6. |
@gregjohnson |
We think it's an issue with improper serialization of shared/weak_ptr's by Boost. In our experience, the bug has been isolated to Boost 1.41.0. Since this is the default version on CentOS/RHEL 6, we'll see what more we can dig up. |
hi,
I have been getting this exception every time I try to load a simple jpg image content file (same with any type of content): Do you know what's going on ? I am using a simple configuration with localhost. Triaging the issue yields an explanation here: http://stackoverflow.com/questions/5558734/c-bad-weak-ptr-error but I have not been able to fix it .... any help/advice would be appreciated.
The text was updated successfully, but these errors were encountered: