Opened 12 years ago

Closed 12 years ago

#2271 closed defect (fixed)

Shared libs calling exit -- libcsmApi and libossim

Reported by: volter Owned by: sbortman
Priority: normal Milestone: OSSIM 2.0
Component: Performance and Stability Version:
Severity: normal Keywords:
Cc:

Description

The two libraries libcsmApi and libossim call exit().

Libraries should not do so, as it prevents the calling program from handling the error and its consequences.

I found that in what is tagged ossim 1.8.12-1.

Change History (1)

comment:1 by gpotts, 12 years ago

Resolution: fixed
Status: newclosed

Removed the exit and changed to a throw exception. This can now be trapped by the calling program

Note: See TracTickets for help on using tickets.