Re: build.sh kernel does not finish with endless nbctfmerge run

2024-04-01 Thread J. Hannken-Illjes
Oops, forgot to "cvs update" -- all builds are working for me. Sorry for the noise ... -- J. Hannken-Illjes - hann...@mailbox.org > On 31. Mar 2024, at 12:14, J. Hannken-Illjes wrote: > >> On 31. Mar 2024, at 11:23, Ryo ONODERA wrote: >> >> chris...@astron.com (Christos Zoulas) writes: >>

Re: build.sh kernel does not finish with endless nbctfmerge run

2024-03-31 Thread J. Hannken-Illjes
> On 31. Mar 2024, at 11:23, Ryo ONODERA wrote: > > chris...@astron.com (Christos Zoulas) writes: > >> In article <4b5a66e1-7a3e-48ce-9ace-f9249e75f...@mailbox.org>, >> J. Hannken-Illjes wrote: >>> I also added an abort() when _dwarf_get_reloc_size() returns on >>> "/* unknown relocation. */" a

Re: build.sh kernel does not finish with endless nbctfmerge run

2024-03-31 Thread Ryo ONODERA
chris...@astron.com (Christos Zoulas) writes: > In article <4b5a66e1-7a3e-48ce-9ace-f9249e75f...@mailbox.org>, > J. Hannken-Illjes wrote: >>I also added an abort() when _dwarf_get_reloc_size() returns on >>"/* unknown relocation. */" and this killed nbctfconvert() as >> >>_dwarf_get_reloc_size ()

Re: build.sh kernel does not finish with endless nbctfmerge run

2024-03-30 Thread Christos Zoulas
In article <4b5a66e1-7a3e-48ce-9ace-f9249e75f...@mailbox.org>, J. Hannken-Illjes wrote: >I also added an abort() when _dwarf_get_reloc_size() returns on >"/* unknown relocation. */" and this killed nbctfconvert() as > >_dwarf_get_reloc_size () >_dwarf_elf_init () >dwarf_elf_init () >dw_read () >ma

Re: build.sh kernel does not finish with endless nbctfmerge run

2024-03-30 Thread J. Hannken-Illjes
I also added an abort() when _dwarf_get_reloc_size() returns on "/* unknown relocation. */" and this killed nbctfconvert() as _dwarf_get_reloc_size () _dwarf_elf_init () dwarf_elf_init () dw_read () main () For me nbctfmerge on kernels succeeds after up to 30 minutes, but the resulting CTF sectio

Re: build.sh kernel does not finish with endless nbctfmerge run

2024-03-30 Thread Christos Zoulas
I don't think that's the problem. I added abort() calls just before the return 0 and they never fire for me (and the kernel built has the right CTF information). Nevertheless I think that the relocation code is not used in the CTF code; it just parsers the debug dwarf into and builds CTF stabs f

build.sh kernel does not finish with endless nbctfmerge run

2024-03-29 Thread Ryo ONODERA
Hi, The following two commits cause endless nbctfmerge run at end of build.sh kernel=GENERIC for me. My environment is NetBSD/amd64 10.99.10 of yesterday. Could you investigate my problem? Module Name:src Committed By: christos Date: Wed Mar 27 21:53:06 UTC 2024 Modified Files: