interprocess icon indicating copy to clipboard operation
interprocess copied to clipboard

Boost.Interprocess v1.66 - get_bootstamp segfault with C#

Open koudis opened this issue 6 years ago • 2 comments

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?

koudis avatar Sep 24 '19 10:09 koudis

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?

igaztanaga avatar Sep 26 '19 21:09 igaztanaga

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).

jaredhagel avatar Apr 29 '21 20:04 jaredhagel