Open Mrbigmatt opened 2 years ago
This might be a bigger issue with globals being initialized outside of functions within a module. I've run into other crashes happening with this situation but there's much less helpful information:
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 -- unknown function (ip: 0000000000000000) in expression starting at <code that tries to initialize a global outside of a function within a module>
While I don't think this is how I should be using the sockets, I don't think Julia should crash when the following code is put into a package and executed:
This is the output:
This is the version info:
I've also seen this behavior with Julia 1.7.0 running on Ubuntu 18.04