[SciPy-user] Bug on r_

Travis Oliphant oliphant at ee.byu.edu
Tue Jan 10 17:27:42 EST 2006


Travis Oliphant wrote:

>Hugo Gamboa wrote:
>
>  
>
>>This manage to create a segmentation fault:
>>
>>r_[0,arange(10,dtype='f')]
>>
>>How to track a bug when a segmentation fault appears in python?
>>
>> 
>>
>>    
>>
>I use gdb, run the code and then get a traceback to find out where the 
>problem is...
>
>Thanks for the report. I can reproduce the problem and it looks like an 
>error is not being caught.
>  
>
I found the problem.  An error wasn't being caught.  I fixed that 
problem, but am looking into why an error was raised in the first place 
(I don't think it should have been). I'll check that now.

-Travis




More information about the SciPy-User mailing list