libgcc-exit-trace.txt

text/plain

Filename: libgcc-exit-trace.txt
Type: text/plain
Part: 0
Message: Re: narwhal and PGDLLIMPORT
Breakpoint 1, 0x77bcaf46 in msvcrt!exit () from C:\WINDOWS\system32\msvcrt.dll
#0  0x77bcaf46 in msvcrt!exit () from C:\WINDOWS\system32\msvcrt.dll
#1  0x0065637b in proc_exit (code=code@entry=0) at ipc.c:143
#2  0x006798bf in PostgresMain (argc=1, argv=argv@entry=0x225830,
    dbname=0x224498 "template1", username=0x224460 "cyg_server")
    at postgres.c:4232
#3  0x0061b26e in BackendRun (port=0x205f520) at postmaster.c:4113
#4  SubPostmasterMain (argc=argc@entry=3, argv=argv@entry=0x222e88)
    at postmaster.c:4617
#5  0x007af2a1 in main (argc=3, argv=0x222e88) at main.c:196
(gdb) s
Single stepping until exit from function msvcrt!exit,
which has no line number information.
0x77bcae7a in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
(gdb)
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
0x77bc84c4 in strerror () from C:\WINDOWS\system32\msvcrt.dll
(gdb)
Single stepping until exit from function strerror,
which has no line number information.
0x77bcae86 in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
(gdb)
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
atexit_callback () at ipc.c:283
warning: Source file is more recent than executable.
283             proc_exit_prepare(-1);
(gdb)
proc_exit_prepare (code=-1) at ipc.c:153
153     {
(gdb) fin
Run till exit from #0  proc_exit_prepare (code=-1) at ipc.c:153
0x77bcaed6 in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
(gdb) s
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.

Breakpoint 1, 0x77bcaf61 in msvcrt!_exit ()
   from C:\WINDOWS\system32\msvcrt.dll
(gdb) rep 100 s
Single stepping until exit from function msvcrt!_exit,
which has no line number information.
0x77bcae7a in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
0x77bc84c4 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.
0x77bcae86 in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
0x77bcadb2 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.
0x77e64770 in KERNEL32!GetModuleHandleA ()
   from C:\WINDOWS\system32\kernel32.dll
Single stepping until exit from function KERNEL32!GetModuleHandleA,
which has no line number information.
0x77bcadc2 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.

Breakpoint 1, 0x77bcaf61 in msvcrt!_exit ()
   from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function msvcrt!_exit,
which has no line number information.
0x77bcae7a in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
0x77bc84c4 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.
[Thread 3896.0x1ed8 exited with code 3]
0x77bcae86 in msvcrt!_initterm () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function msvcrt!_initterm,
which has no line number information.
0x77bcadb2 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.
0x77e64770 in KERNEL32!GetModuleHandleA ()
   from C:\WINDOWS\system32\kernel32.dll
Single stepping until exit from function KERNEL32!GetModuleHandleA,
which has no line number information.
[Thread 3896.0x2c30 exited with code 3]
0x77bcadc2 in strerror () from C:\WINDOWS\system32\msvcrt.dll
Single stepping until exit from function strerror,
which has no line number information.
[Inferior 1 (process 3896) exited with code 03]
The program is not being run.
(gdb)