roxen.lists.pike.general

Subject Author Date
Re: overloading + Henrik Grubbström (Lysator) @ <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 23-01-2009
>On Fri, 2009-01-23 at 08:15 +0000, Marcus Agehall (Roxen IS) @ Pike (-)
>importmöte för mailinglistan wrote:
>> Please post the output of the gdb command "bt" instead. The where only
>> tells us where the error occured. To actually be usefull, one needs to
>> see the call-chain.
>
>This is again with pike 7.7.39, hope I copied enough.

Looks like it has run out of C-stack, due to an infinite recursion
which in turn looks like it has probably been triggered by f_add()
throwing an error. The likely reason for f_add() throwing an error
is that there's some sort of problem with your lfun::`+() or
lfun::`+=().

Can you give an example of the code that fails?