- 
                Notifications
    
You must be signed in to change notification settings  - Fork 50
 
Segmentation faul #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| 
           Hola @pasensio97 , Necesito que no modifiques el CMakeLists.txt, ni añadas los ficheros que se autogeneran (src/ICE/cpp/ATCDisplay.cpp, src/ICE/cpp/ATCDisplay.h). Haz cambios solamente en el código que sea relevante para tu PR, que son 3 líneas realmente. Por lo demás, creo que tu solución es correcta :) Saludos  | 
    
| @@ -0,0 +1,1025 @@ | |||
| // ********************************************************************** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No añadas este fichero
| @@ -0,0 +1,2594 @@ | |||
| // ********************************************************************** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No este otro
        
          
                src/simulator/Airport.cpp
              
                Outdated
          
        
      | Airport::NextFocus() | ||
| { | ||
| if(flights.empty()) return; | ||
| //if(flights.empty()) return; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seguro que esto no tiene que estar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No sé por qué no lo descomenté.
| 
           Comprueba #69  | 
    
| 
           Creo que ya está todo actualizado.  | 
    
Fallo de segmentación cuando se elimina el último avión solucionado.