PR# 14976 Failure after slice

Problem Report Summary
Submitter: randyjohn
Category: EiffelVision
Priority: Medium
Date: 2008/11/10
Class: Bug
Severity: Serious
Number: 14976
Release: 6.3.7.5403
Confidential: No
Status: Closed
Responsible: jfiat_es
Environment: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648)
Synopsis: Failure after slice

Description
I had just set the 'slice' on a SPECIAL to the range 600-700 and I attempted to open an item (the 0-50 range worked OK).  In fact, just setting the slice to 0-50 fails.
   Randy

The type was:

SPECIAL [TUPLE [uid: INTEGER_64; date: ROSE_DATE; vectors: DATA_CUBE_VECTORS]]

******************************** Thread exception *****************************
In thread           Root thread            0x0 (thread id)
*******************************************************************************
-------------------------------------------------------------------------------
Class / Object      Routine                Nature of exception           Effect
-------------------------------------------------------------------------------
EV_GRID_ROW_I       subrow @1                                           
<0000000008018878>                         Feature call on void target.  Fail
-------------------------------------------------------------------------------
EV_GRID_ROW_I       subrow @1                                           
<0000000008018878>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_OBJECTS_GRID_ROW subrow @1                                           
<0000000008018860>  (From EV_GRID_ROW)     Routine failure.              Fail
-------------------------------------------------------------------------------
EV_GRID_DRAWER_I    redraw_area_in_drawable_coordinates @205
<000000000A8DFBE8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_GRID_DRAWER_I    redraw_area_in_drawable_coordinates_wrapper @1
<000000000A8DFBE8>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_GEOMETRY_ACTION_SEQUENCE
                    wrapper @1             
<000000000A8DFA8C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_GEOMETRY_ACTION_SEQUENCE
                    call @21               
<000000000A8DFA8C>  (From ACTION_SEQUENCE) Routine failure.              Fail
-------------------------------------------------------------------------------
EV_GEOMETRY_ACTION_SEQUENCE
                    call @3                
<000000000A8DFA8C>  (From EV_LITE_ACTION_SEQUENCE)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_DRAWING_AREA_IMP on_paint @9                                         
<000000000A8DF90C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_DRAWING_AREA_IMP on_wm_paint @5                                      
<000000000A8DF90C>  (From WEL_COMPOSITE_WINDOW)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_DRAWING_AREA_IMP process_message @2                                  
<000000000A8DF90C>  (From WEL_COMPOSITE_WINDOW)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
WEL_DISPATCHER      window_procedure @7                                 
<0000000007BFC9B8>  (From WEL_ABSTRACT_DISPATCHER)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
WEL_MSG             dispatch @1                                         
<0000000007BFCB74>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_message @10                                 
<0000000007900690>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_underlying_toolkit_event_queue @7
<0000000007900690>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  process_event_queue @2                              
<0000000007900690>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP  launch @3                                           
<0000000007900690>  (From EV_APPLICATION_I)
                                           Routine failure.              Fail
-------------------------------------------------------------------------------
EV_APPLICATION      launch @2                                           
<000000000790066C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
ES_GRAPHIC          make @4                                             
<000000000790060C>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           make @3                                             
<0000000007900054>                         Routine failure.              Fail
-------------------------------------------------------------------------------
EB_KERNEL           root's creation                                     
<0000000007900054>                         Routine failure.              Exit
-------------------------------------------------------------------------------
To Reproduce

										
Problem Report Interactions
From:jfiat_es    Date:2008/11/14    Status: Closed    Download   
Fixed by rev#75581
This was due to an issue in EV_GRID, when inserting rows.