rtATvw

Results 5 issues of rtATvw

Using the -on_load() module directive produces varying undecoded opcode aborts upon module load.

vm:missing-instructions

This might be related to the handling of hrl includes and/or functions within. The dependency from which the unsupported line_ref seems to be from is: travelping/gen_netlink Erlang version: OTP/25 Platform:...

**atom.c** ``` static unsigned get_arity_magnitude(int n) { unsigned magnitude = 0; for (int i = n; i >= 1; i /= 10) { magnitude++; } if (n == 0) return...

Handle plain text requests and secure requests from the same port and route them to different handlers. Useful for services where a port isn't defined as secure or plain text;...

Unsupported edge case

After having established a connection and it's having been closed an attempt is made to re-establish that connection presumably if that attempt unexpectedly fails the following occurs: From a monitor...