On Wed, 2020-02-26 at 00:12 +0100, Gilles Maire wrote:
> I compiled the helloword from libpodofo alone and it crash each time
> the code access on ostream file on line 794 on the line
>     streamsize _Count = (streamsize)_Traits::length(_Val);    // may overflow

        Hi,
do you have full backtrace of the crash, please? Ideally with shown
parameters and local variables values (something similar to '(gdb) bt
full'). I do not know these STL internals, but I'd guess the 'this'
pointer is NULL or invalid (like an uninitialized variable), which
makes it crash; or something similar with the '_Val'.
        Bye,
        zyx



_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to