-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGBUS/use-after-free on ARM #381
Comments
I think this is a dup of #373 |
Do I need both the patches in the #383 PR and the libsoup changes? |
Try with just #383 first. |
After running the whole test suite, I get similar traces to this times 5 (either SIGBUS or SIGSEGV):
|
That was with ostree git master. |
So, libsoup gnome-3-14 + patch from GNOME bz, and the ostree master, and it's not working any better from what I can tell.
|
Sorry, I didn't install libsoup properly (the /usr/lib/ files are namespaced as well). So, with libsoup from It hangs much sooner in the test suite, when running
And just to make sure:
That really was the library compiled before I ran the test suite. I'll try running against libsoup master + that patch now, if the dependencies allow me. |
OK, libsoup master + the patch gets stuck much further, running
But the SIGBUS errors in |
It crashes without the libsoup patch on top of master, and I still see random "hangs" as above, with the application being stuck waiting with the patch applied (also on top of master). |
Following on from #378
During the tests, apart from the test failures, which I'll look at again later on, there are a number of crashers, either SIGBUS, or SIGSEGV ones.
From the 9 core dumps I gathered running the test suite, I found those unique SIGBUS ones:
And a couple of SEGVs too:
The packages are:
They all seem related to a refcounting/access after free issue. libglnx bug?
The text was updated successfully, but these errors were encountered: