-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#188
Comments
Looks like its related to: moby/qemu#19 Long talk about it here: The first issue suggest updating the version of qemu, it looks like a qemu bug |
Thanks for the hint, somehow I didn't find this when googling yesterday. I'll try updating qemu and close this issue if it works 👍 |
Uh - that might be a stuipd question, but how do I try that with a newer version of qemu? I haven't though about that when I wrote the other comment earlier, but if I understand correctly, the qemu running inside your |
Ok looks like we were using old buster, and the right qemu was only available on Debian bullseye backports, I pushed that change to devel, the new custompios container should build with qemu 7.1+. Would be great if you could pull that and validate it fixes this issue :) |
Thanks for updating. However, now I get a different error:
I don't have more info available right now as I'm just on my phone. |
I'm sorry to jump on this issue, but I'm having the same error:
maybe there's a trim missing somewhere? Should I open a new issue for this? |
Hey, fixed that too, and tested, it should work now |
@tampe125 Yes, please open a second issue and provide a full log |
Hang on @tampe125 something indeed broke, no need to open an issue. Working on it |
Ok, so the issue is that
Its still building here but its looking good. The reason my local tests failed to spot this before was that they didn't pull my own git to the build server correctly, fixed that too. |
@guysoft Not to pile on here, but I had the second error above as well, and now that's fixed but I'm getting an exciting third error. I assume it's related, given the timing and all, but should I make a new issue?
|
I now get the same error @ada-phillips gets. ++++ jq '.partitiontable.partitions[] | select(.node == "2022-09-22-raspios-bullseye-arm64-lite.img1").start' +++ start=8192 ++++ jq '.partitiontable.partitions[] | select(.node == "2022-09-22-raspios-bullseye-arm64-lite.img1").size' +++ e2fsize_blocks=524288 +++ offset=4194304 +++ detach_all_loopback 2022-09-22-raspios-bullseye-arm64-lite.img ++++ grep 2022-09-22-raspios-bullseye-arm64-lite.img ++++ losetup ++++ awk '{ print $1 }' +++ test_for_image 2022-09-22-raspios-bullseye-arm64-lite.img +++ '[' '!' -f 2022-09-22-raspios-bullseye-arm64-lite.img ']' ++++ losetup -f --show -o 4194304 2022-09-22-raspios-bullseye-arm64-lite.img +++ LODEV=/dev/loop3 +++ trap 'losetup -d $LODEV' EXIT +++ e2fsck -fy /dev/loop3 e2fsck 1.46.2 (28-Feb-2021) ext2fs_open2: Bad magic number in super-block e2fsck: Superblock invalid, trying backup blocks... e2fsck: Bad magic number in super-block while trying to open /dev/loop3
|
Ok, last fix of a typo works on my end. It builds and there is an image and all |
I can confirm that everything is fixed now, thanks a lot for your work 👍 |
Great. If you are making a distribution feel free to share it in the list in the readme file |
Hi @guysoft,
First of all, thanks for this project. It has been working great so far, however, I'm now stuck with the following error:
One of my modules is an update module. It runs
sudo apt-get update
followed bysudo apt-get upgrade -y
.On my local machine, this works just fine. I'm running Windows 10 with Docker using WSL2.
On GitHub Actions, though, that fails with the following error:
This is reproducible and always fails at the exact same package.
Other info that might be important:
ubuntu-latest
Do you have any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered: