PR# 17969 Feature call on void target in {ETEST_EVALUATOR_CONTROLLER}.launch_test in EiffelStudio.

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelStudio
Priority: Medium
Date: 2011/11/15
Class: Bug
Severity: Critical
Number: 17969
Release: 7.0.8.7781
Confidential: No
Status: Open
Responsible:
Environment: EiffelStudio 7.0.8.7781 GPL Edition - win64
Synopsis: Feature call on void target in {ETEST_EVALUATOR_CONTROLLER}.launch_test in EiffelStudio.

Description
I had a compiled system, then some changes were made that causes the system not to compile. But I didn't know that, I selected a test and choose to debug it which causes a recompilation that failed due to error, but then this trace popped up.

******************************** Thread exception *****************************
In thread           Root thread            0x0 (thread id)
*******************************************************************************
-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
ETEST_EVALUATOR_DEBUGGER_CONTROLLER
                    launch_test @16        
<0000000013DD7988>  (From ETEST_EVALUATOR_CONTROLLER)
                                           Feature call on void target.  Fail
-------------------------------------------------------------------------------
ETEST_EVALUATOR_DEBUGGER_CONTROLLER
                    launch_test @16        
<0000000013DD7988>  (From ETEST_EVALUATOR_CONTROLLER)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
ETEST_EXECUTOR      launch_test @13                                     
<0000000013DD77D8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
SPECIAL             do_all_in_bounds @4                                 
<0000000013DD78A8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ARRAYED_LIST        do_all @1                                           
<0000000013DD7888>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ETEST_EXECUTOR      start @1                                            
<0000000013DD77D8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ETEST_COMPILATION_EXECUTOR
                    run_compatible_test @4 
<0000000013DD7798>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ETEST_COMPILATION_EXECUTOR
                    run_test @2            
<0000000013DD7798>  (From TEST_EXECUTOR_I) Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      launch_test @6                                      
<00000000141DD978>                         Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTOR_QUEUE step @15                                            
<0000000013DD7758>                         Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      perform_step @1                                     
<00000000141DD978>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      proceed_current_task @5
<00000000141DD978>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      proceed_all_tasks @3                                
<00000000141DD978>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      step @3                                             
<00000000141DD978>  (From ROTA_PARALLEL_TASK_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
TEST_EXECUTION      step @1                                             
<00000000141DD978>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_ROTA             perform_step @1                                     
<0000000003331388>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_ROTA             perform_step @5                                     
<0000000003331388>  (From ROTA)            Routine failure.              Fail
-------------------------------------------------------------------------------
EV_ROTA             proceed_current_task @5
<0000000003331388>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_ROTA             proceed_all_tasks @3                                
<0000000003331388>  (From ROTA_TASK_COLLECTION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_ROTA             loop_to_next_pause @7                               
<0000000003331388>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_event_queue @48
<0000000003163348>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  launch @3                                           
<0000000003163348>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION      launch @2                                           
<0000000003163318>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GRAPHIC          make @4                                             
<00000000031632F8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           make @4                                             
<0000000003056178>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           root's creation                                     
<0000000003056178>                         Routine failure.              Exit
-------------------------------------------------------------------------------
To Reproduce

										
Problem Report Interactions