Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

inv_khatri_rao.OneInputMatrixTransposed segfaults on ARM #13342

Open
larroy opened this issue Nov 20, 2018 · 3 comments
Open

inv_khatri_rao.OneInputMatrixTransposed segfaults on ARM #13342

larroy opened this issue Nov 20, 2018 · 3 comments

Comments

@larroy
Copy link
Contributor

larroy commented Nov 20, 2018

Description

inv_khatri_rao.OneInputMatrixTransposed segfaults on ARM

Environment info (Required)

ARMv7 using QEMU

mxnet_unit_tests --gtest_filter="inv_khatri_rao.OneInputMatrixTransposed"

reproduction info is sent in a separate PR: #13334

@vdantu
Copy link
Contributor

vdantu commented Nov 20, 2018

@mxnet-label-bot add [C++, Test, ARM, Bug]

@larroy
Copy link
Contributor Author

larroy commented Dec 4, 2018

Theres a crash because lapack is no available.

369+> MXNET_LAPACK_UNAVAILABLE(dposv)

Crash when accessing the stream producing the fatal error.

(gdb) bt
#0  0xb68de2e6 in std::ostream::sentry::sentry(std::ostream&) () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#1  0xb68de794 in std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, c
har const*, int) () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#2  0xb68dea6c in std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)
 () from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#3  0x013d7034 in mxnet_lapack_dposv(...) () at /work/mxnet/src/operator/contrib/../c_lapack_api.h:369

@leleamol
Copy link
Contributor

leleamol commented Jan 4, 2019

@mxnet-label-bot update [ARM, Bug, Test]

@marcoabreu marcoabreu removed the C++ Related to C++ label Jan 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants