Boost.Interprocess v1.66 - get_bootstamp segfault with C#
Hello,
I have problem with Boost Interprocess. I create C DLL Library which I Marshall from C to C#.
I described problem in StackOwerflow
Is this behaviour bug or my fault? What i'm doing wrong?
It's very hard difficult to deduce the source of the error from your report. Have you been able to get some kind of minimal test example that reproduces the problem?
I'm not sure the source of the error either, but I made the same change as described in the stack overflow post and this addressed my issue. I couldn't get around this error otherwise - even rebooting my Windows system didn't help. I should mention that our project is written entirely in C++ (ie no C# is involved).