Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> (gdb) info locals
> fcinfo = {flinfo = 0x84d33028, context = 0x0, resultinfo = 0x0,
> isnull = 0 '\0', nargs = 1, arg = {2294763512, 16, 2377208416, 1,
> ...
> (gdb) x/16x 0x88c75000 - 8
> 0x88c74ff8: 0x0020 0x Cannot ac
Tom Lane wrote:
> Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
>> as for len it seems to be 0:
>
>> #0 varbit_out (fcinfo=0x88c75000) at varbit.c:549
>> s = (VarBit *) 0x88c75000
>> result = 0x84d33128 ""
>> r = 0x84d33128 ""
>> sp = (bits8 *) 0x88c75000
>
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> as for len it seems to be 0:
> #0 varbit_out (fcinfo=0x88c75000) at varbit.c:549
> s = (VarBit *) 0x88c75000
> result = 0x84d33128 ""
> r = 0x84d33128 ""
> sp = (bits8 *) 0x88c75000
> x = 0 '\0'
>
Tom Lane wrote:
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
at least one of my buildfarm members (emu) is crashing on what seems
totally unrelated regression tests for a few days now:
I was wondering about that ...
it took me about 10 tries to reproduce that manually and I'm getting the
Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> at least one of my buildfarm members (emu) is crashing on what seems
> totally unrelated regression tests for a few days now:
I was wondering about that ...
> it took me about 10 tries to reproduce that manually and I'm getting the
> following
at least one of my buildfarm members (emu) is crashing on what seems
totally unrelated regression tests for a few days now:
http://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=emu&br=HEAD
it took me about 10 tries to reproduce that manually and I'm getting the
following stacktrace:
#