Re: [GENERAL] Insert Assertion Failed in strcoll_l.c:112

2012-12-31 Thread Tom Lane
Michael Arnold writes: > The locale is the same on both machines: "en_SG.UTF-8" > I've extracted the smallest set of code which still produces the > error. Unfortunately its still more than 1000 lines of code, as > without the thread and connection pools the error goes away. If only > 1 thread

Re: [GENERAL] Insert Assertion Failed in strcoll_l.c:112

2012-12-24 Thread Tom Lane
Michael Arnold writes: > Thanks Tom, but no luck this time: both boxes now on Ubuntu 12.10, but > same error. Hm. Are they using identical locale settings? Can you extract a self-contained test case? It's still a glibc bug AFAICS, but without a test case you'll not likely get any traction repo

Re: [GENERAL] Insert Assertion Failed in strcoll_l.c:112

2012-12-24 Thread Michael Arnold
Assertion Failed in strcoll_l.c:112 Michael Arnold writes: > The following is written to /var/log/postgresql/postgresql-9.1-main.log: > 127.0.0.1(59800) INSERT: strcoll_l.c:112: __strcoll_l: Assertion > `((uintptr_t) > indirect) % __alignof__ (indirect[0]) == 0' failed. This appear

Re: [GENERAL] Insert Assertion Failed in strcoll_l.c:112

2012-12-23 Thread Tom Lane
Michael Arnold writes: > The following is written to /var/log/postgresql/postgresql-9.1-main.log: > 127.0.0.1(59800) INSERT: strcoll_l.c:112: __strcoll_l: Assertion > `((uintptr_t) > indirect) % __alignof__ (indirect[0]) == 0' failed. This appears to be a failure inside glibc (specifically strc

[GENERAL] Insert Assertion Failed in strcoll_l.c:112

2012-12-22 Thread Michael Arnold
Hi, The following is written to /var/log/postgresql/postgresql-9.1-main.log: 127.0.0.1(59800) INSERT: strcoll_l.c:112: __strcoll_l: Assertion `((uintptr_t) indirect) % __alignof__ (indirect[0]) == 0' failed. 2012-12-23 08:54:54 SGT LOG: server process (PID 1964) was terminated by signal 6: Abo