[pgadmin-hackers] [pgadmin3][Patch] Null this in pgConn::GetStatus

2016-07-08 Thread Stuart Gathman
Saw the convention to tag for pgadmin3 and patch, so posting a 3rd time. Sorry - new to pgadmin. pgadmin3-1.22.1 When compiled with gcc6, the evil practice of "this == 0" fails horribly. The most obvious effect is crashing during startup. I've attached a simple patch. The Fedora bugzilla is h

Re: [pgadmin-hackers] Where do I submit patches?

2016-07-08 Thread Stuart Gathman
On 07/07/2016 06:48 PM, Dave Page wrote: >> On 7 Jul 2016, at 17:35, Stuart Gathman wrote: >> >> I submitted a bugfix to this mailing list, didn't see a response, but >> *did* see references to issue numbers. Where do you file issues? I >> came to this maili

[pgadmin-hackers] Null this in pgConn::GetStatus

2016-07-08 Thread Stuart Gathman
pgadmin3-1.22.1 When compiled with gcc6, the evil practice of "this == 0" fails horribly. The most obvious effect is crashing during startup. I've attached a simple patch. The Fedora bugzilla is here: https://bugzilla.redhat.com/show_bug.cgi?id=1335043 A detailed explanation of why this == 0

Re: [pgadmin-hackers] Where do I submit patches?

2016-07-08 Thread Stuart Gathman
On 07/07/2016 06:48 PM, Dave Page wrote: >> On 7 Jul 2016, at 17:35, Stuart Gathman wrote: >> >> I submitted a bugfix to this mailing list, didn't see a response, but >> *did* see references to issue numbers. Where do you file issues? I >> came to this maili

[pgadmin-hackers] Where do I submit patches?

2016-07-07 Thread Stuart Gathman
I submitted a bugfix to this mailing list, didn't see a response, but *did* see references to issue numbers. Where do you file issues? I came to this mailing list from pgadmin.org. -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

Re: [pgadmin-hackers] Null this in pgConn::GetStatus

2016-07-03 Thread Stuart Gathman
On 07/03/2016 10:44 PM, Stuart Gathman wrote: > pgadmin3-1.22.1 > > When compiled with gcc6, the evil practice of "this == 0" fails > horribly. The most obvious effect is crashing during startup. I've > attached a simple patch. The Fedora bugzilla is here: Hmmm.

[pgadmin-hackers] Null this in pgConn::GetStatus

2016-07-03 Thread Stuart Gathman
pgadmin3-1.22.1 When compiled with gcc6, the evil practice of "this == 0" fails horribly. The most obvious effect is crashing during startup. I've attached a simple patch. The Fedora bugzilla is here: https://bugzilla.redhat.com/show_bug.cgi?id=1335043 A detailed explanation of why this == 0