[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Hurd shutdown problems
From: |
Richard Braun |
Subject: |
Re: Fwd: Hurd shutdown problems |
Date: |
Wed, 10 Aug 2016 16:26:35 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Tue, Aug 09, 2016 at 03:37:00PM -1000, Brent W. Baccala wrote:
> GDB on the kernel shows a seemingly corrupted ELF symbol table when
> elf_db_search_symbol() is called.
The symbol table is preserved by the early allocation code
(see biosmem.c) and should normally never be touched. But I've
just noticed that we don't request page-aligned modules from
the boot loader (see MULTIBOOT_FLAGS in boothdr.S), and at
some point, late during the boot process, module data are freed
using (see free_bootstrap_pages in bootstrap.c). This might
explain the corruptions.
--
Richard Braun
- Hurd shutdown problems, Brent W. Baccala, 2016/08/05
- Re: Hurd shutdown problems, Justus Winter, 2016/08/06
- Re: Hurd shutdown problems, Brent W. Baccala, 2016/08/08
- Re: Hurd shutdown problems, Justus Winter, 2016/08/08
- Message not available
- Fwd: Hurd shutdown problems, Brent W. Baccala, 2016/08/08
- Re: Fwd: Hurd shutdown problems, Justus Winter, 2016/08/09
- Re: Fwd: Hurd shutdown problems, Brent W. Baccala, 2016/08/09
- Re: Fwd: Hurd shutdown problems,
Richard Braun <=
- Re: Fwd: Hurd shutdown problems, Richard Braun, 2016/08/10
- Re: Fwd: Hurd shutdown problems, Brent W. Baccala, 2016/08/11
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Richard Braun, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Samuel Thibault, 2016/08/12
- Re: Fwd: Hurd shutdown problems, Richard Braun, 2016/08/12