[DGD] Segfault

Blain blain20 at gmail.com
Thu May 19 15:57:48 CEST 2016


Yep.  My error service was bugging while compiling the trace text.  When
fixed, I found that the static function being called was causing an error
because I'm capturing its return in an int and throwing an error about the
return value not being int.  Then the error service went into a loop
reporting its own internal error.  Good call.

On Thu, May 19, 2016 at 8:17 AM, Blain <blain20 at gmail.com> wrote:

> It segfaults at the callother with the function being static, and works
> fine with the function not being static.  It's possible that the error
> messaging is getting stuck in a loop, though.  I'll have to track that down.
> On May 19, 2016 8:02 AM, "Raymond Jennings" <shentino at gmail.com> wrote:
>
>> That shouldn't cause a segfault though.
>>
>> Calling a static function in another object should at most fail silently
>> with a nil return value.
>>
>> If you can run the core dump through gdb and generate a stack trace you
>> should send it to dworkin.
>>
>> The only reason dgd should crash is infinite recursion.
>> ____________________________________________
>> https://mail.dworkin.nl/mailman/listinfo/dgd
>
>



More information about the DGD mailing list