PR# 16103 Operating system signal in {LINKED_LIST}.new_cell in EiffelStudio.

Problem Report Summary
Submitter: manus_eiffel
Category: EiffelStudio
Priority: Medium
Date: 2009/08/03
Class: Bug
Severity: Serious
Number: 16103
Release: 6.5.7.9743
Confidential: No
Status: Open
Responsible:
Environment: EiffelStudio 6.5.7.9743 GPL Edition - linux-x86-64
Synopsis: Operating system signal in {LINKED_LIST}.new_cell in EiffelStudio.

Description
Strange issue where clicking on the `Groups' tab it hangs. The issue is that there is a list of LINKED_LIST [CONF_GROUP] with about 4M items when I stopped it in the C debugger to see what was going on.

******************************** Thread exception *****************************
In thread           Root thread            0x0 (thread id)
*******************************************************************************
-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
LINKED_LIST         new_cell @1            Interrupt:                   
<000000000D555548>                         Operating system signal.      Fail
-------------------------------------------------------------------------------
LINKED_LIST         new_cell @1                                         
<000000000D555548>                         Routine failure.              Fail
-------------------------------------------------------------------------------
LINKED_LIST         put_front @1                                        
<000000000D555548>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_CLASSES_TREE     cluster_parents @5                                  
<00007F2098F34608>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_CLASSES_TREE     show_subfolder @1                                   
<00007F2098F34608>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_CLASSES_TREE     show_class @1                                       
<00007F2098F34608>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GROUPS_TOOL_PANEL
                    on_stone_changed @4    
<00007F2098F34E88>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GROUPS_TOOL_PANEL
                    on_show @5             
<00007F2098F34E88>  (From ES_DOCKABLE_STONABLE_TOOL_PANEL)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GROUPS_TOOL_PANEL
                    on_shown @2            
<00007F2098F34E88>  (From ES_DOCKABLE_TOOL_PANEL)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @21               
<00007F209A7F3258>  (From ACTION_SEQUENCE) Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @3                
<00007F209A7F3258>  (From EV_LITE_ACTION_SEQUENCE)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
SD_NOTEBOOK         select_item @10                                     
<00007F209A7ECE88>                         Routine failure.              Fail
-------------------------------------------------------------------------------
SD_NOTEBOOK         on_tab_selected @1                                  
<00007F209A7ECE88>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @21               
<00007F209A7F7528>  (From ACTION_SEQUENCE) Routine failure.              Fail
-------------------------------------------------------------------------------
EV_NOTIFY_ACTION_SEQUENCE
                    call @3                
<00007F209A7F7528>  (From EV_LITE_ACTION_SEQUENCE)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
SD_NOTEBOOK_TAB     on_pointer_press @8                                 
<00007F209A7F7498>                         Routine failure.              Fail
-------------------------------------------------------------------------------
SD_NOTEBOOK_TAB_BOX on_pointer_press @8                                 
<00007F209A7F7918>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_POINTER_BUTTON_ACTION_SEQUENCE
                    call @21               
<00007F209A7F8208>  (From ACTION_SEQUENCE) Routine failure.              Fail
-------------------------------------------------------------------------------
EV_POINTER_BUTTON_ACTION_SEQUENCE
                    call @3                
<00007F209A7F8208>  (From EV_LITE_ACTION_SEQUENCE)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
SD_DRAWING_AREA_IMP call_button_event_actions @24
<00007F209A7F7978>  (From EV_WIDGET_IMP)   Routine failure.              Fail
-------------------------------------------------------------------------------
SD_DRAWING_AREA_IMP call_button_event_actions @4
<00007F209A7F7978>  (From EV_DRAWING_AREA_IMP)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
SD_DRAWING_AREA_IMP on_mouse_button_event @21
<00007F209A7F7978>  (From EV_PICK_AND_DROPABLE_IMP)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_button_event @28
<00007F209E8BDBF8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_underlying_toolkit_event_queue @72
<00007F209E8BDBF8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_event_queue @2                              
<00007F209E8BDBF8>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  launch @3                                           
<00007F209E8BDBF8>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  launch @2                                           
<00007F209E8BDBF8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION      launch @2                                           
<00007F209E8BDBC8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GRAPHIC          make @4                                             
<00007F209E8BDBA8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           make @6                                             
<00007F209E8BDB68>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           root's creation                                     
<00007F209E8BDB68>                         Routine failure.              Exit
-------------------------------------------------------------------------------
To Reproduce

										
Problem Report Interactions