PirateNetwork / pirate

Pirate Chain (ARRR) - Untraceable, Anonymous, Private Cryptocurrency
https://piratechain.com
Other
112 stars 27 forks source link

GUI crashes #16

Closed TheComputerGenie closed 3 years ago

TheComputerGenie commented 3 years ago

Describe the issue

App crashes when attempting to sort by date a second time

Can you reliably reproduce the issue?

Yes

If so, please list the steps to reproduce below:

  1. Click "Transactions"
  2. Sort by date
  3. Sort by date

Expected behaviour

it should sort transactions by date in either direction

Actual behaviour + errors

the entire app closess

The version of Pirate you were using:

Pirate version v3.1.0-7dc670273

Machine specs:

image

Any extra information that might be useful in the debugging process.

debug.log shows: 2020-12-18 10:06:24 GUI: ASSERT failure in QList<T>::operator[]: "index out of range", file /Users/cryptoforge/Dev/pirate/depends/x86_64-apple-darwin17.7.0/share/../include/QtCore/qlist.h, line 545

TheComputerGenie commented 3 years ago

2020-12-19 11:52:10 GUI: ASSERT failure in QList<T>::operator[]: "index out of range", file /home/cryptoforge/Dev/pirate_master/depends/x86_64-unknown-linux-gnu/share/../include/QtCore/qlist.h, line 545 Seems to also happen in linux Also of note there are blank spots in the transaction record image

TheComputerGenie commented 3 years ago

image

CryptoForge commented 3 years ago

I've been able to reproduce the bug and have begun working on it.

CryptoForge commented 3 years ago

This issue should be resolved as of https://github.com/PirateNetwork/pirate/commit/b0dc825ef334be90be66ddb36980b51071eadc1d

TheComputerGenie commented 3 years ago

Seems good on linux, will build and check Mac tomorrow