Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2014-01-09 Thread Michael Meskes
On Sun, Jan 05, 2014 at 03:42:42PM +0900, MauMau wrote: > I ran the ECPG regression test with the unpatched 64-bit PostgreSQL > 9.2.4 on SPARC Solaris, and it succeeded (all 54 tests passed). For > ... Thanks a lot. Patch applied to HEAD and all the backbranches. Will push shortly. Michael -- M

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2014-01-04 Thread MauMau
From: "Michael Meskes" On Sat, Dec 28, 2013 at 08:04:09AM +0900, MauMau wrote: OK, I'll run the ECPG regression test on Solaris without the patch. Please wait until Jan 6 2014 or so, because we've just entered new year holidays here in Japan. Sure, we're no in a particular hurry. I ran the

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-28 Thread Michael Meskes
On Sat, Dec 28, 2013 at 08:04:09AM +0900, MauMau wrote: > OK, I'll run the ECPG regression test on Solaris without the patch. > Please wait until Jan 6 2014 or so, because we've just entered new > year holidays here in Japan. Sure, we're no in a particular hurry. Michael -- Michael Meskes Michae

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-27 Thread MauMau
From: "Michael Meskes" What happens to the regression test suite on your system? There are test cases that access a descriptor in a similar way I think. OK, I'll run the ECPG regression test on Solaris without the patch. Please wait until Jan 6 2014 or so, because we've just entered new yea

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-27 Thread Michael Meskes
On Tue, Dec 24, 2013 at 09:55:45PM +0900, MauMau wrote: > The attached ECPG app crashes and dumps core with SIGBUS on Solaris > for SPARC. I used Solaris 10, and Oracle Studio to compile the app > for 64-bit build. The same app completes successfully on Linux and > Windows for x86/x564. What hap

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-24 Thread MauMau
From: "Boszormenyi Zoltan" The app wasn't attached, only the patch. If this is a small test app, it can also be a part of the patch in the form of a regression test. Sorry, attached. Thank you for pointing it out. Regards MauMau sigbus.pgc Description: Binary data -- Sent via pgsql-hac

Re: [HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-24 Thread Boszormenyi Zoltan
2013-12-24 13:55 kelteze'ssel, MauMau i'rta: > Hello, > > I encountered a bug of ECPG with PG 9.2.4, which probably exists in all > releases. The > attached patch is for 9.4. Could you review and backport this to at least 9.2 > and later? > > > [Problem] > The attached ECPG app The app wasn't at

[HACKERS] [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

2013-12-24 Thread MauMau
Hello, I encountered a bug of ECPG with PG 9.2.4, which probably exists in all releases. The attached patch is for 9.4. Could you review and backport this to at least 9.2 and later? [Problem] The attached ECPG app crashes and dumps core with SIGBUS on Solaris for SPARC. I used Solaris 10