ghost43

Results 513 comments of ghost43

@ecdsa your issue seems to be different. The first arg of the exception is the error code coming from the device firmware IIUC. You are getting `0x6e00` ([`ClaNotSupportedError`](https://github.com/LedgerHQ/app-bitcoin-new/blob/a27fc18d7887135cb57823d222be93094dde8ef5/bitcoin_client/ledger_bitcoin/exception/device_exception.py#L16)), while OP...

(related https://github.com/spesmilo/electrum/issues/9050)

@random652 You are more than welcome to help fix this issue. Electrum is a FLOSS project with limited resources and contributors spend time on the issues/features they care about. Besides,...

Looks like this is not Windows specific (https://github.com/spesmilo/electrum/issues/7012)

Any hints how to reproduce more reliably? E.g. does it happen more often with - large wallet (many txs/addresses) open - multiple wallets open - Lightning enabled - ???

I have a trace from `gdb`, on Ubuntu 20.04. PyQt-related packages installed from `apt`. Unfortunately I am not sure if it is useful... ``` I | logging | Python version:...

Lots of potentially useful info at https://github.com/borgbase/vorta/issues/456 ... Also see [PyQt docs "crashes-on-exit"](https://www.riverbankcomputing.com/static/Docs/PyQt5/gotchas.html#crashes-on-exit): > Crashes On Exit > > When the Python interpreter leaves a scope (for example when it...

I've made some fixes in commits: https://github.com/spesmilo/electrum/commit/34e64ef152cc433722f460fdb203ce5135be9f6d https://github.com/spesmilo/electrum/commit/be43632cc47eb8cc35c2a39a21bc2089e5ce8ca1 https://github.com/spesmilo/electrum/commit/981381346f7dc095f6c0df4150ddc936c9d2884f And now I can no longer reproduce the segfault :) I think it might either be fixed or have become extremely...

Ah well I just got a segfault on Windows; so the issue is still not fixed. It has become rarer though, but that also means it is harder to reproduce...

> > I am suggesting that txs that pay to a silent payment addr, should not signal RBF... New versions of Electrum however could sometimes decide to ignore the signalling...