Comment #3 on issue 153 by marcobra...@gmail.com: gambas3 segfault creating  
new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153

Today on several try i found:

in my localhost postgresql server is not strictly need password to access  
to db in my pg server setting from 127.0.0.1 localhost

Running new connection dialog:

a) new postgresql connection
    name test1
    type: postgreql
    host 127.0.0.1
    user not set
    password not set
    remember password not set
    click on populate db button works fine also connection is working and is  
stored from created connections

b) new postgresql connection
    name test2
    type: postgreql
    host 127.0.0.1
    user set
    password not set
    remember password not set
    click on populate db button works fine also connection is working and is  
stored from created connections

c) new postgresql connection
    name test3
    type: postgreql
    host 127.0.0.1
    user set
    password set
    remember password not set
    click on populate db button works fine but if i choose my db gambas3  
crash test3 is stored from connections
    but restarting gambas3 tryng to get properties setting the password  
still crash


So the issue may be on some related to password field




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to