[fdo][FDO181][New] Deferencing a NULL smart pointer aborts the program

Jack Lee jack.lee at autodesk.com
Wed Sep 20 09:29:36 EDT 2006


You can view the artifact detail at the following URL:

    https://fdo.osgeo.org/servlets/Scarab/id/FDO181

Type
 Defect

Artifact ID
 FDO181 (Deferencing a NULL smart pointer aborts the program)

Reported by
 Jack Lee
 jacklee (jack.lee at autodesk.com)

New artifact details:
---------------------------------------------------------

- Artifact Status set to new value
  New
- Summary set to new value
  Deferencing a NULL smart pointer aborts the program
- Artifact created
- Description set to new value
  When deferencing a NULL smart pointer(FdoPtr), instead of getting an "Bad parameter to method" exception, the program aborts.

This happens only in Linux.



- Steps to Reproduce set to new value
      try
    {
        FdoPtr<FdoIdentifier> pIdent;
        pIdent->GetName();
    }
    catch (FdoException *exp)
    {
        exp->Release();
    }

---------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Fdo_issues mailing list