IRC channel logs

2025-12-18.log

back to list of logs

<Pellescours>damo22: I just tried to run gnumach upstream (master) and it segfault at boot (tries to accesss memory address 0x000000 if I understand correctly)
<damo22>Pellescours: i386? pae? which version
<Pellescours>error: "no memory is assigned to address 00000000"
<Pellescours>i386 but no pae
<damo22>what build options
<Pellescours>--enable-kdb --disable-linux-groups
<damo22>try: --enable-kdb --enable-apic --disable-linux-groups --enable-ncpus=1
<damo22>sorry its 5am gtg
<Pellescours>damo22: it is not caused by your commit actually, I tried head~1 and the issue is here
<Pellescours>youpi: it ssems that 4e19e045e5c9e2207c6dd2965180d55d1a8c73e9 is the culprit, I reverted it and it worked correctly