question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JIT rebalance plugin crash

See original GitHub issue
2020-02-02T00:29:43.059Z **BROKEN** lightningd: Plugin for htlc_accepted returned non-result response {"jsonrpc": "2.0", "id": 34, "error": "Error while processing htlc_accepted: ValueError('Millisatoshi must be >= 0')"}
2020-02-02T00:29:43.461Z **BROKEN** lightningd: FATAL SIGNAL 6 (version v0.8.0-136-gf3600d2)
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: common/daemon.c:46 (send_backtrace) 0x56132d104049
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: common/daemon.c:54 (crashdump) 0x56132d104099
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x7f515e4030ff
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x7f515e403081
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x7f515e3ee534
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: lightningd/log.c:819 (fatal) 0x56132d0d6b83
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: lightningd/plugin_hook.c:83 (plugin_hook_callback) 0x56132d0f8b4f
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:241 (plugin_response_handle) 0x56132d0f4d33
2020-02-02T00:29:43.461Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:339 (plugin_read_json_one) 0x56132d0f4edb
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:371 (plugin_read_json) 0x56132d0f502e
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:59 (next_plan) 0x56132d157eee
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:407 (do_plan) 0x56132d158a6f
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:417 (io_ready) 0x56132d158aad
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: ccan/ccan/io/poll.c:445 (io_loop) 0x56132d15ac79
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: lightningd/io_loop_with_timers.c:24 (io_loop_with_timers) 0x56132d0cd38c
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: lightningd/lightningd.c:871 (main) 0x56132d0d4176
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x7f515e3efbba
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x56132d0b84a9
2020-02-02T00:29:43.462Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0xffffffffffffffff

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
darosiorcommented, Feb 11, 2020

I’ll grep for it (didn’t think about it the first time…) EDIT: actually that the first thing I did but no backtrace, the plugin crashes lightningd but not itself.

I’ll try to reproduce ASAP if I’m able to…

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ Le mardi, février 11, 2020 12:49 PM, Christian Decker notifications@github.com a écrit :

There should be a python stacktrace somewhere in the logs before the crash. Can you share that? Or even better maybe there is a good way to reproduce this issue in a test? That’d be perfect to get it fixed 😃

You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub, or unsubscribe.[https://github.com/notifications/beacon/AFLK3FYHDYIXS73VN7OAWGLRCKGGBA5CNFSM4KPI5WL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELMEKZI.gif]

0reactions
cdeckercommented, May 24, 2020

That sounds like a key error, in which we try to access a dict field that is not set. Really strange that there is no traceback

Read more comments on GitHub >

github_iconTop Results From Across the Web

JITrebalance plugin improvements · Issue #120 · lightningd/plugins ...
JITrebalance crashed again (but at least not lightningd!) 2020-05-29T00:01:31.727Z INFO plugin-jitrebalance.py: Got an incoming HTLC htlc={'cltv_expiry': ...
Read more >
[Lightning-dev] Just in Time Routing (JIT-Routing) and a ...
[Lightning-dev] Just in Time Routing (JIT-Routing) and a channel rebalancing heuristic as an add on for improved routing success in BOLT 1.0.
Read more >
IV67823: CRASH DURING JIT COMPILATION IN ... - IBM
Error Message: The JVM crashed with a GPF, with the javacore indicating the failure was in libj9jit27.so and that the JIT was actively...
Read more >
https://gnusha.org/c-lightning/2020-02-03.log
JIT rebalance is trivial compared to MPP but everybody is excited for MPP / AMP 17:51 ... 17:53 < fiatjaf> is there anyone...
Read more >
Help thread for Fallout New Vegas Crashes (Resfresher) : r/fnv
I am making this post to hopefully concentrate posts with crash issues related to Fallout New Vegas. The old post recently hit the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found