#0 script_obj_deref_direct (obj=0x6172657075636572) at ./script-object.c:132 [Error: ./script-object.c was not found in source tree] #1 0x00007fa48325d4ce in script_obj_as_custom (obj=, obj@entry=0x6172657075636572, user_func=user_func@entry=0x7fa48325ccf0 , user_data=user_data@entry=0x7ffff5fb4330) at ./script-object.c:237 [Error: ./script-object.c was not found in source tree] #2 0x00007fa48325c998 in script_execute_object_with_parlist (parameter_data=0xce68e0, this=0x0, obj=0x6172657075636572, state=0xce8640) at ./script-execute.c:286 [Error: ./script-execute.c was not found in source tree] #3 script_execute_object (state=state@entry=0xce8640, function=0x6172657075636572, this=this@entry=0x0, first_arg=first_arg@entry=0xdc8130) at ./script-execute.c:667 [Error: ./script-execute.c was not found in source tree] #4 0x00007fa483260a2b in script_lib_plymouth_on_display_message (state=0xce8640, data=0xd392d0, message=message@entry=0xd392d0 "keys:Continue aguardando ou pressione S para pular a montagem ou M para recupera\303\247\303\243o manual") at ./script-lib-plymouth.c:310 [Error: ./script-lib-plymouth.c was not found in source tree] #5 0x00007fa483259785 in display_message (plugin=0xce9a50, message=0xd392d0 "keys:Continue aguardando ou pressione S para pular a montagem ou M para recupera\303\247\303\243o manual") at ./plugin.c:527 [Error: ./plugin.c was not found in source tree] #6 0x0000000000406be1 in ply_boot_connection_on_request (connection=0xce0380) at ply-boot-server.c:665 660: } 661: else if (strcmp (command, PLY_BOOT_PROTOCOL_REQUEST_TYPE_NEWROOT) == 0) 662: { 663: ply_trace ("got newroot request"); 664: if (server->newroot_handler != NULL) 665: server->newroot_handler(server->user_data, argument, server); 666: } 667: else if (strcmp (command, PLY_BOOT_PROTOCOL_REQUEST_TYPE_HAS_ACTIVE_VT) == 0) 668: { 669: bool answer = false; 670: #7 0x00007fa485f5cb16 in ply_event_loop_handle_met_status_for_source (status=, source=, loop=) at ply-event-loop.c:1060 1055: destination = (ply_event_destination_t *) ply_list_node_get_data (node); 1056: next_node = ply_list_get_next_node (source->destinations, node); 1057: 1058: if (((destination->status & status) != 0) 1059: && (destination->status_met_handler != NULL)) 1060: destination->status_met_handler (destination->user_data, source->fd); 1061: 1062: node = next_node; 1063: } 1064: } 1065: #8 ply_event_loop_process_pending_events (loop=loop@entry=0xcd9150) at ply-event-loop.c:1342 1337: if (is_disconnected) 1338: { 1339: ply_event_loop_disconnect_source (loop, source); 1340: } 1341: else if (ply_event_loop_source_has_met_status (source, status)) 1342: ply_event_loop_handle_met_status_for_source (loop, source, status); 1343: 1344: if (loop->should_exit) 1345: break; 1346: } 1347: #9 0x00007fa485f5d390 in ply_event_loop_run (loop=0xcd9150) at ply-event-loop.c:1378 1373: 1374: int 1375: ply_event_loop_run (ply_event_loop_t *loop) 1376: { 1377: while (!loop->should_exit) 1378: ply_event_loop_process_pending_events (loop); 1379: 1380: ply_event_loop_run_exit_closures (loop); 1381: ply_event_loop_free_sources (loop); 1382: ply_event_loop_free_timeout_watches (loop); 1383: #10 0x00000000004049b3 in main (argc=, argv=) at main.c:2452 2447: ply_error ("plymouthd: could not tell parent to exit: %m"); 2448: return EX_UNAVAILABLE; 2449: } 2450: 2451: ply_trace ("entering event loop"); 2452: exit_code = ply_event_loop_run (state.loop); 2453: ply_trace ("exited event loop"); 2454: 2455: ply_boot_splash_free (state.boot_splash); 2456: state.boot_splash = NULL; 2457: