#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [Error: raise.c was not found in source tree] #1 0x00007f8a1b20e535 in __GI_abort () at abort.c:79 [Error: abort.c was not found in source tree] #2 0x00007f8a1b2757b6 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f8a1b39b952 "%s\n") at ../sysdeps/posix/libc_fatal.c:181 [Error: libc_fatal.c was not found in source tree] #3 0x00007f8a1b27c60a in malloc_printerr (str=str@entry=0x7f8a1b39d5a0 "munmap_chunk(): invalid pointer") at malloc.c:5352 [Error: malloc.c was not found in source tree] #4 0x00007f8a1b27df3c in munmap_chunk (p=) at malloc.c:2840 [Error: malloc.c was not found in source tree] #5 0x00007f8a12175ff8 in mmgui_module_devices_update_location (mmguicore=mmguicore@entry=0x55e1c841eeb0, device=device@entry=0x55e1c849d690) at mm07.c:1692 1687: locationstring = g_strdup(g_variant_get_string(locationdata, &strlength)); 1688: device->loc3gppdata[0] = (guint)strtol(strsep(&locationstring, ","), NULL, 10); 1689: device->loc3gppdata[1] = (guint)strtol(strsep(&locationstring, ","), NULL, 10); 1690: device->loc3gppdata[2] = (guint)strtol(strsep(&locationstring, ","), NULL, 16); 1691: device->loc3gppdata[3] = (guint)strtol(strsep(&locationstring, ","), NULL, 16); 1692: g_free(locationstring); 1693: g_variant_unref(locationdata); 1694: g_debug("3GPP location: %u, %u, %4x, %4x\n", device->loc3gppdata[0], device->loc3gppdata[1], device->loc3gppdata[2], device->loc3gppdata[3]); 1695: } else if ((locationtype == MODULE_INT_MODEM_LOCATION_SOURCE_GPS_RAW) && (locationdata != NULL)) { 1696: /*GPS location*/ 1697: locationdata = g_variant_lookup_value(data, "latitude", G_VARIANT_TYPE_STRING); #6 0x00007f8a121783fb in mmgui_module_devices_update_location (device=0x55e1c849d690, mmguicore=0x55e1c841eeb0) at mm07.c:2013 2008: } 2009: } 2010: 2011: /*Update location*/ 2012: if (moduledata->locationenabled) { 2013: mmgui_module_devices_update_location(mmguicore, device); 2014: } 2015: 2016: //Network time. This code makes ModemManager crash, so it commented out 2017: /*gchar *timev; 2018: #7 mmgui_module_devices_information (mmguicore=0x55e1c841eeb0) at mm07.c:2013 2008: } 2009: } 2010: 2011: /*Update location*/ 2012: if (moduledata->locationenabled) { 2013: mmgui_module_devices_update_location(mmguicore, device); 2014: } 2015: 2016: //Network time. This code makes ModemManager crash, so it commented out 2017: /*gchar *timev; 2018: #8 0x000055e1c69731fc in mmguicore_devices_open (mmguicore=0x55e1c841eeb0, deviceid=8, openfirst=openfirst@entry=1) at mmguicore.c:1867 1862: } 1863: if ((mmguicore->devices_open_func)(mmguicore, deviceptr->data)) { 1864: mmguicore->device = deviceptr->data; 1865: /*Update device information*/ 1866: if (mmguicore->devices_information_func != NULL) { 1867: (mmguicore->devices_information_func)(mmguicore); 1868: /*Open SMS database*/ 1869: mmguicore->device->smsdb = mmgui_smsdb_open(mmguicore->device->persistentid, mmguicore->device->internalid); 1870: /*Open traffic database*/ 1871: mmguicore->device->trafficdb = mmgui_trafficdb_open(mmguicore->device->persistentid, mmguicore->device->internalid); 1872: /*Open contacts*/ #9 0x000055e1c6984fd6 in mmgui_main_device_select_from_list (mmguiapp=0x55e1c7b8aae0, identifier=0x55e1c8507d60 "53aac7449cb27881d9663625f24447f8") at devices-page.c:338 333: break; 334: } 335: } 336: 337: if (selected) { 338: if (mmguicore_devices_open(mmguiapp->core, curid, TRUE)) { 339: mmgui_main_ui_controls_disable(mmguiapp, FALSE, FALSE, TRUE); 340: gmm_settings_set_string(mmguiapp->settings, "device_identifier", identifier); 341: return TRUE; 342: } else { 343: mmgui_main_ui_controls_disable(mmguiapp, TRUE, TRUE, TRUE); #10 0x000055e1c699307e in mmgui_main_settings_ui_load (mmguiapp=0x55e1c7b8aae0) at main.c:2138 2133: mmguiapp->window->menuitemcount = 0; 2134: mmgui_main_window_update_active_pages(mmguiapp); 2135: 2136: /*Get last opened device and open it*/ 2137: strparam = gmm_settings_get_string(mmguiapp->settings, "device_identifier", MMGUI_MAIN_DEFAULT_DEVICE_IDENTIFIER); 2138: mmgui_main_device_select_from_list(mmguiapp, strparam); 2139: g_free(strparam); 2140: 2141: return TRUE; 2142: } 2143: #11 mmgui_main_continue_initialization (mmguicore=, mmguiapp=0x55e1c7b8aae0) at main.c:2794 2789: } 2790: /*Open home page*/ 2791: mmgui_main_ui_test_device_state(mmguiapp, MMGUI_MAIN_PAGE_DEVICES); 2792: mmgui_main_ui_page_setup_shortcuts(mmguiapp, MMGUI_MAIN_PAGE_DEVICES); 2793: /*Load UI-specific settings and open device if any*/ 2794: mmgui_main_settings_ui_load(mmguiapp); 2795: /*Finally show window*/ 2796: if ((!mmguiapp->options->invisible) && (!mmguiapp->options->minimized)) { 2797: gtk_widget_show(mmguiapp->window->window); 2798: } 2799: /*Init SMS spellchecker*/ #12 mmgui_main_event_callback (event=, mmguicore=, data=0x0, userdata=0x55e1c7b8aae0) at main.c:390 385: case MMGUI_EVENT_SERVICE_ACTIVATION_SERVICE_ERROR: 386: mmgui_welcome_window_activation_page_set_state(mmguiapp, (gchar *)data); 387: break; 388: case MMGUI_EVENT_SERVICE_ACTIVATION_FINISHED: 389: mmgui_welcome_window_close(mmguiapp); 390: mmgui_main_continue_initialization(mmguiapp, mmguicore); 391: break; 392: case MMGUI_EVENT_SERVICE_ACTIVATION_AUTH_ERROR: 393: mmgui_main_application_unresolved_error(mmguiapp, _("Error while initialization"), _("Unable to start needed system services without correct credentials")); 394: break; 395: case MMGUI_EVENT_SERVICE_ACTIVATION_STARTUP_ERROR: #13 0x000055e1c6970700 in mmgui_svcmanager_start_services_activation (svcmanager=0x55e1c7bedfe0) at svcmanager.c:888 883: 884: /*If activation queue is empty just return*/ 885: if (g_queue_get_length(svcmanager->transqueue) == 0) { 886: g_debug("All services already active - nothing to do\n"); 887: if (svcmanager->callback != NULL) { 888: (svcmanager->callback)(svcmanager, MMGUI_SVCMANGER_EVENT_FINISHED, NULL, svcmanager->userdata); 889: } 890: return TRUE; 891: } 892: 893: /*Request password for Systemd units activation*/ #14 0x000055e1c6975ffd in mmguicore_modules_prepare (mmguicore=0x55e1c841eeb0) at mmguicore.c:1077 1072: if ((!cmmod->applicable) && (cmmod->activationtech != MMGUI_SVCMANGER_ACTIVATION_TECH_NA) && (cmmod->requirement == MMGUI_MODULE_REQUIREMENT_SERVICE)) { 1073: mmgui_svcmanager_schedule_start_service(mmguicore->svcmanager, cmmod->systemdname, cmmod->servicename, cmmod->shortname, mmguicore->options->enableservices); 1074: } 1075: 1076: /*Initiate services activation*/ 1077: mmgui_svcmanager_start_services_activation(mmguicore->svcmanager); 1078: 1079: return TRUE; 1080: } 1081: 1082: GSList *mmguicore_modules_get_list(mmguicore_t mmguicore) #15 mmguicore_start (mmguicore=0x55e1c841eeb0) at mmguicore.c:2887 2882: 2883: gboolean mmguicore_start(mmguicore_t mmguicore) 2884: { 2885: if (mmguicore == NULL) return FALSE; 2886: 2887: return mmguicore_modules_prepare(mmguicore); 2888: } 2889: 2890: static gboolean mmguicore_main(mmguicore_t mmguicore) 2891: { 2892: if (mmguicore == NULL) return FALSE; #16 0x00007f8a1b53be7d in g_closure_invoke (closure=0x55e1c7c8aec0, return_value=0x0, n_param_values=1, param_values=0x7ffcce3365d0, invocation_hint=0x7ffcce336550) at ../../../gobject/gclosure.c:810 [Error: gclosure.c was not found in source tree] #17 0x00007f8a1b54f535 in signal_emit_unlocked_R (node=node@entry=0x55e1c7c50550, detail=detail@entry=0, instance=instance@entry=0x55e1c7bc7210, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7ffcce3365d0) at ../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #18 0x00007f8a1b55846e in g_signal_emit_valist (instance=, signal_id=, detail=, var_args=var_args@entry=0x7ffcce336780) at ../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #19 0x00007f8a1b558b2f in g_signal_emit (instance=instance@entry=0x55e1c7bc7210, signal_id=, detail=detail@entry=0) at ../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #20 0x00007f8a1b65732b in g_application_activate (application=application@entry=0x55e1c7bc7210) at ../../../gio/gapplication.c:2282 [Error: gapplication.c was not found in source tree] #21 0x00007f8a1b657678 in g_application_real_local_command_line (application=0x55e1c7bc7210, arguments=0x7ffcce3368e8, exit_status=0x7ffcce3368e4) at ../../../gio/gapplication.c:1138 [Error: gapplication.c was not found in source tree] #22 0x00007f8a1b65782b in g_application_run (application=0x55e1c7bc7210, argc=, argv=0x7ffcce336ce8) at ../../../gio/gapplication.c:2485 [Error: gapplication.c was not found in source tree] #23 0x000055e1c6960631 in main (argc=, argv=) at main.c:3104 3099: 3100: g_signal_connect(mmguiapp->gtkapplication, "activate", G_CALLBACK(mmgui_main_application_activate_signal), mmguiapp); 3101: 3102: g_signal_connect(mmguiapp->gtkapplication, "shutdown", G_CALLBACK(mmgui_main_application_shutdown_signal), mmguiapp); 3103: 3104: status = g_application_run(G_APPLICATION(mmguiapp->gtkapplication), argc, argv); 3105: 3106: /*Free previously allocated resources*/ 3107: g_object_unref(G_OBJECT(mmguiapp->gtkapplication)); 3108: 3109: if (mmguiapp->options != NULL) {