PR# 14924 Feature call on void target in [DEBUGGER_COMPILER_UTILITIES.feature_from_runtime_data] in EiffelStud
Problem Report Summary
Submitter: ericbe
Category: Debugger
Priority: Medium
Date: 2008/10/27
Class: Bug
Severity: Critical
Number: 14924
Release: 6.2.7.3753
Confidential: No
Status: Closed
Responsible:
Environment: EiffelStudio 6.2.7.3753 GPL Edition - windows
Synopsis: Feature call on void target in [DEBUGGER_COMPILER_UTILITIES.feature_from_runtime_data] in EiffelStud
Description
I was running my application from EiffelStudio.
******************************** Thread exception *****************************
In thread Root thread 0x0 (thread id)
*******************************************************************************
-------------------------------------------------------------------------------
Class / Object Routine Nature of exception Effect
-------------------------------------------------------------------------------
APPLICATION_STATUS_CLASSIC
feature_from_runtime_data @5
<0000000007CD0090> (From DEBUGGER_COMPILER_UTILITIES)
Feature call on void target. Fail
-------------------------------------------------------------------------------
APPLICATION_STATUS_CLASSIC
feature_from_runtime_data @5
<0000000007CD0090> (From DEBUGGER_COMPILER_UTILITIES)
Routine failure. Fail
-------------------------------------------------------------------------------
APPLICATION_STATUS_CLASSIC
set @9
<0000000007CD0090> Routine failure. Fail
-------------------------------------------------------------------------------
STOPPED_HDLR execute @30
<0000000007D3BCC4> Routine failure. Fail
-------------------------------------------------------------------------------
IPC_ENGINE execute @3
<0000000013064A2C> (From ISED_X_SLAVE) Routine failure. Fail
-------------------------------------------------------------------------------
EB_IO_WATCHER_IMP call_back @2
<0000000007D3BB44> Routine failure. Fail
-------------------------------------------------------------------------------
WEL_MSG dispatch @1
<00000000119D2C14> Routine failure. Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP process_message @12
<0000000016E70534> Routine failure. Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP process_underlying_toolkit_event_queue @7
<0000000016E70534> Routine failure. Fail
-------------------------------------------------------------------------------
EV_APPLICATION_IMP process_event_queue @2
<0000000016E70534> (From EV_APPLICATION_I)
Routine failure. Fail
-------------------------------------------------------------------------------
To Reproduce
Problem Report Interactions
I recompiled my application from scratch and I don't get this crash anymore. Probably an incrementality problem.
As far as I know, there was no breakpoint. And it's hard to tell where it was going to get an exception without EiffelStudio telling me.
Call on void crash fixed by rev#75290 (and previous commits) However, do you remember what was the related class? where your application was about to stop (or exception raised) ?