Hi Joerg,

thanks for this hint.

I thought maybe I'am misusing PdfObject::Reference() and
PdfObject::GetReference() in my code.... This could explain the null
pointer.

I want to get a objects Reference number by calling
PdfObject::Reference() and get a pointer to a eventually existing
indirect object by calling PdfObject::GetReference().

Is this the correct use case?

Thanks in advance!

Georg 


Am Donnerstag, den 10.05.2018, 17:42 +0200 schrieb Joerg Sonnenberger:
> On Thu, May 10, 2018 at 02:14:18PM +0000, Georg Funk wrote:
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x000055ba2342486e in PoDoFo::PdfVariant::DelayedLoad (this=0x0) at
> > /usr/local/include/podofo/base/PdfVariant.h:545
> > 545     if( !m_bDelayedLoadDone)
> > 
> > Have you any idea for me?
> 
> Your reference goes to a null pointer. Look at the "this" above.
> 
> Joerg
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to