Re: BUG #3520: insert causing error "invalid memory alloc request size 2147483648"

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BUG #3520: insert causing error "invalid memory alloc request size 2147483648"
Дата
Msg-id 46B8BAC6.7030706@hagander.net
обсуждение исходный текст
Ответ на Re: BUG #3520: insert causing error "invalid memory alloc request size 2147483648"  ("Brodie Thiesfield" <brofield2@jellycan.com>)
Список pgsql-bugs
Brodie Thiesfield wrote:
> The database is created in UTF-8.
> CREATE DATABASE crossbase WITH OWNER = tserver ENCODING = 'UTF-8';
>
> postgres=# \l
>        List of databases
>   Name    |  Owner   | Encoding
> -----------+----------+----------
>  crossbase | tserver  | UTF8
>  crosstest | postgres | UTF8
>  postgres  | postgres | UTF8
>  template0 | postgres | UTF8
>  template1 | postgres | UTF8
>
> System locale is Japanese cp932.
> lc_collate                      | Japanese_Japan.932
> lc_ctype                        | Japanese_Japan.932
> lc_messages                     | Japanese_Japan.932
> lc_monetary                     | Japanese_Japan.932
> lc_numeric                      | Japanese_Japan.932
> lc_time                         | Japanese_Japan.932
>
> If there are any other settings you need from show all then it is in
> the attached file.

It certainly looks like that bug. Any chance you're experienced enough
to set a breakpoint at it and get a backtrace when the error shows up?
(I know it's very difficult on windows with the current version). Or if
you can try the tip of the REL8_2_STABLE branch in cvs?

//Magnus

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Lamia Jackson"
Дата:
Сообщение: BUG #3514: buggy install + no manual support (add)
Следующее
От: Decibel!
Дата:
Сообщение: Re: BUG #3514: buggy install + no manual support (add)