On giovedì 16 agosto 2007, Jeff Dike wrote: > On Thu, Aug 16, 2007 at 10:04:55PM +0200, Sam Ravnborg wrote: > > On Thu, Aug 16, 2007 at 03:26:39PM -0400, Jeff Dike wrote: > > > The crash is in this section: > > > > > > __uml_setup_start = .; > > > .uml.setup.init : { *(.uml.setup.init) } > > > __uml_setup_end = .; > > > > This looks like a classic bug. > > You wanted this: > > .uml.setup.init : { > > __uml_setup_start = .; > > *(.uml.setup.init) > > __uml_setup_end = .; > > } > > Ooh, this sounds promising, thanks. It's not the first time we hit effects of such bugs, is it? The .note.ABI-tag fix, time ago, may be about the same problem. Can you double-check all UML linker scripts for more instances of this bug? Bye -- "Doh!" (cit.), I've made another another mistake! Paolo Giarrusso, aka Blaisorblade Linux registered user n. 292729 http://www.user-mode-linux.org/~blaisorblade
Attachment:
signature.asc
Description: This is a digitally signed message part.
- Follow-Ups:
- Re: [uml-devel] [PATCH] UML - Add a .note.SuSE section
- From: Jeff Dike <[email protected]>
- Re: [uml-devel] [PATCH] UML - Add a .note.SuSE section
- References:
- [PATCH] UML - Add a .note.SuSE section
- From: Jeff Dike <[email protected]>
- Re: [PATCH] UML - Add a .note.SuSE section
- From: Sam Ravnborg <[email protected]>
- Re: [PATCH] UML - Add a .note.SuSE section
- From: Jeff Dike <[email protected]>
- [PATCH] UML - Add a .note.SuSE section
- Prev by Date: Re: sata_via: write errors on PATA drive connected to VT6421
- Next by Date: Re: NFS hang + umount -f: better behaviour requested.
- Previous by thread: Re: [PATCH] UML - Add a .note.SuSE section
- Next by thread: Re: [uml-devel] [PATCH] UML - Add a .note.SuSE section
- Index(es):