[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2023-02-24 Thread Pete Lomax
** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1992468 Title: segfault in ld-linux-x86-64.so Status in linux package

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2023-02-20 Thread Pete Lomax
Finally figured it out - seems it was simply that p_align is now rather more strictly applied, fair enough I guess. You can close this now. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2023-02-12 Thread Pete Lomax
Is there anything else I can/should do to get this looked at? The main issue is now as per #9, ./p64 segfaults but /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ./p64 works fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-12-09 Thread Pete Lomax
apport information ** Tags added: apport-collected vanessa ** Description changed: My manually built elf x64 file has started crashing on load, within the last month or so. It worked fine on Ubuntu 20.04.x, but fails on 22.04 - same problem on Mint 19.3 and Fedora 36. dmesg ... gives

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-12-08 Thread Pete Lomax
Now here's an odd thing. I just created a new mint 21 cinnamon 64bit vm: pete@pete-VirtualBox:~/phix$ ./p64 Segmentation fault (core dumped) pete@pete-VirtualBox:~/phix$ /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ./p64 Phix hybrid interpreter/compiler. Version 1.0.2 (64 bit Linux)

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-11-11 Thread Pete Lomax
** Bug watch added: Sourceware.org Bugzilla #29456 https://sourceware.org/bugzilla/show_bug.cgi?id=29456 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1992468 Title: segfault in

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-11-10 Thread Michael Hudson-Doyle
The change to omit DT_HASH was only in 2.36 and so was only present in kinetic/22.10, and then only briefly as we patched it before release. I doubt it's that. Have you reported this upstream at https://sourceware.org/bugzilla/ ? Have you tried building glibc 2.35 from source? (would be

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-11-10 Thread Pete Lomax
Am now convinced, albeit without much in the way of concrete evidence, this is the missing DT_HASH (in libc.so.6 and libdl.so.2) issue, not that I've yet tried to create a DT_GNU_HASH replacment yet. See (eg)

[Kernel-packages] [Bug 1992468] Re: segfault in ld-linux-x86-64.so

2022-11-10 Thread Pete Lomax
Irv said: I upgraded my Linux kernel to 5.4.0-131-generic, and that solved the segfault issue. But latest Ubuntu uses 5.15.x, so the problem is probably back again. ** Package changed: glibc (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Kernel