Giter VIP home page Giter VIP logo

Comments (1)

JakkuSakura avatar JakkuSakura commented on July 19, 2024
2024-06-14T14:02:07.246559Z ERROR              asset_status panic: 130: thread '' panicked at 'attempt to subtract with overflow': /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_sled_storage-0.15.0/src/lock.rs:137
   0: backtrace::backtrace::libunwind::trace
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/backtrace/libunwind.rs:105:5
      backtrace::backtrace::trace_unsynchronized
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/backtrace/mod.rs:66:5
   1: backtrace::backtrace::trace
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/backtrace/mod.rs:53:14
   2: backtrace::capture::Backtrace::create
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/capture.rs:193:9
   3: backtrace::capture::Backtrace::new
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/capture.rs:158:22
   4: <backtrace::capture::Backtrace as core::default::Default>::default
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/capture.rs:418:9
   5: log_panics::Config::install_panic_hook::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-panics-2.1.0/src/lib.rs:115:29
   6: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/alloc/src/boxed.rs:2077:9
      std::panicking::rust_panic_with_hook
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/std/src/panicking.rs:799:13
   7: std::panicking::begin_panic_handler::{{closure}}
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/std/src/panicking.rs:656:13
   8: std::sys_common::backtrace::__rust_end_short_backtrace
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/std/src/sys_common/backtrace.rs:171:18
   9: rust_begin_unwind
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/std/src/panicking.rs:652:5
  10: core::panicking::panic_fmt
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/core/src/panicking.rs:72:14
  11: core::panicking::panic_const::panic_const_sub_overflow
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/core/src/panicking.rs:179:21
  12: gluesql_sled_storage::lock::acquire::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_sled_storage-0.15.0/src/lock.rs:137:36
  13: core::option::Option<T>::map
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/core/src/option.rs:1075:29
  14: gluesql_sled_storage::lock::acquire
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_sled_storage-0.15.0/src/lock.rs:137:8
  15: gluesql_sled_storage::store_mut::<impl gluesql_core::store::StoreMut for gluesql_sled_storage::SledStorage>::insert_data::{{closure}}::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_sled_storage-0.15.0/src/store_mut.rs:222:44
  16: sled::transaction::Transactional::transaction
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/transaction.rs:472:23
  17: sled::tree::Tree::transaction
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/tree.rs:347:9
  18: gluesql_sled_storage::store_mut::<impl gluesql_core::store::StoreMut for gluesql_sled_storage::SledStorage>::insert_data::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_sled_storage-0.15.0/src/store_mut.rs:221:25
  19: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/core/src/future/future.rs:123:9
  20: <gluesql_shared_sled_storage::SharedSledStorage as gluesql_core::store::StoreMut>::insert_data::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql_shared_sled_storage-0.2.0/src/lib.rs:190:14
  21: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/a330e49593ee890f9197727a3a558b6e6b37f843/library/core/src/future/future.rs:123:9
  22: gluesql_core::executor::execute::execute_inner::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql-core-0.15.0/src/executor/execute.rs:239:18
  23: gluesql_core::executor::execute::execute::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql-core-0.15.0/src/executor/execute.rs:108:52
  24: gluesql_core::glue::Glue<T>::execute_stmt::{{closure}}
             at /Users/jack/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gluesql-core-0.15.0/src/glue.rs:37:47

from gluesql.

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.