Re: [HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Tom Lane
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

Re: [HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Stefan Kaltenbrunner
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 >

Re: [HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Tom Lane
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' >

Re: [HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Stefan Kaltenbrunner
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

Re: [HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Tom Lane
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

[HACKERS] random crashes on -HEAD for a few days now

2007-08-20 Thread Stefan Kaltenbrunner
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: #