From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | interesting SIGNAL 10 (BUSERR) on CVS |
Date: | 2003-11-16 17:38:29 |
Message-ID: | 227940000.1069004309@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
running 7.4RC2+ (from last week).
I got the following:
$ debug -ic -c core* /usr/local/pgsql/bin/postgres
Warning: No debugging information in /usr/local/pgsql/bin/postgres
Core image of postgres (process p1) created
CORE FILE [_bt_getroot]
SIGNALED 10 (bus code[BUS_OBJERR] address[0xbb12c550]) in p1
0x808f057 (_bt_getroot+135:) movzwl 16(%edi),%edx
debug> trace
^
Error: Unrecognized keyword at trace
debug> stack
Stack Trace for p1, Program postgres
*[0] _bt_getroot(0x83520dc, 0x1) [0x808f057]
[1] _bt_search(presumed: 0x83520dc, 0x1, 0x838560c) [0x809350d]
[2] _bt_first(presumed: 0x83853d8, 0x1, 0x8385400) [0x809443e]
[3] btgettuple() [0x8091fa6]
debug>
It's a one shot, and I have a core, but, I don't have the debug symbols
as UnixWare's cc doesn't allow -g and -O.
Do we care?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2003-11-16 17:38:52 | Re: [PATCHES] SRA Win32 sync() code |
Previous Message | Tom Lane | 2003-11-16 17:29:52 | Re: [PATCHES] SRA Win32 sync() code |