#0 0x00000001 in ?? () #1 0xb2f08566 in listNamespaceHelper (fn=0x837884f "HBU7HPHJPFK9TFSGN5V1OPM2S69D8K2Q13MFPI620QB4M49R0N13PUG4UU3PPU1JBVC4DDNK0RL23FSOG1BD2LIOUJ3425L50O3U5C0", #2 0xb7862ece in disk_directory_scan (ectx=0x8074c50, dirName=0x83787c0 "/home/milan/.gnunet//data/namespaces/", callback=0xb2f084d0 , data=0xbf8c1e38) #3 0xb2f099a8 in NS_listNamespaces (ectx=0x8074c50, cfg=0x8073f00, iterator=0x1, closure=0xb2f2e220) at namespace_info.c:378 [Error: namespace_info.c was not found in source tree] #4 0xb2f2e217 in fs_namespace_start () at namespace.c:1434 1429: TRUE); 1430: URITRACK_registerTrackCallback(ectx, 1431: cfg, 1432: &updateViewSave, 1433: NULL); 1434: NS_listNamespaces(ectx, 1435: cfg, 1436: YES, 1437: &addTabForNamespace); 1438: DEBUG_END(); 1439: } #5 0xb2f2b713 in init_fs (e=0x8074c50, c=0x8073f00) at fs.c:629 624: num = gtk_notebook_get_current_page(GTK_NOTEBOOK(book)); 625: gtk_notebook_set_current_page(GTK_NOTEBOOK(book), 1); 626: gtk_notebook_set_current_page(GTK_NOTEBOOK(book), num); 627: fs_summary_start(); 628: fs_collection_start(); 629: fs_namespace_start(); 630: ctx = FSUI_start(ectx, 631: cfg, 632: "gnunet-gtk", 633: 128, /* FIXME: allow user to configure download parallelism */ 634: YES, #6 0xb7851927 in initGNUnetGTKCommon (e=0x8074c50, c=0x8073f00, callback=0x804b650) at helper.c:235 230: plugin = p; 231: init = os_plugin_resolve_function(lib, 232: "init_", 233: NO); 234: if (init != NULL) 235: init(ectx, cfg); 236: } 237: 238: static void loadPlugins(const char * names) { 239: char * dup; 240: char * next; #7 0x0804b5bf in main (argc=1231778881, argv=0x656c706d) at main.c:116 111: FREE(path); 112: textdomain("gnunet-gtk"); 113: bind_textdomain_codeset("GNUnet", "UTF-8"); 114: bind_textdomain_codeset("gnunet-gtk", "UTF-8"); 115: #endif 116: initGNUnetGTKCommon(ectx, 117: cfg, 118: &gnunet_gtk_main_quit); 119: root 120: = glade_xml_get_widget(getMainXML(), 121: "mainWindow");