Ticket #36 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Crash with property tag but no getProperty/setProperty

Reported by: mgalloy Owned by: mgalloy
Priority: major Milestone: IDLdoc 3.1
Component: core Version: 3.0
Keywords: Cc:

Description

If a property tag is used and there are not getProperty or setProperty methods, IDLdoc will crash with:

% IDLDOC: Invalid object reference: <OBJREF   (<ObjHeapVar2583>)>.

An invalid property object is added to the index. The crash occurs when it is encountered when processing the index.

Change History

Changed 4 years ago by mgalloy

  • status changed from new to assigned

Changed 4 years ago by mgalloy

This actually happens when the routine after the property tag is a regular routine (not a method).

Changed 4 years ago by mgalloy

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r463.

Note: See TracTickets for help on using tickets.