PR# 18343 Feature call on void target in {CONF_TARGET}.setting_msil_clr_version in EiffelStudio.

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelStudio
Priority: Medium
Date: 2012/10/04
Class: Bug
Severity: Serious
Number: 18343
Release: 7.2.8.9529
Confidential: No
Status: Analyzed
Responsible:
Environment: EiffelStudio 7.2.8.9529 GPL Edition - win64
Synopsis: Feature call on void target in {CONF_TARGET}.setting_msil_clr_version in EiffelStudio.

Description
Opening the project settings and then going to the Advanced section, triggers this crash.

******************************** Thread exception *****************************
In thread           Root thread            0x0 (thread id)
*******************************************************************************
-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
CONF_TARGET         setting_msil_clr_version @1
<00000000108A2198>                         Feature call on void target.  Fail
-------------------------------------------------------------------------------
CONF_TARGET         setting_msil_clr_version @1
<00000000108A2198>                         Routine failure.              Fail
-------------------------------------------------------------------------------
CONFIGURATION_WINDOW
                    add_advanced_properties @161
<0000000010EE5558>  (From TARGET_PROPERTIES)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
CONFIGURATION_WINDOW
                    show_properties_target_advanced @6
<0000000010EE5558>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @21               
<000000000FDE6968>  (From ACTION_SEQUENCE) Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @3                
<000000000FDE6968>  (From EV_LITE_ACTION_SEQUENCE)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_TREE_IMP         on_tvn_selchanged @13                               
<00000000092A3E88>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_TREE_IMP         process_notification_info @31
<00000000092A3E88>  (From WEL_TREE_VIEW)   Routine failure.              Fail
-------------------------------------------------------------------------------
EV_HORIZONTAL_SPLIT_AREA_IMP
                    on_wm_notify @5        
<000000001088D9E8>  (From WEL_COMPOSITE_WINDOW)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_INTERNAL_SILLY_WINDOW_IMP
                    on_wm_notify @8        
<00000000031506B8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_INTERNAL_SILLY_WINDOW_IMP
                    window_process_message @30
<00000000031506B8>  (From WEL_WINDOW)      Routine failure.              Fail
-------------------------------------------------------------------------------
EV_INTERNAL_SILLY_WINDOW_IMP
                    process_message @22    
<00000000031506B8>  (From WEL_COMPOSITE_WINDOW)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
WEL_DISPATCHER      window_procedure @7                                 
<0000000003234E08>  (From WEL_ABSTRACT_DISPATCHER)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
WEL_DISPATCHER      window_procedure @12                                
<0000000003234E08>  (From WEL_ABSTRACT_DISPATCHER)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
WEL_MSG             dispatch @1                                         
<0000000003234D68>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_message @10                                 
<0000000003233FD8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_underlying_toolkit_event_queue @6
<0000000003233FD8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_event_queue @2                              
<0000000003233FD8>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_HANDLER
                    process_application_event_queue @1
<0000000003234DA8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_HANDLER
                    launch @4              
<0000000003234DA8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION      internal_launch_application @3
<0000000003234328>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION      launch @2                                           
<0000000003234328>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GRAPHIC          make @4                                             
<0000000003234308>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           make @4                                             
<00000000031346D8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           root's creation                                     
<00000000031346D8>                         Routine failure.              Exit
-------------------------------------------------------------------------------
To Reproduce

										
Problem Report Interactions
From:ted_eiffel    Date:2012/10/06    Download   
See review 8492118.

From:manus_eiffel    Date:2012/10/04    Status: Analyzed    Download   
This is again a conversion issue due to `settings' being a HASH_TABLE [STRING_32, STRING_32] compared to before where it was just STRING_8.