On 4 June 2016 at 17:08, James Clarke wrote:
>
> Reverting 1db202e indeed fixes it. I also rebuilt the same source tree with
> the patch commented out in d/p/series just to be sure there wasn’t a
> toolchain issue, and that build *doesn’t* work, so 1db202e is either buggy
> or exposing other bugs
Adam Richards, on Sun 05 Jun 2016 11:35:17 +0100, wrote:
> However, in my case I was not running X.
> The issue was with hurd-console
> Both mouse and keyboard queues would fill up and the system would freeze.
That's the same driver :)
Samuel
Justus Winter skribis:
> +#define Mach_port_check(NAME) \
> + void _Mach_port_check_##NAME(char *_unused[] __attribute__ ((unused))) \
> + { \
> + if (MACH_PORT_VALID (NAME))
Ludovic Courtès, on Sun 05 Jun 2016 21:53:35 +0200, wrote:
> Justus Winter skribis:
> > +#define Mach_port_check(NAME) \
> > + void _Mach_port_check_##NAME(char *_unused[] __attribute__ ((unused))) \
> > + {