strange way to crash

Поиск
Список
Период
Сортировка
От Thalis A. Kalfigopoulos
Тема strange way to crash
Дата
Msg-id Pine.LNX.4.21.0106211701400.24987-100000@aluminum.cs.pitt.edu
обсуждение исходный текст
Ответы Re: strange way to crash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I tried running the same query twice at the same time from a shell script:

#!/bin/bash
/usr/bin/time psql dbname uname -c 'select * from a_view where condition' &
/usr/bin/time psql dbname uname -c 'select * from a_view where condition' &


The system (linux) hangs after some time and the strange thing is that I can change between vconsoles with Alt+F[1-6]
butno other keyboard input goes through <!> hence I reboot. 

The query executes fine when ran by itself. Why should it crash if ran twice?

cheers,
thalis


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

Предыдущее
От: Dustin Sallings
Дата:
Сообщение: Re: index on a box
Следующее
От: Tom Lane
Дата:
Сообщение: Re: index on a box