In the last few days I can only run nm-applet with EN locales. 
If run with ru_RU.UTF-8 it segfaults immediately. Happens with versions 1.2.2-1 
and 1.2.2-2


$ gdb nm-applet 
GNU gdb (Debian 7.10-1+b1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from nm-applet...(no debugging symbols found)...done.
(gdb) bt
No stack.
(gdb) run
Starting program: /usr/bin/nm-applet 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

** (nm-applet:28551): WARNING **: Error retrieving accessibility bus address: 
org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not 
provided by any .service files
[New Thread 0x7fffec9a6700 (LWP 28555)]
[New Thread 0x7fffe7fff700 (LWP 28556)]
[New Thread 0x7fffdfdf2700 (LWP 28557)]
[New Thread 0x7fffdf3eb700 (LWP 28558)]

Program received signal SIGSEGV, Segmentation fault.
g_hash_table_remove_all (hash_table=0x5) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/ghash.c:1425
1425    /build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/ghash.c: Нет такого файла 
или каталога.
(gdb) bt
#0  0x00007ffff51270a6 in g_hash_table_remove_all (hash_table=0x5) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/ghash.c:1425
#1  0x0000000000413739 in  ()
#5  0x00007ffff542a08f in <emit signal ??? on instance 0x703f80 [GtkIconTheme]> 
(instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) 
at /build/glib2.0-wnDt2X/glib2.0-2.48.1/./gobject/gsignal.c:3441
    #2  0x00007ffff540efa5 in g_closure_invoke (closure=0x7c10d0, 
return_value=return_value@entry=0x0, n_param_values=1, 
param_values=param_values@entry=0x7fffffffdc40, 
invocation_hint=invocation_hint@entry=0x7fffffffdbc0)
    at /build/glib2.0-wnDt2X/glib2.0-2.48.1/./gobject/gclosure.c:804
    #3  0x00007ffff5420fc1 in signal_emit_unlocked_R (node=node@entry=0x750190, 
detail=detail@entry=0, instance=instance@entry=0x703f80, 
emission_return=emission_return@entry=0x0, 
instance_and_params=instance_and_params@entry=0x7fffffffdc40) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./gobject/gsignal.c:3629
    #4  0x00007ffff5429d5c in g_signal_emit_valist (instance=<optimized out>, 
signal_id=<optimized out>, detail=<optimized out>, 
var_args=var_args@entry=0x7fffffffddf0)
    at /build/glib2.0-wnDt2X/glib2.0-2.48.1/./gobject/gsignal.c:3385
#6  0x00007ffff6dc7fb4 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#7  0x00007ffff692bb38 in  () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#8  0x00007ffff513805a in g_main_context_dispatch (context=0x6a1330) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gmain.c:3154
#9  0x00007ffff513805a in g_main_context_dispatch 
(context=context@entry=0x6a1330) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gmain.c:3769
#10 0x00007ffff5138400 in g_main_context_iterate 
(context=context@entry=0x6a1330, block=block@entry=1, 
dispatch=dispatch@entry=1, self=<optimized out>) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gmain.c:3840
#11 0x00007ffff51384ac in g_main_context_iteration 
(context=context@entry=0x6a1330, may_block=may_block@entry=1) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./glib/gmain.c:3901
#12 0x00007ffff56ffcdd in g_application_run (application=0x6de0c0 [NMApplet], 
argc=1, argv=0x7fffffffe080) at 
/build/glib2.0-wnDt2X/glib2.0-2.48.1/./gio/gapplication.c:2381
#13 0x00000000004119e7 in main ()

Reply via email to