[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-12-12 Thread Steve Langasek
Hello Łukasz, or anyone else affected, Accepted glibc into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glibc/2.31-0ubuntu9.4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-07-11 Thread Lmoal Laoml
Hello, apt was not able to resolve dependencies when trying to install clang on my end as well, and was saying that the package depends on libc6=2.31-0ubuntu9.2, which is not installed and can't be installed. I tried the fix @alkisg suggested and it works now. It downgraded 8-9 libc* packages, and

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-07-11 Thread Alkis Georgopoulos
Another variant of the problem that I mentioned in comment #15. An ubuntu user just reported it on IRC: $ apt install clang The following packages have unmet dependencies: clang : Depends: clang-10 (>= 10~) but it is not going to be installed That apt message is misleading, as the underlying

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-07-08 Thread Sergio Schvezov
The issue has been solved in Snapcraft, but any affected snap would need to rebuild ** Changed in: snapcraft Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-06-01 Thread Balint Reczey
** Description changed: - It seems that with our new core20 in the beta channel all snaps seem to - be segfaulting. We recently had a new glibc landed in focal-updates - - might be related. + [Impact] + + * Core20 snap built with updated glibc crashes snaps also bundling + glibc. + + [Test

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-21 Thread Alkis Georgopoulos
Hi, the libc update + removal caused the following issue: 1) On 2021-04-26, libc version 2.31-0ubuntu9.3 got uploaded to Ubuntu Focal. 2) Many people updated to it. 3) Two days later, on 2021-04-28, it got removed because it was causing the issues descripted in this bug report. 4) If any of the

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-10 Thread Ian Johnson
Unfortunately I don't know how to easily remove glibc from the snaps in a way that would confirm that they work, I don't have time to manually build all of these snaps that are broken, I tried the basic thing of unpacking the snap and `rm -rf ./lib/x86_64-linux-gnu/libc-2.31.so

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-10 Thread Balint Reczey
@anonymouse67 With glibc removed from the snaps other than core20 they should be working OK with core20 1016 shipping 2.31-0ubuntu9.3. Could you please confirm that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-06 Thread Sergio Schvezov
Hi Ian, thanks for raising this. Those would need a rebuild to be mostly ok, we had a release time bug which we have since fixed https://github.com/snapcore/snapcraft/commit/0bf7a2e6619b0037a50caeb49d28788c021d0921 If using Snapcraft 4.6.1 this should no longer be the issue for core20. -- You

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-05 Thread Ian Johnson
Sure, I was not aware test-snapd-rsync-core20 was shipping glibc, that is indeed not a good idea. I went looking on my system for other snaps which experienced the crash, and it seems that every snap that ships glibc in it crashes with the beta channel of core20, but snaps that (properly) do not

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-05 Thread Balint Reczey
Core20 (1026) now works, but I believe shipping libc in test-snapd- rsync-core20, too, is not healthy and will break again when core20's glibc gets upgraded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-05 Thread Balint Reczey
OK, so core20 (1015) bundles libc6 2.31-0ubuntu9.3 which has been removed from updates. Please build a new core20 with libc6 2.31-0ubuntu9.2 which is currently in focal-updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-05 Thread Balint Reczey
** Changed in: glibc (Ubuntu) Status: Invalid => New ** Changed in: glibc (Ubuntu Groovy) Status: Invalid => New ** Changed in: glibc (Ubuntu Hirsute) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-05 Thread Balint Reczey
OK, I've tested it in clean multipass VMs and test-snapd-rsync- core20.rsync does not work on Bionic, Focal and later. Interestingly it ships a local copy of libc6 inside that could be the problem and it worked on Focal for some time due to accidentally matching the host's libc6. ... Reading

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-04 Thread Balint Reczey
Strangely I can reproduce the crash in a newly created multipass focal VM with the old glibc (2.31-0ubuntu9.2) from focal-updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355 Title: Snap

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-05-03 Thread Balint Reczey
** Also affects: glibc (Ubuntu Groovy) Importance: Undecided Status: New ** Also affects: glibc (Ubuntu Hirsute) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-28 Thread Balint Reczey
@joalif Thanks, I've marked it as a duplicate of an other similar issue with the installer that i've already commented on. BTW test-snapd-rsync-core20 does not work on Groovy and Hirsute either and I'm surprised that no one reported that yet. ** Tags added: regression-update -- You received

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-28 Thread Ioanna Alifieraki
@Balint not sure if you're already aware but the regression caused by LP: #1914044 may be causing the problem in LP: #1867502 . Earlier today people reported failed deployments with netinstall, autoinstalls etc, which is now working again (I guess because 2.31-0ubuntu9.3 was pulled out of

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-28 Thread Balint Reczey
** Changed in: glibc (Ubuntu) Assignee: (unassigned) => Balint Reczey (rbalint) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355 Title: Snap applications segfault with new core20 (rev:

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-28 Thread Balint Reczey
Thank you for the bug report. The update has been reverted, please downgrade glibc binary packges to 2.31-0ubuntu9.2 until the new update becomes available. The problem seems to be caused by the fix for LP: #1914044. -- You received this bug notification because you are a member of Ubuntu

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-27 Thread Łukasz Zemczak
Balint will be looking into it. For now we decided to pull the latest glibc update from focal-updates back to focal-proposed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355 Title: Snap

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-27 Thread Łukasz Zemczak
** Changed in: glibc (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355 Title: Snap applications segfault with new core20 (rev: 1015+) To manage

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-27 Thread Steve Langasek
backtrace needed ** Changed in: glibc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926355 Title: Snap applications segfault with new core20 (rev: 1015+)

[Bug 1926355] Re: Snap applications segfault with new core20 (rev: 1015+)

2021-04-27 Thread Ian Johnson
With the test snap that uses core20 as it's base, test-snapd-rsync- core20 (installable on the edge channel), I see it segfaulting when running the snap on both a UC20 system with the core20 snap as a base snap, as well as on my groovy desktop: https://pastebin.ubuntu.com/p/qbq86DYw5Q/ You can