(gdb) c
Continuing.

Program received signal SIGABRT, Aborted.
0x4023eac1 in kill () from /lib/libc.so.6
(gdb) bt
#0  0x4023eac1 in kill () from /lib/libc.so.6
#1  0x4023e6eb in raise () from /lib/libc.so.6
#2  0x40240127 in abort () from /lib/libc.so.6
#3  0x0822e272 in ExceptionalCondition (
    conditionName=0x6 <Address 0x6 out of bounds>,
    errorType=0x8251134 "FailedAssertion", fileName=0x40347d24 "8,\023",
    lineNumber=0) at assert.c:51
#4  0x08119231 in TablespaceCreateDbspace (spcNode=136646964, dbNode=0,
    isRedo=0 '\0') at tablespace.c:132
#5  0x081b60f1 in smgrcreate (reln=0x0, isTemp=0 '\0', isRedo=0 '\0')
    at smgr.c:326
#6  0x080bdc40 in heap_create (relname=0x83690f8 "pg_proc", relnamespace=11,
    reltablespace=0, tupDesc=0x0, relkind=0 '\0', shared_relation=1 '\001',
    allow_system_table_mods=1 '\001') at heap.c:326
#7  0x080b75aa in Int_yyparse () at bootparse.y:183
#8  0x080b956a in BootstrapMain (argc=6, argv=0x833239c) at bootstrap.c:473
#9  0x08153025 in main (argc=7, argv=0x8332398) at main.c:288
#10 0x4022ad06 in __libc_start_main () from /lib/libc.so.6
(gdb)

