code wiki / _hdl_build / nx_sig_min_probe.nx
nx_sig_min_probe.nx
buildroot/runtime/_hdl_build/nx_sig_min_probe.nx
about
nx_sig_min_probe.nx -- minimal bisect daemon: accept ONE connection on
127.0.0.1:8446, run nx_ws_upgrade_handshake, print the verdict, exit.
Discriminates: segfault here = upgrade-stack bug; clean verdict here =
the bug lives in nx_signaling_v2's room/poll layer. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_websocket_upgrade.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 8 | const K_MAGIC_8446: i64 = 8446 |
| 9 | const K_MAGIC_4096: i64 = 4096 |
functions
| 11 | func p_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func p_pn(v: i64) -> i64 |
| 29 | func main() -> i64 |