Opened 13 years ago
Closed 13 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.
Note:
See TracTickets
for help on using tickets.
Removed the exit and changed to a throw exception. This can now be trapped by the calling program