In gdb I'm getting something like this:
(gdb) nexti
Cannot access memory at address 0x2cd738
(gdb) info registers
eax 0x2 2
ecx 0x2710 10000
edx 0x0 0
ebx 0x7ff5600 134174208
esp 0x2cd738 0x2cd738
ebp 0x2cd754 0x2cd754
esi 0x2710 10000
edi 0x0 0
eip 0x1100e5 0x1100e5
eflags 0x202 [ IF ]
cs 0x8 8
ss 0x10 16
ds 0x10 16
es 0x10 16
fs 0x10 16
gs 0x10 16
I still can enter symbols to console and interrupt perl -MCPAN -eshell
with ^C/^Z, but programs cannot start and I evenc can't reboot the system.
You can easily reproduce this issue:
Unpack official GNU/Hurd K16 qemu image, run "perl -MCPAN -eshell" and
"install File::Temp" into it.
on first t/mktemp system will be hanged.
--
Best Regards,
Slava S. Kardakov