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

Re: Bug#790925: pandas: FTBFS on armhf and sparc: Bus error in test_append_frame_column_oriented



On Mon, Feb 15, 2016 at 08:36:49AM -0500, Yaroslav Halchenko wrote:
> 
> On Thu, 02 Jul 2015, Aaron M. Ucko wrote:
> 
> > Source: pandas
> > Version: 0.16.2+git65-g054821d-1
> > Severity: serious
> > Justification: fails to build from source (but built successfully in the past)
> 
> > The armhf and sparc builds of pandas both failed with a bus error in
> > test_append_frame_column_oriented:
> 
> >   test_append_frame_column_oriented (pandas.io.tests.test_pytables.TestHDFStore) ... Bus error
> >   make[1]: *** [python-test2.7] Error 135
> 
> Sorry about delay... quite often those Bus errors just go away on their
> own since aren't anything to be fixed in pandas, but this time it still
> persists with 0.17.1:
> 
> https://buildd.debian.org/status/fetch.php?pkg=pandas&arch=armhf&ver=0.17.1-3&stamp=1450078009
> test_append_frame_column_oriented (pandas.io.tests.test_pytables.TestHDFStore) ... Exception AttributeError: AttributeError("'File' object has no attribute '_node_manager'",) in  ignored
> Bus error
> 
> sparc is gone and seems to be not trying on sparc64 yet.  I will look
> into fixing up my testing environment on sparc64 to see how current
> master is doing:
> http://nipy.bic.berkeley.edu/builders/pandas-py2.x-sid-sparc/builds/1806
> 
> Dear ARM people -- any clues on what could be a culprit here?

Well I tried it and hit the same error.  kernel says:

[3735253.445316] Alignment trap: not handling instruction ed937b00 at [<b5b2aee2>]
[3735253.451204] Unhandled fault: alignment exception (0x011) at 0x049c0551

So certainly an alignment problem there.

Running it under gdb (which took some effort since gdb 7.10 gives assert
errors on arm in sid, while installing 7.7 from jessie works fine,
although gives some other errors).

Here is the backtrace:

Program received signal SIGBUS, Bus error.
0xb57eb06e in __pyx_f_6pandas_5algos_take_2d_axis1_float64_float64_memview (__pyx_optional_args=<synthetic pointer>, __pyx_v_indexer=..., __pyx_v_values=..., __pyx_v_out=...) at pandas/algos.c:111226
111226          *((__pyx_t_5numpy_float64_t *) ( /* dim=1 */ (( /* dim=0 */ (__pyx_v_out.data + __pyx_t_12 * __pyx_v_out.strides[0]) ) + __pyx_t_13 * __pyx_v_out.strides[1]) )) = (*((__pyx_t_5numpy_float64_t *) ( /* dim=1 */ (( /* dim=0 */ (__pyx_v_values.data + __pyx_t_10 * __pyx_v_values.strides[0]) ) + __pyx_t_11 * __pyx_v_values.strides[1]) )));
(gdb) where
#0  0xb57eb06e in __pyx_f_6pandas_5algos_take_2d_axis1_float64_float64_memview (__pyx_optional_args=<synthetic pointer>, __pyx_v_indexer=..., __pyx_v_values=..., __pyx_v_out=...) at pandas/algos.c:111226
#1  __pyx_pf_6pandas_5algos_326take_2d_axis1_float64_float64 (__pyx_self=<optimized out>, __pyx_v_fill_value=<float at remote 0xb6369400>, __pyx_v_out=..., __pyx_v_indexer=<optimized out>, __pyx_v_values=<optimized out>) at pandas/algos.c:45904
#2  __pyx_pw_6pandas_5algos_327take_2d_axis1_float64_float64 (__pyx_self=<optimized out>, __pyx_args=<optimized out>, __pyx_kwds=<optimized out>) at pandas/algos.c:45803
#3  0x00052f4c in PyCFunction_Call ()
#4  0x00076744 in PyEval_EvalFrameEx ()
#5  0x001222f4 in _PyEval_EvalCodeWithName.lto_priv.1329 ()
#6  0x00076c56 in PyEval_EvalFrameEx ()
#7  0x001222f4 in _PyEval_EvalCodeWithName.lto_priv.1329 ()
#8  0x00076c56 in PyEval_EvalFrameEx ()
#9  0x0012288c in _PyEval_EvalCodeWithName.lto_priv.1329 ()
#10 0x00076c56 in PyEval_EvalFrameEx ()
#11 0x0012288c in _PyEval_EvalCodeWithName.lto_priv.1329 ()
#12 0x00076c56 in PyEval_EvalFrameEx ()
[cut a lot of internal python stuff that goes on for many screens worth]

-- 
Len Sorensen


Reply to: