Re: reinstallation with host machine - no success

2014-11-24 Thread Riccardo Mottola
Svante Signell wrote: Which image did you use? And if using the latest image did you enable network or not? I think you should use a known working image and install without upgrading (i.e. no network) intil the install is completed. It can happen that the latest sid version is broken (happened to

Re: [PATCHv2,Hurd] Fix deallocation after proc_getprocinfo call

2014-11-24 Thread Joel Brobecker
> 2014-10-02 Samuel Thibault > > * gdb/gnu-nat.c (inf_validate_procinfo): Multiply the number of > elements pi_len by the size of the elements before calling > vm_deallocate. > (inf_validate_task_sc): Likewise, and properly deallocate the > noise array. Thank you,