Replies: 1 comment 5 replies
-
I do not have any info about problems with the library like the ones you have - but that does not mean there aren't any. They might just not have reached me. Finding the root-cause of such segfaults is tricky and I'm not very educated helping here. I also did not use uplink.NET in Linux (NixOS is Linux, right?) very often, so I don't have any personal experience with it. What you could try, though:
It is very likely that this is a problem within Go. The C#-part of uplink.NET is quite trivial and is mostly about converting data-structs between C/Go und .Net. I hope that helps you! |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I want to make an issue about this just yet when I can't figure out exactly how to repo it, but I'm getting random segfaults, usually several seconds after I first use any API call, including seemingly inconsequential things like
Access.GetStorjVersion
.It might have something to do with my using F# or ASP.NET. Happens on either of my computers running NixOS. On the other hand, F# Interactive and C# on their own seem not to cause any issues.
Are there any combinations of libraries that are known to cause issues?
Beta Was this translation helpful? Give feedback.
All reactions