Re: Re: Connecting to a postgreSQL database with windows CE over wi-fi; failing gracefully

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
Cc: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Connecting to a postgreSQL database with windows CE over wi-fi; failing gracefully
Date: 2009-05-01 13:17:51
Message-ID: 49FAF67F.5050906@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Geoghegan wrote:

> though, but it does. My guess is that libpq is calling abort() or
> something similar, directly or indirectly. I know that would cause an
> error message with windows XP, but windows CE is funny.

Maybe this is a stupid question (I don't really do WinCE) but ... can't
you just run your app in a debugger, with breakpoints set in the major
runtime library exit points, so you can get a backtrace at exit time?

Since you're dropping the network, you can't do remote debugging over
wifi, but WinCE must surely offer serial or USB remote debugging...

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Geoghegan 2009-05-01 13:29:48 Re: Re: Connecting to a postgreSQL database with windows CE over wi-fi; failing gracefully
Previous Message Sam Mason 2009-05-01 13:10:21 Re: ERROR: syntax error at or near "IF"... why?