[OGo-Developer] OGo Trunk WebUI Crashing With Signal#6

Adam Tauno Williams developer@opengroupware.org
Sun, 10 Dec 2006 16:42:49 -0500


> > Backtrace seems boring:
> > (gdb) backtrace
> > #0  0xffffe410 in __kernel_vsyscall ()
> > #1  0xb757e7d0 in raise () from /lib/libc.so.6
> > #2  0xb757fea3 in abort () from /lib/libc.so.6
> > #3  0x0804dae4 in main ()
> You probably didn't start OGo inside GDB with "-WOUseWatchDog NO" ...  
> Most likely this is the backtrace of the watchdog, not of OGo. Would  
> be nice to get the real backtrace.

I think I am.

ogo@aleph:~> gdb /usr/local/sbin/ogo-webui-1.1
....
(gdb) r -WOUseWatchDog NO
....
Dec 10 21:35:45 ogo-webui-1.1 [11465]: |ogo-webui-1.1|
<OpenGroupware[0x0x8101afc]: name=ogo-webui-1.1>: caught:
  (Exception name:PostgreSQL72FatalError class:PostgreSQL72Exception
reason:fatal pgsql error (channel=<0x0x8912324[PostgreSQL72Channel]:
connection=<0x0x8912524[PGConnection]:  connection=0x0x8912d70>>):
ERROR:  invalid input syntax for type timestamp with time zone: "%Y-%m-%
d %H:%M:%S%z"
 info:<nil>)
in context:
  <0x0x88ca1c4[WOContext]: 002457c7db1088ca1c4 app=ogo-webui-1.1
sn=2CC92CC901457C7DB1 eid= rqeid=>.

Program received signal SIGABRT, Aborted.
[Switching to Thread -1221601616 (LWP 11465)]
0xffffe410 in __kernel_vsyscall ()
(gdb) backtrace
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb74da7d0 in raise () from /lib/libc.so.6
#2  0xb74dbea3 in abort () from /lib/libc.so.6
#3  0x0804dae4 in main ()