Package: liferea Version: 1.10.16-2 Severity: important If I create a new user and run liferea for the first time and right-clicked a subscription and clicked properties, liferea crashes with SIGTRAP and the below gdb backtrace.
$ gdb -batch -n -ex 'set height 0' -ex run -ex bt -ex 'thread apply all bt full' --args liferea [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe2d3e700 (LWP 22762)] [New Thread 0x7fffe253d700 (LWP 22763)] [New Thread 0x7fffe1d3c700 (LWP 22764)] [New Thread 0x7fffdfae6700 (LWP 22768)] /usr/lib/x86_64-linux-gnu/liferea/plugins/gnome-keyring.py:2: PyGIWarning: Peas was imported without specifying a version first. Use gi.require_version('Peas', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Peas /usr/lib/x86_64-linux-gnu/liferea/plugins/gnome-keyring.py:3: PyGIWarning: PeasGtk was imported without specifying a version first. Use gi.require_version('PeasGtk', '1.0') before import to ensure that the right version gets loaded. from gi.repository import PeasGtk /usr/lib/x86_64-linux-gnu/liferea/plugins/gnome-keyring.py:5: PyGIWarning: Liferea was imported without specifying a version first. Use gi.require_version('Liferea', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Liferea /usr/lib/x86_64-linux-gnu/liferea/plugins/gnome-keyring.py:6: PyGIWarning: GnomeKeyring was imported without specifying a version first. Use gi.require_version('GnomeKeyring', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GnomeKeyring /usr/lib/x86_64-linux-gnu/liferea/plugins/media-player.py:10: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded. from gi.repository import Gst [New Thread 0x7fffddc26700 (LWP 22769)] [New Thread 0x7fffdd219700 (LWP 22770)] [New Thread 0x7fffdca18700 (LWP 22771)] [New Thread 0x7fffdc217700 (LWP 22772)] [Thread 0x7fffdc217700 (LWP 22772) exited] [Thread 0x7fffdfae6700 (LWP 22768) exited] [New Thread 0x7fffdfae6700 (LWP 22776)] [Thread 0x7fffdfae6700 (LWP 22776) exited] [Thread 0x7fffdd219700 (LWP 22770) exited] [New Thread 0x7fffdd219700 (LWP 22783)] [New Thread 0x7fffdfae6700 (LWP 22784)] [Thread 0x7fffdca18700 (LWP 22771) exited] [New Thread 0x7fffdca18700 (LWP 22785)] [New Thread 0x7fffdc217700 (LWP 22786)] [New Thread 0x7fff9884a700 (LWP 22787)] [New Thread 0x7fff98049700 (LWP 22788)] ** (liferea:22751): ERROR **: Loading /usr/share/liferea/liferea.ui failed. Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff25de88b in _g_log_abort (breakpoint=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:324 324 /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c: No such file or directory. #0 0x00007ffff25de88b in g_logv (breakpoint=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:324 #1 0x00007ffff25de88b in g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=<optimized out>, args=args@entry=0x7fffffffc520) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:1081 #2 0x00007ffff25de9ff in g_log (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x45debb "Loading %s failed.") at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:1119 #3 0x00000000004436fd in liferea_dialog_new (filename=filename@entry=0x0, name=name@entry=0x4694f4 "propdialog") at liferea_dialog.c:124 #4 0x000000000044b92a in subscription_prop_dialog_init (spd=0xe59db0 [SubscriptionPropDialog]) at subscription_dialog.c:528 #5 0x00007ffff28d03f9 in g_type_create_instance (type=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gtype.c:1870 #6 0x00007ffff28b238b in g_object_new_internal (class=class@entry=0x10a59f0, params=params@entry=0x0, n_params=n_params@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1779 #7 0x00007ffff28b3c71 in g_object_newv (object_type=object_type@entry=12424720, n_parameters=n_parameters@entry=0, parameters=parameters@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1926 #8 0x00007ffff28b45a4 in g_object_new (object_type=12424720, first_property_name=first_property_name@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1619 #9 0x000000000044bc4a in subscription_prop_dialog_new (subscription=0xc26cc0) at subscription_dialog.c:571 #13 0x00007ffff28c812f in <emit signal ??? on instance 0x10318d0 [GtkImageMenuItem]> (instance=instance@entry=0x10318d0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3439 #10 0x00007ffff28ad015 in g_closure_invoke (closure=0x111dc20, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffcc20, invocation_hint=invocation_hint@entry=0x7fffffffcba0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gclosure.c:801 #11 0x00007ffff28bf061 in signal_emit_unlocked_R (node=node@entry=0x707330, detail=detail@entry=0, instance=instance@entry=0x10318d0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcc20) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3627 #12 0x00007ffff28c7dfc in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffcdd0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3383 #14 0x00007ffff404d98e in gtk_widget_activate (widget=widget@entry=0x10318d0 [GtkImageMenuItem]) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkwidget.c:7725 #15 0x00007ffff3f2b9f6 in gtk_menu_shell_activate_item (menu_shell=0xb52bf0 [GtkMenu], menu_item=0x10318d0 [GtkImageMenuItem], force_deactivate=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmenushell.c:1391 #16 0x00007ffff3f2bd24 in gtk_menu_shell_button_release (widget=0xb52bf0 [GtkMenu], event=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmenushell.c:803 #17 0x00007ffff3f0e44a in _gtk_marshal_BOOLEAN__BOXEDv (closure=0x6fbd80, return_value=0x7fffffffd110, instance=<optimized out>, args=<optimized out>, marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x6fbe50) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmarshalers.c:131 #18 0x00007ffff28ad244 in _g_closure_invoke_va (closure=closure@entry=0x6fbd80, return_value=return_value@entry=0x7fffffffd110, instance=instance@entry=0xb52bf0, args=args@entry=0x7fffffffd1e0, n_params=<optimized out>, param_types=0x6fbe50) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gclosure.c:864 #19 0x00007ffff28c7558 in g_signal_emit_valist (instance=0xb52bf0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffd1e0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3292 #20 0x00007ffff28c812f in g_signal_emit (instance=instance@entry=0xb52bf0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3439 #21 0x00007ffff404b4ec in gtk_widget_event_internal (widget=0xb52bf0 [GtkMenu], event=0x11099f0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkwidget.c:7692 #22 0x00007ffff3f0b76e in propagate_event (topmost=<optimized out>, event=<optimized out>, widget=0xb52bf0 [GtkMenu]) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:2527 #23 0x00007ffff3f0b76e in propagate_event (widget=<optimized out>, event=0x11099f0, captured=<optimized out>, topmost=0x0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:2629 #24 0x00007ffff3f0d56c in gtk_main_do_event (event=0x11099f0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:1850 #25 0x00007ffff3a86792 in gdk_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gdk/x11/gdkeventsource.c:364 #26 0x00007ffff25d7fe7 in g_main_context_dispatch (context=0x6aaa80) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3154 #27 0x00007ffff25d7fe7 in g_main_context_dispatch (context=context@entry=0x6aaa80) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3769 #28 0x00007ffff25d8240 in g_main_context_iterate (context=context@entry=0x6aaa80, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3840 #29 0x00007ffff25d82ec in g_main_context_iteration (context=0x6aaa80, context@entry=0x0, may_block=may_block@entry=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3901 #30 0x00007ffff2dacb1c in g_application_run (application=0x6e9280 [GtkApplication], argc=argc@entry=0, argv=argv@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gio/gapplication.c:2311 #31 0x000000000041b630 in main (argc=1, argv=0x7fffffffda08) at main.c:262 Thread 16 (Thread 0x7fff98049700 (LWP 22788)): #0 0x00007ffff237d08f in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007fffea64d69c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #2 0x00007fffeedd3e9b in JSC::GCThread::waitForNextPhase() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #3 0x00007fffeedd3f88 in JSC::GCThread::gcThreadMain() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #4 0x00007fffef0b3caa in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #5 0x00007ffff23790a4 in start_thread (arg=0x7fff98049700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fff98049700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735743825664, -2454337303660602383, 0, 140737354125408, 16954448, 140735743825664, 2454251999836888049, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #6 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 15 (Thread 0x7fff9884a700 (LWP 22787)): #0 0x00007ffff237d08f in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007fffea64d69c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #2 0x00007fffeedd3e9b in JSC::GCThread::waitForNextPhase() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #3 0x00007fffeedd3f88 in JSC::GCThread::gcThreadMain() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #4 0x00007fffef0b3caa in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #5 0x00007ffff23790a4 in start_thread (arg=0x7fff9884a700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fff9884a700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735752218368, -2454337303660602383, 0, 140737354125408, 15240624, 140735752218368, 2454250900862131185, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #6 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 14 (Thread 0x7fffdc217700 (LWP 22786)): #0 0x00007ffff237d08f in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007fffea64d69c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #2 0x00007fffeedd3e9b in JSC::GCThread::waitForNextPhase() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #3 0x00007fffeedd3f88 in JSC::GCThread::gcThreadMain() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #4 0x00007fffef0b3caa in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #5 0x00007ffff23790a4 in start_thread (arg=0x7fffdc217700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffdc217700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736886568704, -2454337303660602383, 0, 15242720, 23, 140736886568704, 2454401852319587313, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #6 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 13 (Thread 0x7fffdca18700 (LWP 22785)): #0 0x00007ffff237d438 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 #1 0x00007fffeedd2948 in JSC::BlockAllocator::waitForDuration(std::chrono::duration<long, std::ratio<1l, 1000l> >) () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #2 0x00007fffeedd2a13 in JSC::BlockAllocator::blockFreeingThreadMain() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #3 0x00007fffef0b3caa in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #4 0x00007ffff23790a4 in start_thread (arg=0x7fffdca18700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffdca18700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736894961408, -2454337303660602383, 0, 15242160, 23, 140736894961408, 2454400753344830449, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #5 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 12 (Thread 0x7fffdfae6700 (LWP 22784)): #0 0x00007ffff237d08f in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007ffff5eb023c in () at /usr/lib/x86_64-linux-gnu/libwebkitgtk-3.0.so.0 #2 0x00007ffff5eb17d8 in () at /usr/lib/x86_64-linux-gnu/libwebkitgtk-3.0.so.0 #3 0x00007fffef0b3caa in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #4 0x00007ffff23790a4 in start_thread (arg=0x7fffdfae6700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffdfae6700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736946136832, -2454337303660602383, 0, 8615824, 23, 140736946136832, 2454407256999058417, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #5 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 11 (Thread 0x7fffdd219700 (LWP 22783)): #0 0x00007ffff237d08f in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x00007fffef09b676 in WTF::TCMalloc_PageHeap::scavengerThread() () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #2 0x00007fffef09b699 in () at /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-3.0.so.0 #3 0x00007ffff23790a4 in start_thread (arg=0x7fffdd219700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffdd219700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736903354112, -2454337303660602383, 0, 15239408, 23, 140736903354112, 2454404050269101041, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #4 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 6 (Thread 0x7fffddc26700 (LWP 22769)): #0 0x00007ffff20a552d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007fffe78a9c26 in __libc_res_nsend (ansp2_malloced=0x7fffddc24aa8, resplen2=0x7fffddc24aa4, anssizp2=0x7fffddc24aa0, ansp2=0x7fffddc24ac0, anscp=0x7fffddc24ab0, gotsomewhere=<synthetic pointer>, v_circuit=<synthetic pointer>, ns=0, terrno=0x7fffddc23468, anssizp=0x7fffddc235a0, ansp=0x7fffddc23458, buflen2=38, buf2=0x7fffddc235f8 "\232\277\001", buflen=38, buf=0x7fffddc235d0 "V;\001", statp=0x7fffddc26db8) at res_send.c:1070 timeout = {tv_sec = 5, tv_nsec = 0} need_recompute = 0 recvresp2 = 0 pfd = {{fd = 27, events = 1, revents = 0}} n = <optimized out> single_request_reopen = false hp = 0x7fffddc235d0 resplen = 0 hp2 = 0x7fffddc235f8 now = {tv_sec = 1445311950, tv_nsec = 109787000} retval = <optimized out> ans = <optimized out> orig_anssizp = 2048 from = {sin6_family = 2, sin6_port = 13568, sin6_flowinfo = 16777343, sin6_addr = {__in6_u = {__u6_addr8 = '\000' <repeats 15 times>, __u6_addr16 = {0, 0, 0, 0, 0, 0, 0, 0}, __u6_addr32 = {0, 0, 0, 0}}}, sin6_scope_id = 0} save_gotsomewhere = 0 finish = {tv_sec = 1445311955, tv_nsec = 109787000} ptimeout = <optimized out> nwritten = <optimized out> seconds = 5 single_request = false recvresp1 = <optimized out> nsap = <optimized out> gotsomewhere = 0 terrno = 110 try = 0 v_circuit = 0 resplen = <optimized out> ns = 0 n = <optimized out> #2 0x00007fffe78a9c26 in __libc_res_nsend (statp=statp@entry=0x7fffddc26db8, buf=buf@entry=0x7fffddc235d0 "V;\001", buflen=38, buf2=buf2@entry=0x7fffddc235f8 "\232\277\001", buflen2=buflen2@entry=38, ans=ans@entry=0x7fffddc24270 "\001", anssiz=anssiz@entry=2048, ansp=ansp@entry=0x7fffddc24ab0, ansp2=ansp2@entry=0x7fffddc24ac0, nansp2=nansp2@entry=0x7fffddc24aa0, resplen2=resplen2@entry=0x7fffddc24aa4, ansp2_malloced=ansp2_malloced@entry=0x7fffddc24aa8) at res_send.c:557 nsap = <optimized out> gotsomewhere = 0 terrno = 110 try = 0 v_circuit = 0 resplen = <optimized out> ns = 0 n = <optimized out> #3 0x00007fffe78a7c1c in __GI___libc_res_nquery (statp=statp@entry=0x7fffddc26db8, name=0x102b900 "feeds.feedburner.com", class=class@entry=1, type=type@entry=62321, answer=answer@entry=0x7fffddc24270 "\001", anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffddc24ab0, answerp2=answerp2@entry=0x7fffddc24ac0, nanswerp2=nanswerp2@entry=0x7fffddc24aa0, resplen2=resplen2@entry=0x7fffddc24aa4, answerp2_malloced=answerp2_malloced@entry=0x7fffddc24aa8) at res_query.c:227 hp = 0x7fffddc24270 hp2 = <optimized out> n = <optimized out> use_malloc = 0 oflags = 0 bufsize = <optimized out> buf = 0x7fffddc235d0 "V;\001" query1 = 0x7fffddc235d0 "V;\001" nquery1 = <optimized out> query2 = 0x7fffddc235f8 "\232\277\001" nquery2 = 38 __PRETTY_FUNCTION__ = "__libc_res_nquery" #4 0x00007fffe78a8220 in __libc_res_nquerydomain (statp=statp@entry=0x7fffddc26db8, name=name@entry=0x102b900 "feeds.feedburner.com", domain=domain@entry=0x0, class=class@entry=1, type=type@entry=62321, answer=answer@entry=0x7fffddc24270 "\001", anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffddc24ab0, answerp2=answerp2@entry=0x7fffddc24ac0, nanswerp2=nanswerp2@entry=0x7fffddc24aa0, resplen2=resplen2@entry=0x7fffddc24aa4, answerp2_malloced=answerp2_malloced@entry=0x7fffddc24aa8) at res_query.c:591 nbuf = '\000' <repeats 440 times>... longname = <optimized out> n = <optimized out> d = <optimized out> #5 0x00007fffe78a87b9 in __GI___libc_res_nsearch (statp=0x7fffddc26db8, name=name@entry=0x102b900 "feeds.feedburner.com", class=class@entry=1, type=type@entry=62321, answer=answer@entry=0x7fffddc24270 "\001", anslen=anslen@entry=2048, answerp=answerp@entry=0x7fffddc24ab0, answerp2=answerp2@entry=0x7fffddc24ac0, nanswerp2=nanswerp2@entry=0x7fffddc24aa0, resplen2=resplen2@entry=0x7fffddc24aa4, answerp2_malloced=answerp2_malloced@entry=0x7fffddc24aa8) at res_query.c:381 cp = <optimized out> domain = <optimized out> hp = 0x7fffddc24270 tmp = "vip1.g.cachefly.net\000ly.net\000\367\377\177", '\000' <repeats 18 times>, "\005", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000\240\355\352\000\000\000\000\000\210c\254\331\377\177\000\000x4\254\331\377\177\000\000\000\000\000\000\005\000\000\000\235\000\000\000\001", '\000' <repeats 11 times>, "\370\360\352\000\000\000\000\000\240>\302\335\377\177\000\000\220>\302\335\377\177\000\000JV\227\216\000\000\000\000\304i\254\331\377\177\000\000\377\377\377\377\000\000\000\000\215W\336\367\377\177\000\000\360C\254\331\377\177\000\000\240\355\352\000\000\000\000\000\005", '\000' <repeats 15 times>... dots = <optimized out> trailing_dot = 0 ret = <optimized out> saved_herrno = -1 got_nodata = 0 got_servfail = 0 root_on_list = 0 tried_as_is = 0 searched = 0 #6 0x00007fffdb1dbaab in _nss_dns_gethostbyname4_r (name=name@entry=0x102b900 "feeds.feedburner.com", pat=pat@entry=0x7fffddc25910, buffer=buffer@entry=0x7fffddc24b40 "\220LH\004", buflen=buflen@entry=2128, errnop=errnop@entry=0x7fffddc25900, herrnop=herrnop@entry=0x7fffddc25920, ttlp=ttlp@entry=0x0) at nss_dns/dns-host.c:315 host_buffer = {buf = 0x7fffddc24270, ptr = 0x7fffddc24270 "\001"} orig_host_buffer = 0x7fffddc24270 ans2p = 0x0 nans2p = 0 resplen2 = 0 ans2p_malloced = 0 olderr = 11 status = <optimized out> n = <optimized out> #7 0x00007ffff2099141 in gaih_inet (name=<optimized out>, name@entry=0x102b900 "feeds.feedburner.com", service=<optimized out>, req=req@entry=0x7ffff3082ae0 <addrinfo_hints>, pai=pai@entry=0x7fffddc259f8, naddrs=naddrs@entry=0x7fffddc259f4) at ../sysdeps/posix/getaddrinfo.c:858 herrno = 1 fct4 = 0x7fffdb1db9c0 <_nss_dns_gethostbyname4_r> pat = <optimized out> no_inet6_data = <optimized out> nip = <optimized out> status = <optimized out> no_more = 0 old_res_options = <optimized out> tmpbuflen = <optimized out> no_data = 0 inet6_status = <optimized out> tp = <optimized out> st = 0x7fffddc25820 at = 0x7fffddc257e0 rc = 0 got_ipv6 = <optimized out> canon = <optimized out> orig_name = 0x102b900 "feeds.feedburner.com" alloca_used = <optimized out> port = <optimized out> malloc_name = <optimized out> malloc_addrmem = false addrmem = 0x0 malloc_canonbuf = <optimized out> canonbuf = <optimized out> malloc_tmpbuf = false tmpbuf = 0x7fffddc24b40 "\220LH\004" result = 0 #8 0x00007ffff209b2ed in __GI_getaddrinfo (name=name@entry=0x102b900 "feeds.feedburner.com", service=service@entry=0x0, hints=hints@entry=0x7ffff3082ae0 <addrinfo_hints>, pai=pai@entry=0x7fffddc25b30) at ../sysdeps/posix/getaddrinfo.c:2414 i = 0 last_i = 0 nresults = 0 p = 0x0 gaih_service = {name = 0xee0870 "\300\327l", num = -228634916} pservice = <optimized out> local_hints = {ai_flags = 1, ai_family = 0, ai_socktype = -234610174, ai_protocol = 32767, ai_addrlen = 4069252912, ai_addr = 0x7ffff2042202 <_int_malloc+1138>, ai_canonname = 0x7fffddc25a90 "\v\005", ai_next = 0x7ffff2042202 <_int_malloc+1138>} in6ai = 0x1104e98 in6ailen = 4 seen_ipv4 = true seen_ipv6 = true check_pf_called = true end = 0x7fffddc259f8 naddrs = 0 __PRETTY_FUNCTION__ = "getaddrinfo" #9 0x00007ffff2d8b8d0 in do_lookup_by_name (task=0xe58610 [GTask], source_object=<optimized out>, task_data=0x102b900, cancellable=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gio/gthreadedresolver.c:79 hostname = 0x102b900 "feeds.feedburner.com" res = 0x0 addresses = <optimized out> retval = <optimized out> #10 0x00007ffff2d88d88 in g_task_thread_pool_thread (thread_data=0xe58610, pool_data=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gio/gtask.c:1283 task = 0xe58610 [GTask] #11 0x00007ffff25ff2ee in g_thread_pool_thread_proxy (data=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gthreadpool.c:307 task = 0xe58610 pool = 0x6cdca0 #12 0x00007ffff25fe955 in g_thread_proxy (data=0xe84990) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gthread.c:778 thread = <optimized out> #13 0x00007ffff23790a4 in start_thread (arg=0x7fffddc26700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffddc26700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736913893120, -2454337303660602383, 0, 140737354125408, 140737259759872, 140736913893120, 2454403236909669361, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #14 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 4 (Thread 0x7fffe1d3c700 (LWP 22764)): #0 0x00007ffff20a552d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007ffff25d81dc in g_main_context_iterate (priority=2147483647, n_fds=3, fds=0xe57e70, timeout=<optimized out>, context=0x6d1800) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:4135 poll_func = 0x7ffff25e70d0 <g_poll> max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 3 allocated_nfds = 3 fds = 0xe57e70 #2 0x00007ffff25d81dc in g_main_context_iterate (context=0x6d1800, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3835 max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 3 allocated_nfds = 3 fds = 0xe57e70 #3 0x00007ffff25d8562 in g_main_loop_run (loop=0x6ce440) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:4034 __func__ = "g_main_loop_run" #4 0x00007ffff2de34c6 in gdbus_shared_thread_func (user_data=0x6d42c0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gio/gdbusprivate.c:246 data = 0x6d42c0 #5 0x00007ffff25fe955 in g_thread_proxy (data=0x6a9320) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gthread.c:778 thread = <optimized out> #6 0x00007ffff23790a4 in start_thread (arg=0x7fffe1d3c700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffe1d3c700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736982140672, -2454337303660602383, 0, 140737354125408, 140737259759872, 140736982140672, 2454376716560358385, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #7 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 3 (Thread 0x7fffe253d700 (LWP 22763)): #0 0x00007ffff20a552d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007ffff25d81dc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x6ce4c0, timeout=<optimized out>, context=0x6cdee0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:4135 poll_func = 0x7ffff25e70d0 <g_poll> max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 1 allocated_nfds = 1 fds = 0x6ce4c0 #2 0x00007ffff25d81dc in g_main_context_iterate (context=context@entry=0x6cdee0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3835 max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 1 allocated_nfds = 1 fds = 0x6ce4c0 #3 0x00007ffff25d82ec in g_main_context_iteration (context=0x6cdee0, may_block=may_block@entry=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3901 retval = <optimized out> #4 0x00007ffff25d8329 in glib_worker_main (data=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:5672 #5 0x00007ffff25fe955 in g_thread_proxy (data=0x6a92d0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gthread.c:778 thread = <optimized out> #6 0x00007ffff23790a4 in start_thread (arg=0x7fffe253d700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffe253d700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736990533376, -2454337303660602383, 0, 140737354125408, 140737259759872, 140736990533376, 2454380013484628977, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #7 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 2 (Thread 0x7fffe2d3e700 (LWP 22762)): #0 0x00007ffff20a552d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007ffff25d81dc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x6a9f40, timeout=<optimized out>, context=0x6af630) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:4135 poll_func = 0x7ffff25e70d0 <g_poll> max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 1 allocated_nfds = 1 fds = 0x6a9f40 #2 0x00007ffff25d81dc in g_main_context_iterate (context=context@entry=0x6af630, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3835 max_priority = 2147483647 timeout = -1 some_ready = <optimized out> nfds = 1 allocated_nfds = 1 fds = 0x6a9f40 #3 0x00007ffff25d82ec in g_main_context_iteration (context=0x6af630, may_block=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3901 retval = <optimized out> #4 0x00007fffe2d4628d in () at /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so #5 0x00007ffff25fe955 in g_thread_proxy (data=0x6a8cf0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gthread.c:778 thread = <optimized out> #6 0x00007ffff23790a4 in start_thread (arg=0x7fffe2d3e700) at pthread_create.c:309 __res = <optimized out> pd = 0x7fffe2d3e700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736998926080, -2454337303660602383, 0, 140737354125408, 140737259759872, 140736998926080, 2454378914509872113, 2454344522709851121}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #7 0x00007ffff20ae06d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 Thread 1 (Thread 0x7ffff7f17a80 (LWP 22751)): #0 0x00007ffff25de88b in g_logv (breakpoint=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:324 domain = 0x0 data = 0x0 depth = 1 log_func = 0x7ffff25de050 <g_log_default_handler> domain_fatal_mask = <optimized out> masquerade_fatal = 0 test_level = <optimized out> was_fatal = <optimized out> was_recursion = <optimized out> msg = 0x10ae530 "Loading /usr/share/liferea/liferea.ui failed." msg_alloc = 0x10ae530 "Loading /usr/share/liferea/liferea.ui failed." i = 2 #1 0x00007ffff25de88b in g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=<optimized out>, args=args@entry=0x7fffffffc520) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:1081 domain = 0x0 data = 0x0 depth = 1 log_func = 0x7ffff25de050 <g_log_default_handler> domain_fatal_mask = <optimized out> masquerade_fatal = 0 test_level = <optimized out> was_fatal = <optimized out> was_recursion = <optimized out> msg = 0x10ae530 "Loading /usr/share/liferea/liferea.ui failed." msg_alloc = 0x10ae530 "Loading /usr/share/liferea/liferea.ui failed." i = 2 #2 0x00007ffff25de9ff in g_log (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x45debb "Loading %s failed.") at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmessages.c:1119 args = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7fffffffc600, reg_save_area = 0x7fffffffc540}} #3 0x00000000004436fd in liferea_dialog_new (filename=filename@entry=0x0, name=name@entry=0x4694f4 "propdialog") at liferea_dialog.c:124 ld = 0xe72710 [LifereaDialog] path = 0xf477b0 "/usr/share/liferea/liferea.ui" objs = {0x465e0e "adjustment1", 0x465e1a "adjustment2", 0x465e26 "adjustment3", 0x465e32 "adjustment4", 0x465e3e "adjustment5", 0x465e4a "adjustment6", 0x465e56 "liststore1", 0x465e61 "liststore2", 0x465e6c "liststore3", 0x465e77 "liststore4", 0x465e82 "liststore5", 0x465e8d "refreshIntervalSpinButton", 0x4694f4 "propdialog", 0x0} __func__ = "liferea_dialog_new" #4 0x000000000044b92a in subscription_prop_dialog_init (spd=0xe59db0 [SubscriptionPropDialog]) at subscription_dialog.c:528 propdialog = <optimized out> #5 0x00007ffff28d03f9 in g_type_create_instance (type=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gtype.c:1870 instance = 0xe59db0 [SubscriptionPropDialog] class = 0x10a59f0 allocated = <optimized out> private_size = <optimized out> ivar_size = <optimized out> i = 0 #6 0x00007ffff28b238b in g_object_new_internal (class=class@entry=0x10a59f0, params=params@entry=0x0, n_params=n_params@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1779 nqueue = 0x0 object = <optimized out> __func__ = "g_object_new_internal" #7 0x00007ffff28b3c71 in g_object_newv (object_type=object_type@entry=12424720, n_parameters=n_parameters@entry=0, parameters=parameters@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1926 class = <optimized out> unref_class = <optimized out> object = <optimized out> __func__ = "g_object_newv" #8 0x00007ffff28b45a4 in g_object_new (object_type=12424720, first_property_name=first_property_name@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gobject.c:1619 var_args = {{gp_offset = 7053312, fp_offset = 0, overflow_arg_area = 0x1, reg_save_area = 0x2600337}} __func__ = "g_object_new" #9 0x000000000044bc4a in subscription_prop_dialog_new (subscription=0xc26cc0) at subscription_dialog.c:571 spd = <optimized out> #13 0x00007ffff28c812f in <emit signal ??? on instance 0x10318d0 [GtkImageMenuItem]> (instance=instance@entry=0x10318d0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3439 var_args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffffceb0, reg_save_area = 0x7fffffffcdf0}} #10 0x00007ffff28ad015 in g_closure_invoke (closure=0x111dc20, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffcc20, invocation_hint=invocation_hint@entry=0x7fffffffcba0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gclosure.c:801 marshal = <optimized out> marshal_data = <optimized out> in_marshal = 0 real_closure = 0x111dc00 __func__ = "g_closure_invoke" #11 0x00007ffff28bf061 in signal_emit_unlocked_R (node=node@entry=0x707330, detail=detail@entry=0, instance=instance@entry=0x10318d0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcc20) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3627 tmp = <optimized out> handler = 0x1124b40 accumulator = 0x0 emission = {next = 0x7fffffffd0e0, instance = 0x10318d0, ihint = {signal_id = 107, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN, chain_type = 4} handler_list = 0x1124b40 return_accu = 0x0 accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} signal_id = 107 max_sequential_handler_number = 3172 return_value_altered = 1 #12 0x00007ffff28c7dfc in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffcdd0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3383 instance_and_params = 0x7fffffffcc20 signal_return_type = <optimized out> param_values = 0x7fffffffcc38 i = <optimized out> n_params = <optimized out> __func__ = "g_signal_emit_valist" #14 0x00007ffff404d98e in gtk_widget_activate (widget=widget@entry=0x10318d0 [GtkImageMenuItem]) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkwidget.c:7725 #15 0x00007ffff3f2b9f6 in gtk_menu_shell_activate_item (menu_shell=0xb52bf0 [GtkMenu], menu_item=0x10318d0 [GtkImageMenuItem], force_deactivate=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmenushell.c:1391 slist = <optimized out> Python Exception <class 'TypeError'> iter() returned non-iterator of type '_iterator': shells = 0x769e70 deactivate = <optimized out> __func__ = "gtk_menu_shell_activate_item" #16 0x00007ffff3f2bd24 in gtk_menu_shell_button_release (widget=0xb52bf0 [GtkMenu], event=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmenushell.c:803 submenu = 0x0 menu_item = 0x10318d0 [GtkImageMenuItem] deactivate = 1 menu_shell = 0xb52bf0 [GtkMenu] priv = 0xb52ab0 #17 0x00007ffff3f0e44a in _gtk_marshal_BOOLEAN__BOXEDv (closure=0x6fbd80, return_value=0x7fffffffd110, instance=<optimized out>, args=<optimized out>, marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x6fbe50) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmarshalers.c:131 cc = <optimized out> data1 = <optimized out> data2 = <optimized out> callback = <optimized out> arg0 = 0x11099f0 args_copy = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7fffffffd2c0, reg_save_area = 0x7fffffffd200}} v_return = <optimized out> __func__ = "_gtk_marshal_BOOLEAN__BOXEDv" #18 0x00007ffff28ad244 in _g_closure_invoke_va (closure=closure@entry=0x6fbd80, return_value=return_value@entry=0x7fffffffd110, instance=instance@entry=0xb52bf0, args=args@entry=0x7fffffffd1e0, n_params=<optimized out>, param_types=0x6fbe50) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gclosure.c:864 marshal = <optimized out> marshal_data = <optimized out> in_marshal = 0 real_closure = 0x6fbd60 __func__ = "_g_closure_invoke_va" #19 0x00007ffff28c7558 in g_signal_emit_valist (instance=0xb52bf0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffd1e0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3292 return_accu = <optimized out> accu = {g_type = 20, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} accumulator = 0x6fbe70 emission = {next = 0x0, instance = 0xb52bf0, ihint = {signal_id = 57, detail = 0, run_type = G_SIGNAL_RUN_LAST}, state = EMISSION_RUN, chain_type = 7370240} signal_id = 57 instance_type = <optimized out> emission_return = {g_type = 20, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} rtype = 20 static_scope = 0 fastpath_handler = <optimized out> closure = <optimized out> run_type = <optimized out> l = <optimized out> fastpath = <optimized out> instance_and_params = <optimized out> signal_return_type = <optimized out> param_values = <optimized out> i = <optimized out> n_params = <optimized out> __func__ = "g_signal_emit_valist" #20 0x00007ffff28c812f in g_signal_emit (instance=instance@entry=0xb52bf0, signal_id=<optimized out>, detail=detail@entry=0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gobject/gsignal.c:3439 var_args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffffd2c0, reg_save_area = 0x7fffffffd200}} #21 0x00007ffff404b4ec in gtk_widget_event_internal (widget=0xb52bf0 [GtkMenu], event=0x11099f0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkwidget.c:7692 signal_num = <optimized out> return_val = 0 handled = 0 event = 0x11099f0 widget = 0xb52bf0 [GtkMenu] #22 0x00007ffff3f0b76e in propagate_event (topmost=<optimized out>, event=<optimized out>, widget=0xb52bf0 [GtkMenu]) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:2527 tmp = <optimized out> handled_event = <optimized out> handled_event = 0 #23 0x00007ffff3f0b76e in propagate_event (widget=<optimized out>, event=0x11099f0, captured=<optimized out>, topmost=0x0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:2629 handled_event = 0 #24 0x00007ffff3f0d56c in gtk_main_do_event (event=0x11099f0) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gtk/gtkmain.c:1850 event_widget = <optimized out> grab_widget = 0x10318d0 [GtkImageMenuItem] topmost_widget = <optimized out> window_group = 0xe5b870 [GtkWindowGroup] rewritten_event = <optimized out> device = 0x6ab480 [GdkX11DeviceXI2] tmp_list = <optimized out> __func__ = "gtk_main_do_event" #25 0x00007ffff3a86792 in gdk_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at /build/gtk+3.0-d4z41N/gtk+3.0-3.18.2/./gdk/x11/gdkeventsource.c:364 display = <optimized out> event = <optimized out> #26 0x00007ffff25d7fe7 in g_main_context_dispatch (context=0x6aaa80) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3154 dispatch = 0x7ffff3a86770 <gdk_event_source_dispatch> prev_source = 0x0 was_in_call = 0 user_data = 0x0 callback = 0x0 cb_funcs = <optimized out> cb_data = <optimized out> need_destroy = <optimized out> source = 0x6f00e0 current = 0x6cc190 i = 0 #27 0x00007ffff25d7fe7 in g_main_context_dispatch (context=context@entry=0x6aaa80) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3769 #28 0x00007ffff25d8240 in g_main_context_iterate (context=context@entry=0x6aaa80, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3840 max_priority = 2147483647 timeout = 104 some_ready = 1 nfds = <optimized out> allocated_nfds = 9 fds = 0xf03bc0 #29 0x00007ffff25d82ec in g_main_context_iteration (context=0x6aaa80, context@entry=0x0, may_block=may_block@entry=1) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./glib/gmain.c:3901 retval = <optimized out> #30 0x00007ffff2dacb1c in g_application_run (application=0x6e9280 [GtkApplication], argc=argc@entry=0, argv=argv@entry=0x0) at /build/glib2.0-BMd9vh/glib2.0-2.46.0/./gio/gapplication.c:2311 arguments = 0x7751a0 status = 0 __func__ = "g_application_run" #31 0x000000000041b630 in main (argc=1, argv=0x7fffffffda08) at main.c:262 app = 0x6e9280 [GtkApplication] error = 0x0 context = <optimized out> debug = <optimized out> debug_flags = 0 dbus = 0x835ae0 [LifereaDBus] feedUri = 0x0 status = <optimized out> entries = {{long_name = 0x45f965 "mainwindow-state", short_name = 119 'w', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x67de00 <initialStateOption>, description = 0x45fa00 "Start Liferea with its main window in STATE. STATE may be `shown', `iconified', or `hidden'", arg_description = 0x45f976 "STATE"}, {long_name = 0x45a7f9 "version", short_name = 118 'v', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431170 <show_version>, description = 0x45fa60 "Show version information and exit", arg_description = 0x0}, {long_name = 0x45f97c "add-feed", short_name = 97 'a', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffd578, description = 0x45f985 "Add a new subscription", arg_description = 0x46a1e5 "uri"}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} debug_entries = {{long_name = 0x45f89e "debug-all", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fb18 "Print debugging messages of all types", arg_description = 0x0}, {long_name = 0x45f8aa "debug-cache", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fb40 "Print debugging messages for the cache handling", arg_description = 0x0}, {long_name = 0x45f8b8 "debug-conf", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fb70 "Print debugging messages for the configuration handling", arg_description = 0x0}, {long_name = 0x45f8c5 "debug-db", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fba8 "Print debugging messages of the database handling", arg_description = 0x0}, {long_name = 0x45f8d0 "debug-gui", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fbe0 "Print debugging messages of all GUI functions", arg_description = 0x0}, {long_name = 0x45f8dc "debug-html", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fc10 "Enables HTML rendering debugging. Each time Liferea renders HTML output it will also dump the generated HTML into ~/.cache/liferea/output.xhtml", arg_description = 0x0}, {long_name = 0x45f8e9 "debug-net", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fca0 "Print debugging messages of all network activity", arg_description = 0x0}, {long_name = 0x45f8f5 "debug-parsing", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fcd8 "Print debugging messages of all parsing functions", arg_description = 0x0}, {long_name = 0x45f905 "debug-performance", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fd10 "Print debugging messages when a function takes too long to process", arg_description = 0x0}, {long_name = 0x45f919 "debug-trace", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fd58 "Print debugging messages when entering/leaving functions", arg_description = 0x0}, {long_name = 0x45f927 "debug-update", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fd98 "Print debugging messages of the feed update processing", arg_description = 0x0}, {long_name = 0x45f936 "debug-vfolder", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fdd0 "Print debugging messages of the search folder matching", arg_description = 0x0}, {long_name = 0x45f946 "debug-verbose", short_name = 0 '\000', flags = 8, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x431290 <debug_entries_parse_callback>, description = 0x45fe08 "Print verbose debugging messages", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} __PRETTY_FUNCTION__ = "main" -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing'), (860, 'testing-proposed-updates'), (850, 'buildd-testing-proposed-updates'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental'), (690, 'buildd-experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages liferea depends on: ii dbus-x11 1.10.0-3 ii dconf-gsettings-backend [gsettings-backend] 0.24.0-2 ii gir1.2-gtk-3.0 3.18.2-1 ii gir1.2-peas-1.0 1.16.0-1 ii libatk1.0-0 2.18.0-1 ii libc6 2.19-22 ii libcairo2 1.14.2-2 ii libgdk-pixbuf2.0-0 2.32.1-1 ii libgirepository-1.0-1 1.46.0-1 ii libglib2.0-0 2.46.0-2 ii libgtk-3-0 3.18.2-1 ii libindicate5 0.6.92-2 ii libjson-glib-1.0-0 1.0.4-2 ii libnotify4 0.7.6-2 ii libpango-1.0-0 1.38.0-3 ii libpeas-1.0-0 1.16.0-1 ii libsoup2.4-1 2.52.1-1 ii libsqlite3-0 3.8.11.1-1 ii libwebkitgtk-3.0-0 2.4.9-2+b1 ii libxml2 2.9.2+zdfsg1-4 ii libxslt1.1 1.1.28-2+b2 ii liferea-data 1.10.16-2 ii python-gi 3.18.0-1 pn python:any <none> Versions of packages liferea recommends: ii gir1.2-gnomekeyring-1.0 3.12.0-1+b1 ii gnome-icon-theme 3.12.0-1 ii gnome-keyring 3.16.0-4 pn steadyflow | kget <none> Versions of packages liferea suggests: ii network-manager 1.0.6-1 -- no debconf information -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part