#0 basic_string (this=0xbfbd001c, __str=@0x6463732f) at /build/buildd/gcc-4.2-4.2.1/build/i486-linux-gnu/libstdc++-v3/include/bits/basic_string.h:288 [Error: /build/buildd/gcc-4.2-4.2.1/build/i486-linux-gnu/libstdc++-v3/include/bits/basic_string.h was not found in source tree] #1 0xb77150c4 in ustring (this=0xbfbd001c, other=@0x6463732f) at ustring.cc:296 [Error: ustring.cc was not found in source tree] #2 0x0805ad98 in GParted::Device::get_path (this=0x833e9b8) at Device.cc:62 57: } 58: 59: Glib::ustring Device::get_path() const 60: { 61: if ( paths .size() > 0 ) 62: return paths .front() ; 63: 64: return "" ; 65: } 66: 67: std::vector Device::get_paths() const #3 0x080c584d in GParted::Win_GParted::combo_devices_changed (this=0xbfbd231c) at Win_GParted.cc:921 916: 917: void Win_GParted::combo_devices_changed() 918: { 919: //set new current device 920: current_device = combo_devices .get_active_row_number() ; 921: set_title( String::ucompose( _("%1 - GParted"), devices[ current_device ] .get_path() ) ); 922: 923: //refresh label_device_info 924: Fill_Label_Device_Info(); 925: 926: //rebuild visualdisk and treeview #4 0xb771249a in Glib::SignalProxyNormal::slot0_void_callback (self=0x816f030, data=0x81a8628) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440 [Error: /usr/include/sigc++-2.0/sigc++/functors/slot.h was not found in source tree] #5 0xb7335c09 in IA__g_cclosure_marshal_VOID__VOID (closure=0x81a8528, return_value=0x0, n_param_values=1, param_values=0xbfbd028c, invocation_hint=0xbfbd019c, #6 0xb7328772 in IA__g_closure_invoke (closure=0x81a8528, return_value=0x0, n_param_values=1, param_values=0xbfbd028c, invocation_hint=0xbfbd019c) #7 0xb7339611 in signal_emit_unlocked_R (node=0x816d000, detail=0, instance=0x816f030, emission_return=0x0, instance_and_params=0xbfbd028c) #8 0xb733a847 in IA__g_signal_emit_valist (instance=0x816f030, signal_id=115, detail=0, var_args=0xbfbd04cc "¼¡4·,\a½¿\001") #9 0xb733aa09 in IA__g_signal_emit (instance=0x816f030, signal_id=115, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #10 0xb782a96c in gtk_combo_box_model_row_deleted (model=0x812a750, path=0x84632a0, user_data=0x816f030) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkcombobox.c:3119 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkcombobox.c was not found in source tree] #11 0xb7335279 in IA__g_cclosure_marshal_VOID__BOXED (closure=0x81a8200, return_value=0x0, n_param_values=2, param_values=0xbfbd072c, invocation_hint=0xbfbd063c, #12 0xb7328772 in IA__g_closure_invoke (closure=0x81a8200, return_value=0x0, n_param_values=2, param_values=0xbfbd072c, invocation_hint=0xbfbd063c) #13 0xb7339323 in signal_emit_unlocked_R (node=0x81788e0, detail=0, instance=0x812a750, emission_return=0x0, instance_and_params=0xbfbd072c) #14 0xb733a847 in IA__g_signal_emit_valist (instance=0x812a750, signal_id=145, detail=0, var_args=0xbfbd0970 "\024") at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2199 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #15 0xb733aa09 in IA__g_signal_emit (instance=0x812a750, signal_id=145, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #16 0xb79aec15 in IA__gtk_tree_model_row_deleted (tree_model=0x812a750, path=0x84632a0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtktreemodel.c:1537 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtktreemodel.c was not found in source tree] #17 0xb78c7864 in IA__gtk_list_store_remove (list_store=0x812a750, iter=0xbfbd09d0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkliststore.c:969 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkliststore.c was not found in source tree] #18 0xb78c7913 in IA__gtk_list_store_clear (list_store=0x812a750) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkliststore.c:1167 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkliststore.c was not found in source tree] #19 0xb7d567a6 in Gtk::ListStore::clear (this=0x81a57c0) at liststore.cc:267 [Error: liststore.cc was not found in source tree] #20 0x080b8ebb in GParted::Win_GParted::refresh_combo_devices (this=0xbfbd231c) at Win_GParted.cc:505 500: hpaned_main .pack2( *scrollwindow, true, true ); 501: } 502: 503: void Win_GParted::refresh_combo_devices() 504: { 505: liststore_devices ->clear() ; 506: 507: menu = manage( new Gtk::Menu() ) ; 508: Gtk::RadioButtonGroup radio_group ; 509: 510: for ( unsigned int i = 0 ; i < devices .size( ) ; i++ ) #21 0x080c2870 in GParted::Win_GParted::menu_gparted_refresh_devices (this=0xbfbd231c) at Win_GParted.cc:1050 1045: 1046: toolbar_main .set_sensitive( true ) ; 1047: drawingarea_visualdisk .set_sensitive( true ) ; 1048: treeview_detail .set_sensitive( true ) ; 1049: 1050: refresh_combo_devices() ; 1051: } 1052: } 1053: 1054: void Win_GParted::menu_gparted_features() 1055: { #22 0x080c2f72 in GParted::Win_GParted::activate_apply (this=0xbfbd231c) at Win_GParted.cc:1861 1856: 1857: //reset new_count to 1 1858: new_count = 1 ; 1859: 1860: //reread devices and their layouts... 1861: menu_gparted_refresh_devices() ; 1862: } 1863: } 1864: 1865: } // GParted #23 0xb771249a in Glib::SignalProxyNormal::slot0_void_callback (self=0x81a2b48, data=0x81a7290) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440 [Error: /usr/include/sigc++-2.0/sigc++/functors/slot.h was not found in source tree] #24 0xb7335c09 in IA__g_cclosure_marshal_VOID__VOID (closure=0x81a8050, return_value=0x0, n_param_values=1, param_values=0xbfbd103c, invocation_hint=0xbfbd0f4c, #25 0xb7328772 in IA__g_closure_invoke (closure=0x81a8050, return_value=0x0, n_param_values=1, param_values=0xbfbd103c, invocation_hint=0xbfbd0f4c) #26 0xb7339611 in signal_emit_unlocked_R (node=0x81a12f0, detail=0, instance=0x81a2b48, emission_return=0x0, instance_and_params=0xbfbd103c) #27 0xb733a847 in IA__g_signal_emit_valist (instance=0x81a2b48, signal_id=170, detail=0, #28 0xb733cf3e in IA__g_signal_emit_by_name (instance=0x81a2b48, detailed_signal=0xb7a41d91 "clicked") at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2267 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #29 0xb79a4dc7 in button_clicked (widget=0x81a5ab0, button=0x81a2b48) at /build/buildd/gtk+2.0-2.12.0/gtk/gtktoolbutton.c:667 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtktoolbutton.c was not found in source tree] #30 0xb7335c09 in IA__g_cclosure_marshal_VOID__VOID (closure=0x81a7310, return_value=0x0, n_param_values=1, param_values=0xbfbd14cc, invocation_hint=0xbfbd13dc, #31 0xb7328772 in IA__g_closure_invoke (closure=0x81a7310, return_value=0x0, n_param_values=1, param_values=0xbfbd14cc, invocation_hint=0xbfbd13dc) #32 0xb7339323 in signal_emit_unlocked_R (node=0x8167470, detail=0, instance=0x81a5ab0, emission_return=0x0, instance_and_params=0xbfbd14cc) #33 0xb733a847 in IA__g_signal_emit_valist (instance=0x81a5ab0, signal_id=101, detail=0, #34 0xb733aa09 in IA__g_signal_emit (instance=0x81a5ab0, signal_id=101, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #35 0xb77f7057 in IA__gtk_button_clicked (button=0x81a5ab0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c:889 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c was not found in source tree] #36 0xb77f8c8e in gtk_real_button_released (button=0x81a5ab0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c:1484 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c was not found in source tree] #37 0xb7335c09 in IA__g_cclosure_marshal_VOID__VOID (closure=0x8169b50, return_value=0x0, n_param_values=1, param_values=0xbfbd198c, invocation_hint=0xbfbd189c, #38 0xb7326f89 in g_type_class_meta_marshal (closure=0x8169b50, return_value=0x0, n_param_values=1, param_values=0xbfbd198c, invocation_hint=0xbfbd189c, marshal_data=0x1a4) #39 0xb7328772 in IA__g_closure_invoke (closure=0x8169b50, return_value=0x0, n_param_values=1, param_values=0xbfbd198c, invocation_hint=0xbfbd189c) #40 0xb73397ba in signal_emit_unlocked_R (node=0x8169b68, detail=0, instance=0x81a5ab0, emission_return=0x0, instance_and_params=0xbfbd198c) #41 0xb733a847 in IA__g_signal_emit_valist (instance=0x81a5ab0, signal_id=100, detail=0, #42 0xb733aa09 in IA__g_signal_emit (instance=0x81a5ab0, signal_id=100, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #43 0xb77f70e7 in IA__gtk_button_released (button=0x81a5ab0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c:881 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c was not found in source tree] #44 0xb77f7141 in gtk_button_button_release (widget=0x81a5ab0, event=0x840c808) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c:1377 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkbutton.c was not found in source tree] #45 0xb78d01de in _gtk_marshal_BOOLEAN__BOXED (closure=0x8149c10, return_value=0xbfbd1d70, n_param_values=2, param_values=0xbfbd1e4c, invocation_hint=0xbfbd1d5c, #46 0xb7326f89 in g_type_class_meta_marshal (closure=0x8149c10, return_value=0xbfbd1d70, n_param_values=2, param_values=0xbfbd1e4c, invocation_hint=0xbfbd1d5c, marshal_data=0xb4) #47 0xb7328772 in IA__g_closure_invoke (closure=0x8149c10, return_value=0xbfbd1d70, n_param_values=2, param_values=0xbfbd1e4c, invocation_hint=0xbfbd1d5c) #48 0xb7339973 in signal_emit_unlocked_R (node=0x8149cf8, detail=0, instance=0x81a5ab0, emission_return=0xbfbd200c, instance_and_params=0xbfbd1e4c) #49 0xb733a60f in IA__g_signal_emit_valist (instance=0x81a5ab0, signal_id=30, detail=0, var_args=) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2209 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #50 0xb733aa09 in IA__g_signal_emit (instance=0x81a5ab0, signal_id=30, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #51 0xb79ee498 in gtk_widget_event_internal (widget=0x81a5ab0, event=0x840c808) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkwidget.c:4675 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkwidget.c was not found in source tree] #52 0xb78c936f in IA__gtk_propagate_event (widget=0x81a5ab0, event=0x840c808) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:2317 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c was not found in source tree] #53 0xb78ca587 in IA__gtk_main_do_event (event=0x840c808) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1537 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c was not found in source tree] #54 0xb7691b9a in gdk_event_dispatch (source=0x812dc80, callback=0, user_data=0x0) at /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkevents-x11.c:2351 [Error: /build/buildd/gtk+2.0-2.12.0/gdk/x11/gdkevents-x11.c was not found in source tree] #55 0xb728b11c in IA__g_main_context_dispatch (context=0x812dcc8) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #56 0xb728e55f in g_main_context_iterate (context=0x812dcc8, block=1, dispatch=1, self=0x8109410) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #57 0xb728e909 in IA__g_main_loop_run (loop=0x83348b0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #58 0xb78ca9e4 in IA__gtk_main () at /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c:1144 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkmain.c was not found in source tree] #59 0xb7d57827 in Gtk::Main::run_impl (this=0xbfbd2ac4) at main.cc:534 #60 0xb7d5866a in Gtk::Main::run (window=@0xbfbd231c) at main.cc:488 #61 0x080d2c2f in main (argc=1, argv=0xbfbd2b84) at main.cc:56 51: 52: for ( int t = 1 ; t < argc ; t++ ) 53: user_devices .push_back( argv[ t ] ) ; 54: 55: GParted::Win_GParted win_gparted( user_devices ) ; 56: Gtk::Main::run( win_gparted ) ; 57: 58: return 0 ; 59: } 60: 61: #62 0xb6ffd050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #63 0x0805ac61 in _start ()