All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout"
@ 2020-03-30 18:59 Manuel Reimer
  2020-03-30 19:04 ` [Bug 1869782] " Manuel Reimer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-30 18:59 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I'm not actually sure how far I can help as I so far failed to reproduce
the issue on my local VM but I get it on Travis CI every time. I even
went through the hassle of hacking a Debian repository into their Ubuntu
Bionic VM to get qemu 4.2 as I hoped a new version could fix this.

This build runs in an armv6h chroot. I don't get the segfault if I do
the same on an armv7h chroot for some reason.

Here is where the error occured: https://travis-
ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

Maybe now I'll just try to remove all uses of svn in my build scripts...

Is it actually a viable solution to cross-build with qemu? I'm starting
to doubt it...

Would it help if I manage to get this core dump out of Travis somehow
(maybe make Travis push it to some GIT or upload it to my webserver)?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
@ 2020-03-30 19:04 ` Manuel Reimer
  2020-03-30 19:12 ` Peter Maydell
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-30 19:04 UTC (permalink / raw)
  To: qemu-devel

** Description changed:

  I'm not actually sure how far I can help as I so far failed to reproduce
  the issue on my local VM but I get it on Travis CI every time. I even
  went through the hassle of hacking a Debian repository into their Ubuntu
  Bionic VM to get qemu 4.2 as I hoped a new version could fix this.
  
+ This build runs in an armv6h chroot. I don't get the segfault if I do
+ the same on an armv7h chroot for some reason.
+ 
  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420
- 
- I don't get this error with an armv7h chroot.
  
  Maybe now I'll just try to remove all uses of svn in my build scripts...
  
  Is it actually a viable solution to cross-build with qemu? I'm starting
  to doubt it...
  
  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
  2020-03-30 19:04 ` [Bug 1869782] " Manuel Reimer
@ 2020-03-30 19:12 ` Peter Maydell
  2020-03-30 19:22 ` Manuel Reimer
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Peter Maydell @ 2020-03-30 19:12 UTC (permalink / raw)
  To: qemu-devel

Is there a way that you can confirm that the QEMU being used to execute
the binaries in the chroot really really is the new one you think it is?
In this kind of setup where there's a chroot and somebody else's CI
system and so on it can be quite easy for eg the new qemu binary not to
get copied into the chroot so it's using the old version still, or
whatever. So being able to rule that kind of possibility out would be
helpful.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
  2020-03-30 19:04 ` [Bug 1869782] " Manuel Reimer
  2020-03-30 19:12 ` Peter Maydell
@ 2020-03-30 19:22 ` Manuel Reimer
  2020-03-30 19:33 ` Manuel Reimer
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-30 19:22 UTC (permalink / raw)
  To: qemu-devel

I could run an "qemu... --version" in the chroot to get it into log.

But I'm close to 100% sure it is version 4.2 as the VM is set up from
scratch for every build and the chroot is also set up from scratch.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
                   ` (2 preceding siblings ...)
  2020-03-30 19:22 ` Manuel Reimer
@ 2020-03-30 19:33 ` Manuel Reimer
  2020-03-31 13:29 ` Manuel Reimer
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-30 19:33 UTC (permalink / raw)
  To: qemu-devel

Here we go:
https://travis-ci.com/github/VDR4Arch/vdr4arch/jobs/309187889#L332

Created with this commit:
https://github.com/VDR4Arch/vdr4arch/commit/29ec2197483bf15102c889eef2749bb0cffc0839

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
                   ` (3 preceding siblings ...)
  2020-03-30 19:33 ` Manuel Reimer
@ 2020-03-31 13:29 ` Manuel Reimer
  2020-03-31 13:43 ` Manuel Reimer
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-31 13:29 UTC (permalink / raw)
  To: qemu-devel

This is a "Ubuntu Bionic" thing.

I've tried again on a VM with up-to-date Ubuntu Bionic and get the same
segfault.

For comparison I've placed the Debian build of qemu-user-static version
4.2 to my Arch Linux VM and have no crash there.

So either the kernel version or some kernel configuration. Now I'm
trying to get a coredump on my VM.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
                   ` (4 preceding siblings ...)
  2020-03-31 13:29 ` Manuel Reimer
@ 2020-03-31 13:43 ` Manuel Reimer
  2021-05-06  8:03 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Manuel Reimer @ 2020-03-31 13:43 UTC (permalink / raw)
  To: qemu-devel

Managed to get a coredump. Coredumps usually tell me nothing but maybe
someone here can find something useful in there...

** Attachment added: "core.1001.13055.1585661762.bz2"
   https://bugs.launchpad.net/qemu/+bug/1869782/+attachment/5343797/+files/core.1001.13055.1585661762.bz2

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  New

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
                   ` (5 preceding siblings ...)
  2020-03-31 13:43 ` Manuel Reimer
@ 2021-05-06  8:03 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2021-05-06  8:03 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting older bugs to "Incomplete" now.

If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

** Tags added: arm

** Tags added: linux-user

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  Incomplete

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 1869782] Re: qemu-arm-static crashes "segmentation fault" when running "svn checkout"
  2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
                   ` (6 preceding siblings ...)
  2021-05-06  8:03 ` Thomas Huth
@ 2021-07-06  4:17 ` Launchpad Bug Tracker
  7 siblings, 0 replies; 9+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-06  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1869782

Title:
  qemu-arm-static crashes "segmentation fault" when running "svn
  checkout"

Status in QEMU:
  Expired

Bug description:
  I'm not actually sure how far I can help as I so far failed to
  reproduce the issue on my local VM but I get it on Travis CI every
  time. I even went through the hassle of hacking a Debian repository
  into their Ubuntu Bionic VM to get qemu 4.2 as I hoped a new version
  could fix this.

  This build runs in an armv6h chroot. I don't get the segfault if I do
  the same on an armv7h chroot for some reason.

  Here is where the error occured: https://travis-
  ci.com/github/VDR4Arch/vdr4arch/jobs/309106220#L5420

  Maybe now I'll just try to remove all uses of svn in my build
  scripts...

  Is it actually a viable solution to cross-build with qemu? I'm
  starting to doubt it...

  Would it help if I manage to get this core dump out of Travis somehow
  (maybe make Travis push it to some GIT or upload it to my webserver)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1869782/+subscriptions


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-06  4:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 18:59 [Bug 1869782] [NEW] qemu-arm-static crashes "segmentation fault" when running "svn checkout" Manuel Reimer
2020-03-30 19:04 ` [Bug 1869782] " Manuel Reimer
2020-03-30 19:12 ` Peter Maydell
2020-03-30 19:22 ` Manuel Reimer
2020-03-30 19:33 ` Manuel Reimer
2020-03-31 13:29 ` Manuel Reimer
2020-03-31 13:43 ` Manuel Reimer
2021-05-06  8:03 ` Thomas Huth
2021-07-06  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.