[baseten-users] App crashing when attempting to connect to non-local IP
Eric
ethomjen at gmail.com
Sat May 16 20:46:23 EEST 2009
On May 16, 2009, at 5:42 AM, Tuukka Norri wrote:
> Eric kirjoitti 16.5.2009 kello 1.13:
>> Any ideas on why my app would crash when attempting to connect to a
>> non-local IP address?
>
> Hi!
> This isn't supposed to happen. Can you send us a stack trace from
> the time of the crash?
> Also, are you using version 1.6.2, SVN trunk or some other revision?
Here is the stack trace from gdb:
#0 0x95a5168c in objc_msgSend ()
#1 0x0015b550 in VerifySSLCertificate ()
#2 0x95c0d14d in X509_verify_cert ()
#3 0x94fef50a in ssl_verify_cert_chain ()
#4 0x94fe3484 in ssl3_connect ()
#5 0x0018caee in open_client_SSL ()
#6 0x0018bd2f in pqsecure_open_client ()
#7 0x0017e63e in PQconnectPoll ()
#8 0x0015b5a5 in -[PGTSAsynchronousConnector socketReady] ()
#9 0x94b5a920 in __CFSocketDoCallback ()
#10 0x94b5bf65 in __CFSocketPerformV0 ()
#11 0x94b515f5 in CFRunLoopRunSpecific ()
#12 0x94b51cd8 in CFRunLoopRunInMode ()
#13 0x96ef22c0 in RunCurrentEventLoopInMode ()
#14 0x96ef20d9 in ReceiveNextEventCommon ()
#15 0x96ef1f4d in BlockUntilNextEventMatchingListInMode ()
#16 0x90ad1d7d in _DPSNextEvent ()
#17 0x90ad1630 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#18 0x90d0e9ef in -[NSApplication _realDoModalLoop:peek:] ()
#19 0x90d0912d in -[NSApplication runModalForWindow:] ()
#20 0x000220e0 in -[BXApplicationModalNSConnectorImplementation
displayAuthenticationPanel2:] ()
#21 0x91baf01e in __NSFirePerformTimer ()
#22 0x94b4f9a2 in __CFRunLoopDoObservers ()
#23 0x94b50cfc in CFRunLoopRunSpecific ()
#24 0x94b51cd8 in CFRunLoopRunInMode ()
#25 0x96ef22c0 in RunCurrentEventLoopInMode ()
#26 0x96ef20d9 in ReceiveNextEventCommon ()
#27 0x96ef1f4d in BlockUntilNextEventMatchingListInMode ()
#28 0x90ad1d7d in _DPSNextEvent ()
#29 0x90ad1630 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#30 0x90aca66b in -[NSApplication run] ()
#31 0x90a978a4 in NSApplicationMain ()
#32 0x000025ce in start ()
I have restarted the remote Postgresql server with pg_hba.conf
settings both as "host" and "hostnossl", to try to skip what appears
to be getting hung up on the SSL negotiation, and I get the same
result of a crashing app.
I'm using Baseten version 1.6.2.
Thanks! Look forward to your reply-
Eric
More information about the baseten-users
mailing list