Skip to content
Snippets Groups Projects
Commit 6d9833be authored by Simon McVittie's avatar Simon McVittie
Browse files

Revert "capture-libs: Compare symbols and versions to determine order"


This crashes when tests/capture-libs.pl loads libgobject-2.0.so.0 on
Debian 10 'buster' or on Debian unstable:

    Stack trace of thread 87172:
    #0  0x00007f6cad431176 g_slice_free1 (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6200.2)
    #1  0x00007f6cad431bc0 g_slist_remove (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6200.2)
    #2  0x00007f6cad43bf47 g_once_init_leave (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6200.2)
    #3  0x00007f6cad4f8e24 n/a (/tmp/fpzde0iMLo/host/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.6200.2)

I suspect this might be because the version of GLib in /usr and the
version in /tmp/.../host/usr both get loaded into the same address
space?

This reverts commit fff84ffb.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8be56778
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment