Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 856091 Details for
Bug 1058312
da-gui segfaults on inaccessible display
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
gdb traceback in GtkFileChooser
file_1058312.txt (text/plain), 44.20 KB, created by
Tomáš Bžatek
on 2014-01-27 14:20:58 UTC
(
hide
)
Description:
gdb traceback in GtkFileChooser
Filename:
MIME Type:
Creator:
Tomáš Bžatek
Created:
2014-01-27 14:20:58 UTC
Size:
44.20 KB
patch
obsolete
>$ gdb /usr/bin/python >GNU gdb (GDB) Fedora 7.6.50.20130731-20.fc21 >Copyright (C) 2013 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-redhat-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 /usr/bin/python2.7...Reading symbols from /usr/lib/debug/usr/bin/python2.7.debug...done. >done. >(gdb) r /usr/bin/da-gui >Starting program: /usr/bin/python /usr/bin/da-gui >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >gobject.pyc: gdb was not built with custom backtrace support, disabling. >warning: the debug information found in "/usr/lib/debug//lib64/libdbus-1.so.3.7.6.debug" does not match "/lib64/libdbus-1.so.3" (CRC mismatch). > > >** (da-gui:1519): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-hf50RHdnXK: Connection refused >Gtk-Message: Failed to load module "gnomesegvhandler" >/usr/lib/python2.7/site-packages/devassistant/gui/main_window.py:17: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading > GLib.threads_init() >/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed > import gobject._gobject >/usr/lib/python2.7/site-packages/devassistant/gui/creator_window.py:18: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading > GLib.threads_init() >/usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py:95: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for label or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > menu_item = Gtk.MenuItem(text) > >(da-gui:1519): Gtk-CRITICAL **: gtk_box_pack: assertion 'gtk_widget_get_parent (child) == NULL' failed >/usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py:71: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for label or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > chk_btn = Gtk.CheckButton(name) >/usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py:82: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for uri, label or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > linkbtn = Gtk.LinkButton(uri, text) >/usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py:248: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for title, parent, action, buttons or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, name, Gtk.ResponseType.OK) >/usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py:248: PyGTKDeprecationWarning: The "buttons" argument must be a Gtk.ButtonsType enum value. Please use the "add_buttons" method for adding buttons. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, name, Gtk.ResponseType.OK) >/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py:500: PyGTKDeprecationWarning: The keyword(s) "parent" have been deprecated in favor of "transient_for" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > self._init(*args, **new_kwargs) >[New Thread 0x7fffe6063700 (LWP 1523)] >[New Thread 0x7fffe52dc700 (LWP 1524)] >[New Thread 0x7fffe4adb700 (LWP 1525)] >[New Thread 0x7fffd7fff700 (LWP 1526)] >GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >[Thread 0x7fffe4adb700 (LWP 1525) exited] >[New Thread 0x7fffe4adb700 (LWP 1527)] >[Thread 0x7fffe4adb700 (LWP 1527) exited] > >Program received signal SIGSEGV, Segmentation fault. >0x00007ffff7ad6145 in setup_context (registry=<synthetic pointer>, module=<synthetic pointer>, lineno=<synthetic pointer>, filename=<synthetic pointer>, stack_level=1, stack_level@entry=16219424) at /usr/src/debug/Python-2.7.5/Python/_warnings.c:449 >449 PyFrameObject *f = PyThreadState_GET()->frame; >Missing separate debuginfos, use: debuginfo-install GConf2-3.2.6-7.fc20.x86_64 dbus-glib-0.100.2-2.fc20.x86_64 dbus-libs-1.6.18-2.fc21.x86_64 gvfs-1.19.3-1.fc21.x86_64 libbluray-0.5.0-2.fc21.x86_64 libcanberra-0.30-4.fc20.x86_64 libcanberra-gtk3-0.30-4.fc20.x86_64 libogg-1.3.0-6.fc21.x86_64 libtdb-1.2.12-2.fc20.x86_64 libtool-ltdl-2.4.2-23.fc21.x86_64 libvorbis-1.3.4-1.fc21.x86_64 >(gdb) >(gdb) >(gdb) >(gdb) t a a bt > >Thread 5 (Thread 0x7fffd7fff700 (LWP 1526)): >#0 0x00007ffff6e1407d in poll () at ../sysdeps/unix/syscall-template.S:81 >#1 0x00007fffebc55b04 in g_main_context_poll (priority=2147483647, n_fds=3, fds=0x7fffd00010c0, timeout=-1, context=0x7fffd800e3c0) at gmain.c:4008 >#2 g_main_context_iterate (context=0x7fffd800e3c0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3709 >#3 0x00007fffebc55e4a in g_main_loop_run (loop=0x7fffd80102c0) at gmain.c:3908 >#4 0x00007fffeb566d76 in gdbus_shared_thread_func (user_data=0x7fffd800e390) at gdbusprivate.c:275 >#5 0x00007fffebc7b705 in g_thread_proxy (data=0x11b20a0) at gthread.c:798 >#6 0x00007ffff77fe183 in start_thread (arg=0x7fffd7fff700) at pthread_create.c:309 >#7 0x00007ffff6e1e44d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 > >Thread 3 (Thread 0x7fffe52dc700 (LWP 1524)): >#0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 >#1 0x00007fffebc97d95 in g_cond_wait_until (cond=cond@entry=0x1265118, mutex=mutex@entry=0x1265110, end_time=end_time@entry=2843432570) at gthread-posix.c:870 >#2 0x00007fffebc2b1e1 in g_async_queue_pop_intern_unlocked (queue=queue@entry=0x1265110, wait=wait@entry=1, end_time=end_time@entry=2843432570) at gasyncqueue.c:424 >#3 0x00007fffebc2b79b in g_async_queue_timeout_pop (queue=0x1265110, timeout=timeout@entry=15000000) at gasyncqueue.c:545 >#4 0x00007fffebc7c156 in g_thread_pool_wait_for_new_pool () at gthreadpool.c:169 >#5 g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:366 >#6 0x00007fffebc7b705 in g_thread_proxy (data=0x11b2450) at gthread.c:798 >#7 0x00007ffff77fe183 in start_thread (arg=0x7fffe52dc700) at pthread_create.c:309 >#8 0x00007ffff6e1e44d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 > >Thread 2 (Thread 0x7fffe6063700 (LWP 1523)): >#0 0x00007ffff6e1407d in poll () at ../sysdeps/unix/syscall-template.S:81 >#1 0x00007fffebc55b04 in g_main_context_poll (priority=2147483647, n_fds=2, fds=0x7fffe00008c0, timeout=2999, context=0x123deb0) at gmain.c:4008 >#2 g_main_context_iterate (context=context@entry=0x123deb0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3709 >#3 0x00007fffebc55c2c in g_main_context_iteration (context=0x123deb0, may_block=may_block@entry=1) at gmain.c:3775 >#4 0x00007fffebc55c69 in glib_worker_main (data=<optimized out>) at gmain.c:5505 >#5 0x00007fffebc7b705 in g_thread_proxy (data=0x11ad770) at gthread.c:798 >#6 0x00007ffff77fe183 in start_thread (arg=0x7fffe6063700) at pthread_create.c:309 >#7 0x00007ffff6e1e44d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 > >Thread 1 (Thread 0x7ffff7fdd740 (LWP 1519)): >#0 0x00007ffff7ad6145 in setup_context (registry=<synthetic pointer>, module=<synthetic pointer>, lineno=<synthetic pointer>, filename=<synthetic pointer>, stack_level=1, stack_level@entry=16219424) at /usr/src/debug/Python-2.7.5/Python/_warnings.c:449 >#1 do_warn (message=message@entry="g_value_set_object: assertion 'G_VALUE_HOLDS_OBJECT (value)' failed", category=category@entry=<type at remote 0xf77d20>, stack_level=stack_level@entry=1) at /usr/src/debug/Python-2.7.5/Python/_warnings.c:594 >#2 0x00007ffff7ad68dd in PyErr_WarnEx (category=category@entry=<type at remote 0xf77d20>, text=text@entry=0x12f2180 "g_value_set_object: assertion 'G_VALUE_HOLDS_OBJECT (value)' failed", stack_level=stack_level@entry=1) at /usr/src/debug/Python-2.7.5/Python/_warnings.c:720 >#3 0x00007fffe6518c07 in _log_func (log_domain=log_domain@entry=0x7fffebf73764 "GLib-GObject", log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, message=message@entry=0x12f2180 "g_value_set_object: assertion 'G_VALUE_HOLDS_OBJECT (value)' failed", user_data=user_data@entry=0xf77d20) at gobjectmodule.c:2316 >#4 0x00007fffebc5c801 in g_logv (log_domain=0x7fffebf73764 "GLib-GObject", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args@entry=0x7fffffffa210) at gmessages.c:1020 >#5 0x00007fffebc5ca9f in g_log (log_domain=<optimized out>, log_level=<optimized out>, format=<optimized out>) at gmessages.c:1079 >#6 0x00007fffea0edee8 in file_system_model_set (model=0x12c21b0 [GtkFileSystemModel], file=0x0, info=0x0, column=<optimized out>, value=0x12b3040, data=0x12443f0) at gtkfilechooserdefault.c:4166 >#7 0x00007fffea0ff0d8 in _gtk_file_system_model_get_value (model=model@entry=0x12c21b0 [GtkFileSystemModel], iter=iter@entry=0x12fd720, column=column@entry=7) at gtkfilesystemmodel.c:1731 >#8 0x00007fffea0ff16e in gtk_file_system_model_get_value (tree_model=<optimized out>, iter=0x12fd720, column=<optimized out>, value=0x7fffffffa550) at gtkfilesystemmodel.c:614 >#9 0x00007fffea06e088 in apply_cell_attributes (renderer=0x109c750 [GtkCellRendererPixbuf], info=0x1275690, data=0x7fffffffa5f0) at gtkcellarea.c:1273 >#10 0x00007fffebc45480 in g_hash_table_foreach (hash_table=0x1274aa0 = {...}, func=func@entry=0x7fffea06dfa0 <apply_cell_attributes>, user_data=user_data@entry=0x7fffffffa5f0) at ghash.c:1538 >#11 0x00007fffea06df4b in gtk_cell_area_real_apply_attributes (area=<optimized out>, tree_model=0x12c21b0, iter=0x12fd720, is_expander=<optimized out>, is_expanded=<optimized out>) at gtkcellarea.c:1310 >#12 0x00007fffea074eef in gtk_cell_area_box_apply_attributes (area=0x1211630 [GtkCellAreaBox], tree_model=0x12c21b0, iter=0x12fd720, is_expander=<optimized out>, is_expanded=0) at gtkcellareabox.c:1310 >#13 0x00007fffea158070 in _gtk_marshal_VOID__OBJECT_BOXED_BOOLEAN_BOOLEANv (closure=0x1010020, return_value=<optimized out>, instance=<optimized out>, args=<optimized out>, marshal_data=0x7fffea074e90 <gtk_cell_area_box_apply_attributes>, n_params=<optimized out>, param_types=0xc1d6e0) at gtkmarshalers.c:4960 >#14 0x00007fffebf49277 in _g_closure_invoke_va (closure=closure@entry=0x1010020, return_value=return_value@entry=0x0, instance=instance@entry=0x1211630, args=args@entry=0x7fffffffa8b0, n_params=4, param_types=0xc1d6e0) at gclosure.c:840 >#15 0x00007fffebf632b7 in g_signal_emit_valist (instance=0x1211630, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffa8b0) at gsignal.c:3220 >#16 0x00007fffebf63f1f in g_signal_emit (instance=instance@entry=0x1211630, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3368 >#17 0x00007fffea06fc44 in gtk_cell_area_apply_attributes (area=0x1211630 [GtkCellAreaBox], tree_model=tree_model@entry=0x12c21b0, iter=iter@entry=0x7fffffffa9d0, is_expander=is_expander@entry=0, is_expanded=is_expanded@entry=0) at gtkcellarea.c:2359 >#18 0x00007fffea28fec9 in gtk_tree_view_column_cell_set_cell_data (tree_column=<optimized out>, tree_model=tree_model@entry=0x12c21b0, iter=iter@entry=0x7fffffffa9d0, is_expander=is_expander@entry=0, is_expanded=is_expanded@entry=0) at gtktreeviewcolumn.c:2862 >#19 0x00007fffea30549d in set_cell_data (treeview=treeview@entry=0xff2c40 [GtkTreeView], accessible=accessible@entry=0x1211540 [GtkTreeViewAccessible], cell=cell@entry=0x1288320 [GtkContainerCellAccessible]) at gtktreeviewaccessible.c:336 >#20 0x00007fffea30565c in create_cell (treeview=treeview@entry=0xff2c40 [GtkTreeView], accessible=accessible@entry=0x1211540 [GtkTreeViewAccessible], tree=tree@entry=0xc6b3e0, node=node@entry=0xc69030, column=column@entry=0x100fcc0 [GtkTreeViewColumn]) at gtktreeviewaccessible.c:421 >#21 0x00007fffea30816e in _gtk_tree_view_accessible_add_state (treeview=treeview@entry=0xff2c40 [GtkTreeView], tree=0xc6b3e0, node=0xc69030, state=state@entry=GTK_CELL_RENDERER_FOCUSED) at gtktreeviewaccessible.c:1940 >#22 0x00007fffea27fd36 in gtk_tree_view_real_set_cursor (tree_view=0xff2c40 [GtkTreeView], path=0x12f9450, flags=<optimized out>) at gtktreeview.c:13192 >#23 0x00007fffea2822ff in gtk_tree_view_set_cursor_on_cell (tree_view=0xff2c40 [GtkTreeView], path=0x12f9450, focus_column=0x100fcc0 [GtkTreeViewColumn], focus_cell=0x0, start_editing=1) at gtktreeview.c:13317 >#24 0x00007fffea2823ca in gtk_tree_view_set_cursor (tree_view=<optimized out>, path=path@entry=0x12f9450, focus_column=focus_column@entry=0x100fcc0 [GtkTreeViewColumn], start_editing=start_editing@entry=1) at gtktreeview.c:13262 >#25 0x00007fffea0ef78b in new_folder_button_clicked (button=<optimized out>, impl=<optimized out>) at gtkfilechooserdefault.c:923 >#26 0x00007fffebf49277 in _g_closure_invoke_va (closure=closure@entry=0x12767b0, return_value=return_value@entry=0x0, instance=instance@entry=0x111d460, args=args@entry=0x7fffffffadf0, n_params=0, param_types=0x0) at gclosure.c:840 >#27 0x00007fffebf632b7 in g_signal_emit_valist (instance=0x111d460, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffadf0) at gsignal.c:3220 >#28 0x00007fffebf63f1f in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3368 >#29 0x00007fffea06587d in gtk_button_do_release (button=0x111d460 [GtkButton], emit_clicked=<optimized out>) at gtkbutton.c:1987 >#30 0x00007fffea0658e6 in gtk_real_button_released (button=0x111d460 [GtkButton]) at gtkbutton.c:2105 >#31 0x00007fffebf48fc2 in g_closure_invoke (closure=closure@entry=0xc18420, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffb0c0, invocation_hint=invocation_hint@entry=0x7fffffffb060) at gclosure.c:777 >#32 0x00007fffebf5b3e7 in signal_emit_unlocked_R (node=node@entry=0xc18450, detail=detail@entry=0, instance=instance@entry=0x111d460, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffb0c0) at gsignal.c:3486 >#33 0x00007fffebf63c62 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffb240) at gsignal.c:3312 >#34 0x00007fffebf63f1f in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3368 >#35 0x00007fffea063b7d in gtk_button_button_release (widget=0x111d460 [GtkButton], event=<optimized out>) at gtkbutton.c:1942 >#36 0x00007fffea150f9e in _gtk_marshal_BOOLEAN__BOXEDv (closure=0xbc8570, return_value=0x7fffffffb470, instance=<optimized out>, args=<optimized out>, marshal_data=<optimized out>, n_params=<optimized out>, param_types=0xbc85a0) at gtkmarshalers.c:130 >#37 0x00007fffebf491ef in _g_closure_invoke_va (closure=closure@entry=0xbc8570, return_value=return_value@entry=0x7fffffffb470, instance=instance@entry=0x111d460, args=args@entry=0x7fffffffb570, n_params=1, param_types=0xbc85a0) at gclosure.c:840 >#38 0x00007fffebf632b7 in g_signal_emit_valist (instance=0x111d460, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffb570) at gsignal.c:3220 >#39 0x00007fffebf63f1f in g_signal_emit (instance=instance@entry=0x111d460, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3368 >#40 0x00007fffea2993ac in gtk_widget_event_internal (widget=widget@entry=0x111d460 [GtkButton], event=event@entry=0x12bc480) at gtkwidget.c:7228 >#41 0x00007fffea299679 in gtk_widget_event (widget=widget@entry=0x111d460 [GtkButton], event=event@entry=0x12bc480) at gtkwidget.c:6890 >#42 0x00007fffea14f1fc in propagate_event_up (topmost=<optimized out>, event=<optimized out>, widget=0x111d460 [GtkButton]) at gtkmain.c:2428 >#43 propagate_event (widget=<optimized out>, event=0x12bc480, captured=<optimized out>, topmost=0x0) at gtkmain.c:2536 >#44 0x00007fffea150b52 in gtk_main_do_event (event=0x12bc480) at gtkmain.c:1751 >#45 0x00007fffe9d14ff2 in gdk_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at gdkeventsource.c:364 >#46 0x00007fffebc5582a in g_main_dispatch (context=0xbf7ac0) at gmain.c:3068 >#47 g_main_context_dispatch (context=context@entry=0xbf7ac0) at gmain.c:3643 >#48 0x00007fffebc55b78 in g_main_context_iterate (context=0xbf7ac0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3714 >#49 0x00007fffebc55e4a in g_main_loop_run (loop=0x126b310) at gmain.c:3908 >#50 0x00007fffea0c91ad in gtk_dialog_run (dialog=0x1238220 [GtkFileChooserDialog]) at gtkdialog.c:1076 >#51 0x00007fffeb282d7c in ffi_call_unix64 () at ../src/x86/unix64.S:76 >#52 0x00007fffeb2826ac in ffi_call (cif=cif@entry=0x7fffffffbad0, fn=fn@entry=0x7fffea0c9000 <gtk_dialog_run>, rvalue=rvalue@entry=0x7fffffffbab0, avalue=avalue@entry=0x7fffffffb9f0) at ../src/x86/ffi64.c:522 >#53 0x0000003a1c809d99 in g_callable_info_invoke (info=info@entry=0xb54940, function=0x7fffea0c9000 <gtk_dialog_run>, in_args=in_args@entry=0x1034cc0, n_in_args=n_in_args@entry=1, out_args=out_args@entry=0x0, n_out_args=n_out_args@entry=0, return_value=return_value@entry=0x7fffffffbcb8, > is_method=is_method@entry=1, throws=0, error=error@entry=0x7fffffffbc68) at girepository/gicallableinfo.c:703 >#54 0x0000003a1c80b0e9 in g_function_info_invoke (info=info@entry=0xb54940, in_args=0x1034cc0, n_in_args=1, out_args=0x0, n_out_args=0, return_value=return_value@entry=0x7fffffffbcb8, error=error@entry=0x7fffffffbc68) at girepository/gifunctioninfo.c:281 >#55 0x00007fffec1a2982 in _invoke_callable (function_ptr=0x0, callable_info=0xb54940, cache=0x1234580, state=0x7fffffffbc70) at pygi-invoke.c:64 >#56 pygi_callable_info_invoke (info=<optimized out>, py_args=py_args@entry=(<FileChooserDialog at remote 0x1064af0>,), kwargs=<optimized out>, cache=0x1234580, function_ptr=function_ptr@entry=0x0, user_data=user_data@entry=0x0) at pygi-invoke.c:705 >#57 0x00007fffec1a35cd in _wrap_g_callable_info_invoke (self=<optimized out>, py_args=py_args@entry=(<FileChooserDialog at remote 0x1064af0>,), kwargs=kwargs@entry=0x0) at pygi-invoke.c:728 >---Type <return> to continue, or q <return> to quit--- >#58 0x00007fffec1975ee in _callable_info_call (self=0x10d6030, args=(), kwargs=0x0) at pygi-info.c:559 >#59 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<gi.FunctionInfo at remote 0x10d6030>, arg=arg@entry=(), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#60 0x00007ffff7af232c in do_call (nk=<optimized out>, na=0, pp_stack=0x7fffffffbeb0, func=<gi.FunctionInfo at remote 0x10d6030>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4316 >#61 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbeb0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4121 >#62 PyEval_EvalFrameEx ( > f=f@entry=Frame 0x12253a0, for file /usr/lib/python2.7/site-packages/devassistant/gui/gui_helper.py, line 250, in create_file_chooser_dialog (self=<GuiHelper(parent=<MainWindow(mainhandlers={'on_mainBtn_clicked': <instancemethod at remote 0xee2960>, 'on_pathWindow_delete_event': <function at remote 0xb3c1b8>, 'on_runWindow_destroy': <instancemethod at remote 0xee2820>, 'on_nextPathBtn_clicked': <instancemethod at remote 0xee2730>, 'on_browsePathBtn_clicked': <instancemethod at remote 0xee2780>, 'on_debugBtn_clicked': <instancemethod at remote 0xee2870>, 'on_prevPathBtn_clicked': <instancemethod at remote 0xee27d0>, 'on_clipboardBtn_clicked': <instancemethod at remote 0xee28c0>, 'on_mainWindow_delete_event': <function at remote 0xb3c1b8>, 'on_backBtn_clicked': <instancemethod at remote 0xee2910>, 'on_runWindow_delete_event': <instancemethod at remote 0xee26e0>}, path_window=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740 >#63 0x00007ffff7af618d in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=3, kws=0x10a73c8, kwcount=1, defs=0xf046a8, defcount=1, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3330 >#64 0x00007ffff7af483f in fast_function (nk=<optimized out>, na=3, n=5, pp_stack=0x7fffffffc0b0, func=<function at remote 0xf071b8>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4194 >#65 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc0b0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4119 >#66 PyEval_EvalFrameEx ( > f=f@entry=Frame 0x10a7220, for file /usr/lib/python2.7/site-packages/devassistant/gui/path_window.py, line 187, in browse_path (self=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devassistant/icons/crt/c.svg', args=[<Argument(kwargs={'nargs': '?', 'help': 'Create a Git Hub repository and push your sources there (uses your system username or specified name)'}, flags=('-g', '--github'), name='github', gui_hints={'default': '$(whoami)'}) at remote 0xf41210>, <Argument(kwargs={'action': ['default_iff_used', '~/workspace'], 'nargs': '?', 'help': 'Configure as Eclipse project (uses ~/workspace or specified directory)'}, flags=('-e', '--eclipse'), name='eclipse', gui_hints={'default': '~/workspace', 'type': 'path'}) at remote 0xf41250>, <Argument(kwargs={'action': 'store_true', '...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740 >#67 0x00007ffff7af618d in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0xf4cb18, argcount=2, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3330 >#68 0x00007ffff7a83098 in function_call (func=<function at remote 0xef92a8>, > arg=(<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devassistant/icons/crt/c.svg', args=[<Argument(kwargs={'nargs': '?', 'help': 'Create a Git Hub repository and push your sources there (uses your system username or specified name)'}, flags=('-g', '--github'), name='github', gui_hints={'default': '$(whoami)'}) at remote 0xf41210>, <Argument(kwargs={'action': ['default_iff_used', '~/workspace'], 'nargs': '?', 'help': 'Configure as Eclipse project (uses ~/workspace or specified directory)'}, flags=('-e', '--eclipse'), name='eclipse', gui_hints={'default': '~/workspace', 'type': 'path'}) at remote 0xf41250>, <Argument(kwargs={'action': 'store_true', 'help': 'This will create SRPM and RPM packages.'}, flags=('-b', '--build'), name='build', gui_hints={}) at remote 0xf41290...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.5/Objects/funcobject.c:526 >#69 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<function at remote 0xef92a8>, > arg=arg@entry=(<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devassistant/icons/crt/c.svg', args=[<Argument(kwargs={'nargs': '?', 'help': 'Create a Git Hub repository and push your sources there (uses your system username or specified name)'}, flags=('-g', '--github'), name='github', gui_hints={'default': '$(whoami)'}) at remote 0xf41210>, <Argument(kwargs={'action': ['default_iff_used', '~/workspace'], 'nargs': '?', 'help': 'Configure as Eclipse project (uses ~/workspace or specified directory)'}, flags=('-e', '--eclipse'), name='eclipse', gui_hints={'default': '~/workspace', 'type': 'path'}) at remote 0xf41250>, <Argument(kwargs={'action': 'store_true', 'help': 'This will create SRPM and RPM packages.'}, flags=('-b', '--build'), name='build', gui_hints={}) at remote 0xf41290...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#70 0x00007ffff7a6d065 in instancemethod_call (func=<function at remote 0xef92a8>, > arg=(<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devassistant/icons/crt/c.svg', args=[<Argument(kwargs={'nargs': '?', 'help': 'Create a Git Hub repository and push your sources there (uses your system username or specified name)'}, flags=('-g', '--github'), name='github', gui_hints={'default': '$(whoami)'}) at remote 0xf41210>, <Argument(kwargs={'action': ['default_iff_used', '~/workspace'], 'nargs': '?', 'help': 'Configure as Eclipse project (uses ~/workspace or specified directory)'}, flags=('-e', '--eclipse'), name='eclipse', gui_hints={'default': '~/workspace', 'type': 'path'}) at remote 0xf41250>, <Argument(kwargs={'action': 'store_true', 'help': 'This will create SRPM and RPM packages.'}, flags=('-b', '--build'), name='build', gui_hints={}) at remote 0xf41290...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.5/Objects/classobject.c:2602 >#71 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<instancemethod at remote 0xee2780>, arg=arg@entry=(<Button at remote 0x1064460>,), kw=<optimized out>) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#72 0x00007ffff7aeffd7 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0xee2780>, arg=arg@entry=(<Button at remote 0x1064460>,), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3967 >#73 0x00007ffff7a5e017 in PyObject_CallObject (o=<optimized out>, a=a@entry=(<Button at remote 0x1064460>,)) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2517 >#74 0x00007fffec1a0c20 in pygi_signal_closure_marshal (closure=0x1019910, return_value=0x0, n_param_values=1, param_values=0x7fffffffc840, invocation_hint=<optimized out>, marshal_data=<optimized out>) at pygi-signal-closure.c:149 >#75 0x00007fffebf49048 in g_closure_invoke (closure=0x1019910, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffc840, invocation_hint=invocation_hint@entry=0x7fffffffc7e0) at gclosure.c:777 >#76 0x00007fffebf5bbbd in signal_emit_unlocked_R (node=node@entry=0xc18510, detail=detail@entry=0, instance=instance@entry=0xfdd1d0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffc840) at gsignal.c:3556 >#77 0x00007fffebf63c62 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffc9c0) at gsignal.c:3312 >#78 0x00007fffebf63f1f in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3368 >#79 0x00007fffea06587d in gtk_button_do_release (button=0xfdd1d0 [GtkButton], emit_clicked=<optimized out>) at gtkbutton.c:1987 >#80 0x00007fffea0658e6 in gtk_real_button_released (button=0xfdd1d0 [GtkButton]) at gtkbutton.c:2105 >#81 0x00007fffebf49048 in g_closure_invoke (closure=closure@entry=0xc18420, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffcc90, invocation_hint=invocation_hint@entry=0x7fffffffcc30) at gclosure.c:777 >#82 0x00007fffebf5b3e7 in signal_emit_unlocked_R (node=node@entry=0xc18450, detail=detail@entry=0, instance=instance@entry=0xfdd1d0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcc90) at gsignal.c:3486 >#83 0x00007fffebf63c62 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffce10) at gsignal.c:3312 >#84 0x00007fffebf63f1f in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3368 >#85 0x00007fffea063b7d in gtk_button_button_release (widget=0xfdd1d0 [GtkButton], event=<optimized out>) at gtkbutton.c:1942 >#86 0x00007fffea150f9e in _gtk_marshal_BOOLEAN__BOXEDv (closure=0xbc8570, return_value=0x7fffffffd040, instance=<optimized out>, args=<optimized out>, marshal_data=<optimized out>, n_params=<optimized out>, param_types=0xbc85a0) at gtkmarshalers.c:130 >#87 0x00007fffebf49277 in _g_closure_invoke_va (closure=closure@entry=0xbc8570, return_value=return_value@entry=0x7fffffffd040, instance=instance@entry=0xfdd1d0, args=args@entry=0x7fffffffd140, n_params=1, param_types=0xbc85a0) at gclosure.c:840 >#88 0x00007fffebf632b7 in g_signal_emit_valist (instance=0xfdd1d0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffd140) at gsignal.c:3220 >#89 0x00007fffebf63f1f in g_signal_emit (instance=instance@entry=0xfdd1d0, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3368 >#90 0x00007fffea2993ac in gtk_widget_event_internal (widget=widget@entry=0xfdd1d0 [GtkButton], event=event@entry=0x11b2e70) at gtkwidget.c:7228 >#91 0x00007fffea299679 in gtk_widget_event (widget=widget@entry=0xfdd1d0 [GtkButton], event=event@entry=0x11b2e70) at gtkwidget.c:6890 >#92 0x00007fffea14f1fc in propagate_event_up (topmost=<optimized out>, event=<optimized out>, widget=0xfdd1d0 [GtkButton]) at gtkmain.c:2428 >#93 propagate_event (widget=<optimized out>, event=0x11b2e70, captured=<optimized out>, topmost=0x0) at gtkmain.c:2536 >#94 0x00007fffea150b52 in gtk_main_do_event (event=0x11b2e70) at gtkmain.c:1751 >#95 0x00007fffe9d14ff2 in gdk_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at gdkeventsource.c:364 >#96 0x00007fffebc5582a in g_main_dispatch (context=0xbf7ac0) at gmain.c:3068 >#97 g_main_context_dispatch (context=context@entry=0xbf7ac0) at gmain.c:3643 >#98 0x00007fffebc55b78 in g_main_context_iterate (context=0xbf7ac0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3714 >#99 0x00007fffebc55e4a in g_main_loop_run (loop=0x10b13a0) at gmain.c:3908 >#100 0x00007fffea150055 in gtk_main () at gtkmain.c:1195 >#101 0x00007fffeb282d7c in ffi_call_unix64 () at ../src/x86/unix64.S:76 >#102 0x00007fffeb2826ac in ffi_call (cif=cif@entry=0x7fffffffd610, fn=fn@entry=0x7fffea14ffd0 <gtk_main>, rvalue=rvalue@entry=0x7fffffffd5f0, avalue=avalue@entry=0x7fffffffd550) at ../src/x86/ffi64.c:522 >#103 0x0000003a1c809d99 in g_callable_info_invoke (info=info@entry=0x10c1630, function=0x7fffea14ffd0 <gtk_main>, in_args=in_args@entry=0x0, n_in_args=n_in_args@entry=0, out_args=out_args@entry=0x0, n_out_args=n_out_args@entry=0, return_value=return_value@entry=0x7fffffffd7f8, is_method=is_method@entry=0, > throws=0, error=error@entry=0x7fffffffd7a8) at girepository/gicallableinfo.c:703 >#104 0x0000003a1c80b0e9 in g_function_info_invoke (info=info@entry=0x10c1630, in_args=0x0, n_in_args=0, out_args=0x0, n_out_args=0, return_value=return_value@entry=0x7fffffffd7f8, error=error@entry=0x7fffffffd7a8) at girepository/gifunctioninfo.c:281 >#105 0x00007fffec1a2982 in _invoke_callable (function_ptr=0x0, callable_info=0x10c1630, cache=0x110ce70, state=0x7fffffffd7b0) at pygi-invoke.c:64 >#106 pygi_callable_info_invoke (info=<optimized out>, py_args=<optimized out>, kwargs=<optimized out>, cache=0x110ce70, function_ptr=<optimized out>, user_data=<optimized out>) at pygi-invoke.c:705 >#107 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<gi.FunctionInfo at remote 0x10d4880>, arg=arg@entry=(), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#108 0x00007ffff7af232c in do_call (nk=<optimized out>, na=0, pp_stack=0x7fffffffd9a0, func=<gi.FunctionInfo at remote 0x10d4880>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4316 >#109 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd9a0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4121 >#110 PyEval_EvalFrameEx ( > f=f@entry=Frame 0xf12490, for file /usr/lib/python2.7/site-packages/devassistant/gui/main_window.py, line 77, in __init__ (self=<MainWindow(mainhandlers={'on_mainBtn_clicked': <instancemethod at remote 0xee2960>, 'on_pathWindow_delete_event': <function at remote 0xb3c1b8>, 'on_runWindow_destroy': <instancemethod at remote 0xee2820>, 'on_nextPathBtn_clicked': <instancemethod at remote 0xee2730>, 'on_browsePathBtn_clicked': <instancemethod at remote 0xee2780>, 'on_debugBtn_clicked': <instancemethod at remote 0xee2870>, 'on_prevPathBtn_clicked': <instancemethod at remote 0xee27d0>, 'on_clipboardBtn_clicked': <instancemethod at remote 0xee28c0>, 'on_mainWindow_delete_event': <function at remote 0xb3c1b8>, 'on_backBtn_clicked': <instancemethod at remote 0xee2910>, 'on_runWindow_delete_event': <instancemethod at remote 0xee26e0>}, path_window=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], ...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740 >#111 0x00007ffff7af618d in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=args@entry=0x7ffff7eb1968, argcount=1, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3330 >#112 0x00007ffff7a83098 in function_call (func=<function at remote 0xf07a28>, > arg=(<MainWindow(mainhandlers={'on_mainBtn_clicked': <instancemethod at remote 0xee2960>, 'on_pathWindow_delete_event': <function at remote 0xb3c1b8>, 'on_runWindow_destroy': <instancemethod at remote 0xee2820>, 'on_nextPathBtn_clicked': <instancemethod at remote 0xee2730>, 'on_browsePathBtn_clicked': <instancemethod at remote 0xee2780>, 'on_debugBtn_clicked': <instancemethod at remote 0xee2870>, 'on_prevPathBtn_clicked': <instancemethod at remote 0xee27d0>, 'on_clipboardBtn_clicked': <instancemethod at remote 0xee28c0>, 'on_mainWindow_delete_event': <function at remote 0xb3c1b8>, 'on_backBtn_clicked': <instancemethod at remote 0xee2910>, 'on_runWindow_delete_event': <instancemethod at remote 0xee26e0>}, path_window=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devas...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.5/Objects/funcobject.c:526 >#113 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<function at remote 0xf07a28>, > arg=arg@entry=(<MainWindow(mainhandlers={'on_mainBtn_clicked': <instancemethod at remote 0xee2960>, 'on_pathWindow_delete_event': <function at remote 0xb3c1b8>, 'on_runWindow_destroy': <instancemethod at remote 0xee2820>, 'on_nextPathBtn_clicked': <instancemethod at remote 0xee2730>, 'on_browsePathBtn_clicked': <instancemethod at remote 0xee2780>, 'on_debugBtn_clicked': <instancemethod at remote 0xee2870>, 'on_prevPathBtn_clicked': <instancemethod at remote 0xee27d0>, 'on_clipboardBtn_clicked': <instancemethod at remote 0xee28c0>, 'on_mainWindow_delete_event': <function at remote 0xb3c1b8>, 'on_backBtn_clicked': <instancemethod at remote 0xee2910>, 'on_runWindow_delete_event': <instancemethod at remote 0xee26e0>}, path_window=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devas...(truncated), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#114 0x00007ffff7a6d065 in instancemethod_call (func=<function at remote 0xf07a28>, > arg=(<MainWindow(mainhandlers={'on_mainBtn_clicked': <instancemethod at remote 0xee2960>, 'on_pathWindow_delete_event': <function at remote 0xb3c1b8>, 'on_runWindow_destroy': <instancemethod at remote 0xee2820>, 'on_nextPathBtn_clicked': <instancemethod at remote 0xee2730>, 'on_browsePathBtn_clicked': <instancemethod at remote 0xee2780>, 'on_debugBtn_clicked': <instancemethod at remote 0xee2870>, 'on_prevPathBtn_clicked': <instancemethod at remote 0xee27d0>, 'on_clipboardBtn_clicked': <instancemethod at remote 0xee28c0>, 'on_mainWindow_delete_event': <function at remote 0xb3c1b8>, 'on_backBtn_clicked': <instancemethod at r---Type <return> to continue, or q <return> to quit--- >emote 0xee2910>, 'on_runWindow_delete_event': <instancemethod at remote 0xee26e0>}, path_window=<PathWindow(back_button=False, box_project=<VBox at remote 0xf37500>, current_main_assistant=<CreatorAssistant(_tree=(<...>, [(<YamlAssistant(fully_loaded=False, _post_run=[], _run=[], _dependencies=[], files_dir='/usr/share/devassistant/files/crt/c', name='c', _pre_run=[], icon_path='/usr/share/devas...(truncated), kw=0x0) at /usr/src/debug/Python-2.7.5/Objects/classobject.c:2602 >#115 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<instancemethod at remote 0x814730>, arg=arg@entry=(), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#116 0x00007ffff7ab5157 in slot_tp_init (self=<optimized out>, args=(), kwds=0x0) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:5692 >#117 0x00007ffff7ab3e6f in type_call (type=<optimized out>, args=(), kwds=0x0) at /usr/src/debug/Python-2.7.5/Objects/typeobject.c:745 >#118 0x00007ffff7a5e063 in PyObject_Call (func=func@entry=<type at remote 0xf10d80>, arg=arg@entry=(), kw=kw@entry=0x0) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 >#119 0x00007ffff7af232c in do_call (nk=<optimized out>, na=0, pp_stack=0x7fffffffdf80, func=<type at remote 0xf10d80>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4316 >#120 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdf80) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4121 >#121 PyEval_EvalFrameEx ( > f=f@entry=Frame 0xf64e30, for file /usr/lib/python2.7/site-packages/devassistant/gui/__init__.py, line 14, in run_gui (Gtk=<DynamicModule(_overrides_module=<module at remote 0x9b97f8>, _namespace='Gtk', _introspection_module=<IntrospectionModule(SizeGroup=<GObjectMeta(set_ignore_hidden=<gi.FunctionInfo at remote 0xb05a40>, __module__='gi.repository.Gtk', set_mode=<gi.FunctionInfo at remote 0xb05a78>, get_mode=<gi.FunctionInfo at remote 0xb05998>, get_widgets=<gi.FunctionInfo at remote 0xb059d0>, remove_widget=<gi.FunctionInfo at remote 0xb05a08>, add_widget=<gi.FunctionInfo at remote 0xb05928>, __gsignals__={}, parent_instance=<property at remote 0xb025d0>, get_ignore_hidden=<gi.FunctionInfo at remote 0xb05960>, new=<gi.FunctionInfo at remote 0xb058f0>, __gtype__=<gobject.GType at remote 0x7ffff7f5ca50>, __info__=<ObjectInfo at remote 0xb04030>, __doc__=None, priv=<property at remote 0xb02628>) at remote 0xb48530>, _namespace='Gtk', CellRendererText=<GObjectMeta(__module__='gi.repository.Gtk', parent=<property at remot...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740 >#122 0x00007ffff7af4930 in fast_function (nk=<optimized out>, na=0, n=0, pp_stack=0x7fffffffe0e0, func=<function at remote 0xf079b0>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4184 >#123 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe0e0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4119 >#124 PyEval_EvalFrameEx (f=f@entry=Frame 0x6d84f0, for file /usr/bin/da-gui, line 9, in <module> (), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:2740 >#125 0x00007ffff7af618d in PyEval_EvalCodeEx (co=co@entry=0x7ffff7f1fe30, > globals=globals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > locals=locals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=closure@entry=0x0) at /usr/src/debug/Python-2.7.5/Python/ceval.c:3330 >#126 0x00007ffff7af6292 in PyEval_EvalCode (co=co@entry=0x7ffff7f1fe30, > globals=globals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > locals=locals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}) > at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 >#127 0x00007ffff7b0f6cf in run_mod (mod=<optimized out>, filename=filename@entry=0x7fffffffe780 "/usr/bin/da-gui", > globals=globals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > locals=locals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > flags=flags@entry=0x7fffffffe340, arena=arena@entry=0x68a190) at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1373 >#128 0x00007ffff7b1088e in PyRun_FileExFlags (fp=fp@entry=0x6dfbc0, filename=filename@entry=0x7fffffffe780 "/usr/bin/da-gui", start=start@entry=257, > globals=globals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > locals=locals@entry={'__builtins__': <module at remote 0x7ffff7f9cb08>, '__file__': '/usr/bin/da-gui', '__package__': None, 'sys': <module at remote 0x7ffff7f9cbb0>, '__requires__': 'devassistant==0.8.0', 'load_entry_point': <function at remote 0x758938>, '__name__': '__main__', '__doc__': None}, > closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340) at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1359 >#129 0x00007ffff7b11b19 in PyRun_SimpleFileExFlags (fp=fp@entry=0x6dfbc0, filename=filename@entry=0x7fffffffe780 "/usr/bin/da-gui", closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340) at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:951 >#130 0x00007ffff7b12043 in PyRun_AnyFileExFlags (fp=fp@entry=0x6dfbc0, filename=filename@entry=0x7fffffffe780 "/usr/bin/da-gui", closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340) at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:755 >#131 0x00007ffff7b22b3f in Py_Main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/Python-2.7.5/Modules/main.c:640 >#132 0x00007ffff6d43e95 in __libc_start_main (main=0x4006f0 <main>, argc=2, argv=0x7fffffffe508, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe4f8) at libc-start.c:285 >#133 0x000000000040071e in _start () >(gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1058312
:
856075
|
856076
| 856091