Re: PostgreSQL Exception: invalid input syntax for type timestamp

Adam Tauno Williams <[email protected]> Fri, 27 Feb 2009 16:50:09 -0500
Newsgroups gmane.comp.cms.opengroupware.user
Message-ID <1235771409.5271.72.camel@linux-m3mt>
On Tue, 2009-02-17 at 23:32 +0100, Helge Hess wrote:
> On 17.02.2009, at 22:44, Sven Arnold wrote:
> > Hmm.., don't know if I understand what you mean by "-raise". Shouldn't
> > there be a function name?
> 
> "-raise" refers to the Objective-C instance method raise. Maybe the  
> syntax is slightly wrong for GDB, didn't try. Maybe "break [NSObject  
> raise]" works. Something like that ;-)

The procedure is:

gdb '/usr/sbin/ogo-webui-1.1'
(gdb) r -WOUseWatchDog NO
Ctrl-C
(gdb) break raise
Breakpoint 1 at 0xb767eeda: file NSException.m, line 199.
(gdb) c
Continuing.
  ... produce error ...
(gdb) bt
#0  -[NSException raise] (self=0x8fff56c, _cmd=0xb7b2abc0) at
NSException.m:199
#1  0xb7add292 in ?? () from /usr/lib/libGDLAccess.so.4.7
#2  0xb7b6c7a7 in ?? () from /usr/lib/libLSFoundation.so.5.3
#3  0xb712b320 in ?? ()
from /usr/lib/opengroupware.org-1.1/commands/LSBase.cmd/LSBase
#4  0xb7b66d32 in ?? () from /usr/lib/libLSFoundation.so.5.3
#5  0xb7b5c370 in ?? () from /usr/lib/libLSFoundation.so.5.3
#6  0xb7b5bc2d in LSCommandRunV () from /usr/lib/libLSFoundation.so.5.3
#7  0xb710f821 in ?? ()
from /usr/lib/opengroupware.org-1.1/commands/LSAccount.cmd/LSAccount
....

now I just need to get debugging symbols :)

> Anyways, a 'bt' should work w/o the break in an libFoundation  
> environment. (lF uses nested functions to implement exceptions)


-- 
OpenGroupware.org Users
[email protected]
http://mail.opengroupware.org/mailman/listinfo/users