[pgsql-jp: 34885] Re: pgpoolで決まったレコードだけエラー

Tatsuo Ishii t-ishii @ sra.co.jp
2005年 2月 14日 (月) 11:45:39 JST


石井です.

> 内田です。
> 
> データのサイズではなく、データの中身で落ちているようです。

これはFreeBSD 4.1でも再現するのですか?
--
Tatsuo Ishii

> 石井さんがやったのと同じように以下の操作をすると落ちません。
> 
> create table t1(t text);
> insert into t1 values(repeat('abc',2000));
> select length(t) from t1;
>   length 
>  --------
>     6000
> select * from t1;
> 
> そこで、実際に落ちるデータの中身を入れたところ症状が再現しました。
> 
> delect from t1;
> insert into t1 values((select text_field from infodata where id=1530));
> select length(t) from t1;
>  length
> --------
>    5764
> (1 row)
> 
> select * from t1;
> server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
> The connection to the server was lost. Attempting reset: Succeeded.
> 
> どこで落ちているのか、データの中身を後ろから削っていって
> 状況を見ようと思います。
> 
> 
> From: Tatsuo Ishii <t-ishii @ sra.co.jp>
> > うーん,Linuxでは再現しないようです.
> > 
> > create table t1(t text);
> > insert into t1 values(repeat('abc',1000));
> >  select length(t) from t1;
> >  length 
> > --------
> >    3000
> 
> ----------------
> うちだ ひとし  (Uchida, Hitoshi)
> gin @ kohoku.jac-net.com
> 



pgsql-jp メーリングリストの案内