Rui Ueyama

Results 705 comments of Rui Ueyama

Thanks for checking. I left my comment to that bug.

Can you build it with lld? It looks like an mmap(2) failure caused the issue. Did you set a limitation of the virtual address space or something with `ulimit`?

We have a Windows builder (https://github.com/rui314/mold/actions/runs/15246449861/job/42874023541), and it looks like it builds successfully. I wonder what the difference might be between your environment and our buildbot.

Can you give me an example to demonstrate the issue? As far as I know, GNU ld respects the section alignment.

I have no idea what your `ffilex` function is supposed to do. Please share me an example that I can actually try myself. I need to reproduce the issue to...

It depends. If you explicitly annotate your code or data with `__attribute__((section("name")))`, that's the best way to achieve it rather than defining magical rules to rename sections in an obscure...

How did you configure your openssl? I cannot reproduce the issue.

How did you compile? Please share your command line options so that I can reproduce exactly how you build it. Also please share your Linux distro name and compiler version.

mold support a limited set of linker script commands. `ENTRY` is not supported, but you can use the `-e` command line option instead.

It looks like a bug in mold. PHDR chunk should never appear in the section header. Let me reproduce the issue locally to debug it.