• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #710 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

Garbage collection consumes the omero::CType instances.

Reported by: jmoore Owned by: jmoore
Priority: major Milestone: 3.0-Beta2
Component: Services Version: 3.0-M1
Keywords: iteration6 Cc:

Description

At random points (made more common by quicker GC cycles), instances of omero::CTypes (or there contents) can be consumed by Ice's garbage collection causing null-property exceptions from Hibernate. In general, this needs a reworking of the CTypes.

Change History

Changed 18 months ago by jmoore

  • keywords iteration6 added

Changed 18 months ago by jmoore

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

r1553 & r1554

Since the null field in the RTypes was unnecessary (as misunderstanding on how Ice/C++ worked), it has been removed. This makes working with the RTypes simpler, and makes the CTypes redundant. Therefore all CTypes class names have been turned into typedefs for the RTypes. The CTypes should be considered deprecated.

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/