Re: 2nd try @NetBSD/2.0 Alpha

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: 2nd try @NetBSD/2.0 Alpha
Дата
Msg-id 003601c5d4b6$3e5dacb0$0e1993c0@lerctr.org
обсуждение исходный текст
Ответ на Re: 2nd try @NetBSD/2.0 Alpha  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Martijn van Oosterhout wrote:
> On Tue, Oct 18, 2005 at 10:07:26PM -0500, Larry Rosenman wrote:
>>> ...or attach with a debugger like gdb.
>> 
>> d'oh.  I go stupid occasionally :)
>> 
>> If someone wants me to, I can try that.
> 
> Yes, actually. See, its dying in the seg test already with:
> 
>   -- Open intervals
>   SELECT '0..'::seg AS seg;
> ! ERROR:  floating-point exception
> ! DETAIL:  An invalid floating-point operation was signaled. This
>   probably means an out-of-range result or an invalid operation, s
> uch as division by zero. SELECT '0...'::seg AS seg; ! ERROR: 
> floating-point exception ! DETAIL:  An invalid floating-point
> operation was signaled. This probably means an out-of-range result or
> an invalid operation, s uch as division by zero.  
> 
> You need to attach a debugger to find out where that error is
> actually happenening. Just startup the backend, connect to it and
> connect gdb to the newly spawned backend and just run that query by
> hand. Then you should get the backtrace at SIGFPE.   
> 
I don't have the time today (need to do some paying work).  However,
If someone wants, I can pass an ID/PW along so that they 
May find it.  (or it can wait till the weekend).

LER


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 3535 Gaspar Drive, Dallas, TX 75220-3611 US



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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Question about Ctrl-C and less
Следующее
От: Lyubomir Rusanov
Дата:
Сообщение: Re: [GENERAL] Call for translators