-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Crash when using --force-sealing #5803
Comments
There is no need for |
Thanks keorn, I'm running: v1.6.8-beta-c396229-20170608/x86_64-windows-msvc/rustc1.17.0 The reason I was trying to use |
There is no need to wait for additional confirmations, this only applies to the public network where you can get chain reorganisations. |
Should we simply add a check to reject the combination of these two options? If you think it's a good idea, I can help add this. :) |
Would be great, it's a rather simple fix. Dev chain has |
I'm new to parity so I don't have any debugging knowledge.
When I run Parity with
--force-sealing
parity crashes as soon as it tries to process any transaction. The following error is shown:thread '<unknown>' has overflowed its stack
I'm running Windows 8.1.
The exact command I'm running is:
parity.exe --geth --force-ui --chain dev --force-sealing
Removing
--force-sealing
the command runs fine.I'm not 100% sure I need this command, just trying to get a testing environment going.
The text was updated successfully, but these errors were encountered: