You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you check if commit e08ae8f is causing errors when running plugin multipath_rtt_cond.plugin / also multipath_rr_cond.plugin
picoquic/transport.c
int prepare_plugin_transport_extensions(picoquic_cnx_t* cnx, uint8_t* bytes, size_t bytes_max)
{
...
fprintf(stderr, "cnx->protoop_inputv[0]: %p\n", &cnx->protoop_inputv[0]); cnx->protoop_inputv[0] = (protoop_arg_t) &value;
...
}
prints out
cnx->protoop_inputv[0]: (nil)
and throws an error
Address 0x0 is not stack'd, malloc'd or (recently) free'd
The text was updated successfully, but these errors were encountered:
shkp4j
changed the title
Error in running multipath_rtt_cond.plugin after commit - e08ae8f6482b09bcdf32fcbaadec63b3085df0ae
Error in running multipath_rtt_cond.plugin after commit https://github.com/p-quic/pquic/tree/9076df5472f39b88fcfe892550002f1d24befd38
Jun 7, 2021
shkp4j
changed the title
Error in running multipath_rtt_cond.plugin after commit https://github.com/p-quic/pquic/tree/9076df5472f39b88fcfe892550002f1d24befd38
Error in running multipath_rtt_cond.plugin after commit
Jun 7, 2021
Could you check if commit e08ae8f is causing errors when running plugin multipath_rtt_cond.plugin / also multipath_rr_cond.plugin
picoquic/transport.c
int prepare_plugin_transport_extensions(picoquic_cnx_t* cnx, uint8_t* bytes, size_t bytes_max)
{
...
fprintf(stderr, "cnx->protoop_inputv[0]: %p\n", &cnx->protoop_inputv[0]);
cnx->protoop_inputv[0] = (protoop_arg_t) &value;
...
}
prints out
cnx->protoop_inputv[0]: (nil)
and throws an error
Address 0x0 is not stack'd, malloc'd or (recently) free'd
The text was updated successfully, but these errors were encountered: