Comment 11 for bug 1806269

Revision history for this message
In , bewied (benwiederhake-github) wrote :

Hmm, I think these are definitely distinct issues. Here's what I observe with 1.8.10:

    Thread 1 "nm-connection-e" received signal SIGSEGV, Segmentation fault.
    0x00007ffff7bab4d3 in modules_initialized (object=<optimized out>, res=0x555555f34080,
        user_data=user_data@entry=0x555555f36360) at src/libnma/nma-cert-chooser-button.c:98
    98 src/libnma/nma-cert-chooser-button.c: Datei oder Verzeichnis nicht gefunden.
    (gdb) info locals
    self = 0x555555f36360
    slots = <optimized out>
    list_iter = <optimized out>
    error = 0x0
    modules = 0x0
    iter = {stamp = 1441177200, user_data = 0x7ffff63daa03 <g_queue_pop_tail+51>, user_data2 = 0x1, user_data3 = 0x7ffff639e261}
    model = <optimized out>
    info = <optimized out>
    label = <optimized out>
    (gdb)

So it still crashes for me during the error-handling.

Cheers,
Ben