[SciPy-dev] scipy_core Solaris Build: Good and Bad News

Travis Oliphant oliphant at ee.byu.edu
Fri Oct 21 17:07:45 EDT 2005


Christopher Hanley wrote:

>I do have gdb installed on Solaris.  I will work on tracking this 
>problem down.
>
>Chris
>  
>

I think I see the problem.    In creating a dynamic ufunc,  I'm 
allocating one chunk of memory and then using various offsets into it as 
other variables.

Obviously some of these variables are then misaligned.

I need to make sure the sub-blocks are all aligned on void* pointers.  
I'll fix this and then wait for another report.

-Travis





More information about the SciPy-Dev mailing list