#0 0x00007fe2a7709858 in main_arena () from /tmp/apport_sandbox_6ISITw/lib/x86_64-linux-gnu/libc.so.6 #1 0x00007fe2a771936a in ply_pixel_display_draw_area (display=0x12a2ec0, x=587, y=526, width=21, height=21) at ply-pixel-display.c:144 139: int height) 140: { 141: 142: ply_pixel_buffer_t *pixel_buffer; 143: 144: pixel_buffer = ply_renderer_get_buffer_for_head (display->renderer, 145: display->head); 146: 147: if (display->draw_handler != NULL) 148: { 149: ply_rectangle_t clip_area; #2 0x00007fe2a42d6471 in draw_area (data=0x12a7240, height=, width=, y=, x=) at ./script-lib-sprite.c:537 [Error: ./script-lib-sprite.c was not found in source tree] #3 script_lib_sprite_refresh (data=0x12a7240) at ./script-lib-sprite.c:837 [Error: ./script-lib-sprite.c was not found in source tree] #4 0x00007fe2a42cf384 in stop_script_animation (plugin=0x12af770) at ./plugin.c:320 [Error: ./plugin.c was not found in source tree] #5 stop_animation (plugin=0x12af770) at ./plugin.c:353 [Error: ./plugin.c was not found in source tree] #6 0x00007fe2a42cf449 in become_idle (plugin=, idle_trigger=0x12afef0) at ./plugin.c:470 [Error: ./plugin.c was not found in source tree] #7 0x0000000000406d74 in ply_boot_connection_on_request (connection=0x131b050) at ply-boot-server.c:542 537: (ply_trigger_handler_t) 538: ply_boot_connection_on_deactivated, 539: connection); 540: 541: if (server->deactivate_handler != NULL) 542: server->deactivate_handler (server->user_data, deactivate_trigger, server); 543: 544: free (argument); 545: free (command); 546: return; 547: } #8 0x00007fe2a792ef86 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: #9 ply_event_loop_process_pending_events (loop=0x1397080) at ply-event-loop.c:1327 1322: if (is_disconnected) 1323: { 1324: ply_event_loop_disconnect_source (loop, source); 1325: } 1326: else if (ply_event_loop_source_has_met_status (source, status)) 1327: ply_event_loop_handle_met_status_for_source (loop, source, status); 1328: 1329: if (loop->should_exit) 1330: break; 1331: } 1332: #10 0x00007fe2a792f460 in ply_event_loop_run (loop=0x1297150) at ply-event-loop.c:1359 1354: 1355: int 1356: ply_event_loop_run (ply_event_loop_t *loop) 1357: { 1358: while (!loop->should_exit) 1359: ply_event_loop_process_pending_events (loop); 1360: 1361: ply_event_loop_run_exit_closures (loop); 1362: ply_event_loop_free_sources (loop); 1363: ply_event_loop_free_timeout_watches (loop); 1364: #11 0x0000000000404ef7 in main (argc=-1479256416, argv=0x0) at main.c:2368 2363: } 2364: 2365: load_devices (&state, device_manager_flags); 2366: 2367: ply_trace ("entering event loop"); 2368: exit_code = ply_event_loop_run (state.loop); 2369: ply_trace ("exited event loop"); 2370: 2371: ply_boot_splash_free (state.boot_splash); 2372: state.boot_splash = NULL; 2373: