Segmentation Fault on linux

Issue #219 new
Yuji Takenobu created an issue

I am using crossvcl for linux (RHEL7.6), and suceeded to compile delphi code and got shared library (.so) with libcrossvcl.so, but when I load the shared library via the python library ctypes.CDLL I got segmentation fault. Even if I tried gdb command to see the error, I could not get useful information. Do you have any idea to solve this issue?

(gdb) run

warning: Probes-based dynamic linker interface failed.
Reverting to original interface.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff52d55e9 in ?? ()

Comments (1)

  1. Yuji Takenobu reporter

    I got additional information on this as follows. Is this helpful to understand the issue?

    (gdb) bt
    #0 0x00007fbbdea365e9 in _gtk_style_provider_private_get_settings () from /lib64/libgtk-3.so.0
    #1 0x00007fbbde8cff38 in gtk_css_value_initial_compute () from /lib64/libgtk-3.so.0
    #2 0x00007fbbde8e4fb4 in gtk_css_static_style_compute_value () from /lib64/libgtk-3.so.0
    #3 0x00007fbbde8d12ac in _gtk_css_lookup_resolve () from /lib64/libgtk-3.so.0
    #4 0x00007fbbde8e4edc in gtk_css_static_style_new_compute () from /lib64/libgtk-3.so.0
    #5 0x00007fbbde8e4f35 in gtk_css_static_style_get_default () from /lib64/libgtk-3.so.0
    #6 0x00007fbbde8d1c72 in gtk_css_node_init () from /lib64/libgtk-3.so.0
    #7 0x00007fbbdf68b4a8 in g_type_create_instance () from /lib64/libgobject-2.0.so.0
    #8 0x00007fbbdf66f1fd in g_object_new_internal () from /lib64/libgobject-2.0.so.0
    #9 0x00007fbbdf670aad in g_object_new_with_properties () from /lib64/libgobject-2.0.so.0
    #10 0x00007fbbdf671491 in g_object_new () from /lib64/libgobject-2.0.so.0
    #11 0x00007fbbde8ed28a in gtk_css_widget_node_new () from /lib64/libgtk-3.so.0
    #12 0x00007fbbdeacb732 in gtk_widget_init () from /lib64/libgtk-3.so.0
    #13 0x00007fbbdf68b4a8 in g_type_create_instance () from /lib64/libgobject-2.0.so.0
    #14 0x00007fbbdf66f1fd in g_object_new_internal () from /lib64/libgobject-2.0.so.0
    #15 0x00007fbbdf671121 in g_object_new_valist () from /lib64/libgobject-2.0.so.0
    #16 0x00007fbbdf671469 in g_object_new () from /lib64/libgobject-2.0.so.0
    #17 0x00007fbbdfc3fac6 in ?? () from libcrossvcl.so
    #18 0x00007ffdfc0a73c0 in ?? ()
    #19 0x0000000002396370 in ?? ()
    #20 0x0000000000000001 in ?? ()
    #21 0x0000000000000001 in ?? ()
    #22 0x00000000023bce00 in ?? ()
    #23 0x00007ffdfc0a76b0 in ?? ()
    #24 0x00007ffdfc0a7530 in ?? ()
    #25 0x00007fbbdfb8ba6b in ?? () from libcrossvcl.so
    #26 0x0000005b00000035 in ?? ()
    #27 0x00007ffdfc0a74a0 in ?? ()
    #28 0x000000000000007c in ?? ()
    #29 0x0000000000000000 in ?? ()

  2. Log in to comment