Giter Site home page Giter Site logo

Comments (4)

arnocandel avatar arnocandel commented on June 18, 2024

09-07 15:33:09.970 172.16.2.197:54321 2841 FJ-1-15 INFO: backend is saving the parameters.
*** Error in `/usr/lib/jvm/java-8-oracle/bin/java': malloc(): memory corruption (fast): 0x00007f5100000010 ***
[15:33:09] /home/arno/deepwater/backends/mxnet/mxnet/dmlc-core/include/dmlc/logging.h:235: [15:33:09] src/ndarray/ndarray.cc:227: Check failed: from.shape() == to->shape() operands shape mismatch
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f52d3c3c725]
/lib/x86_64-linux-gnu/libc.so.6(+0x81f01)[0x7f52d3c46f01]
/lib/x86_64-linux-gnu/libc.so.6(libc_malloc+0x54)[0x7f52d3c485a4]
[15:33:09] src/ndarray.cxx:273: Check failed: (MXFuncInvoke(func_handle, &blob_ptr
->handle
, nullptr, &other->blob_ptr_->handle_)) == (0)
/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_Znwm+0x18)[0x7f52983b1e78]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZNSs4_Rep9_S_createEmmRKSaIcE+0x59)[0x7f52983f2e39]

from deepwater.

arnocandel avatar arnocandel commented on June 18, 2024

That's line 273 of ndarray.cxx:

NDArray NDArray::CopyTo(NDArray * other) const {
static FunctionHandle func_handle;
MXGetFunction("copyto", &func_handle);
CHECK_EQ(MXFuncInvoke(func_handle, &blob_ptr
->handle_, nullptr,
&other->blob_ptr_->handle_),
0); // THIS FAILS
return *other;
}

from deepwater.

arnocandel avatar arnocandel commented on June 18, 2024

Fixed by h2oai/h2o-3@7897cb0, not yet clear why.

from deepwater.

arnocandel avatar arnocandel commented on June 18, 2024

Cleaner fix: h2oai/h2o-3@0ecf96c

from deepwater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.