IRC channel logs

2024-07-09.log

back to list of logs

<youpi>luckyluke42: as a debugging trick, in _hurd_intr_rpc_mach_msg you can use if m->header.msgh_id == 21001 to add checks such as assert(save_data.type== 0x2000400b) after save_data = m->request.data; and before m->request.data = save_data;