help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: griddata segmentation fault


From: Kai Habel
Subject: Re: griddata segmentation fault
Date: Tue, 30 Dec 2008 11:03:12 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081112)

Thomas Weber schrieb:
> On Tue, Dec 30, 2008 at 08:44:48AM +0100, Kai Habel wrote:
>   
>> Chenjie Gu schrieb:
>>     
>>> Thanks, David.
>>>
>>> If x,y,z are column vectors, it works on one of my intel machines.
>>> (which encountered an error without segmentation fault before.)
>>>
>>> However, still I got a segmentation fault on one of my amd64 machine
>>> (running 32-bit linux).
>>>
>>> Is there anything to do with the processor?
>>>
>>> Chenjie
>>>       
>> Chenje,
>>
>> griddata depends on delaunay triangulation. Does delaunay work at all on
>> this machine(s) ?
>>
>> If not, I suspect you have been hit by this bug[1]. If that is the case
>> recompile qhull without optimization
>>     
>
> It seems Fedora has a patch:
> https://bugzilla.redhat.com/show_bug.cgi?id=432309
>
>       Thomas
>   
Thomas,
thanks for the pointer. I did a quick recompile with the srpm [1] and
the patch above [2] and can confirm that qhull works again with the
standard compiler flags (-O2).

Kai

[1] http://www.qhull.org/download/qhull-2003.1-1mdk.src.rpm
[2] https://bugzilla.redhat.com/attachment.cgi?id=296416


reply via email to

[Prev in Thread] Current Thread [Next in Thread]