2018-07-27 11:32:46 +00:00
---
name: Bug Report
2023-04-04 12:03:10 +00:00
about: Problems, deficiencies, inaccuracies or crashes discovered on Solidity.
title: ''
labels: 'bug :bug:'
assignees: ''
2018-07-27 11:32:46 +00:00
---
2018-09-20 12:34:20 +00:00
<!-- ## Prerequisites
2018-07-27 11:32:46 +00:00
- First, many thanks for taking part in the community. We really appreciate that.
2018-08-22 16:35:03 +00:00
- We realize there is a lot of information requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
2018-07-27 11:32:46 +00:00
- Support questions are better asked in one of the following locations:
2021-12-15 19:48:52 +00:00
- [Solidity chat ](https://gitter.im/ethereum/solidity )
- [Stack Overflow ](https://ethereum.stackexchange.com/ )
2018-07-27 11:32:46 +00:00
- Ensure the issue isn't already reported.
2018-08-22 16:35:03 +00:00
- The issue should be reproducible with the latest solidity version; however, this isn't a hard requirement and being reproducible with an older version is sufficient.
2021-03-25 14:45:46 +00:00
*Delete the above section and the instructions in the sections below before submitting*
2018-09-20 12:34:20 +00:00
-->
2018-07-27 11:32:46 +00:00
## Description
2018-09-20 12:34:20 +00:00
<!-- Please shortly describe the bug you have found, and what you expect instead. -->
2018-07-27 11:32:46 +00:00
## Environment
- Compiler version:
2018-11-15 12:08:35 +00:00
- Target EVM version (as per compiler settings):
2018-07-27 11:32:46 +00:00
- Framework/IDE (e.g. Truffle or Remix):
- EVM execution environment / backend / blockchain client:
- Operating system:
## Steps to Reproduce
2018-09-20 12:34:20 +00:00
<!--
2018-07-27 11:32:46 +00:00
Please provide a *minimal* source code example to trigger the bug you have found.
2023-05-30 19:49:25 +00:00
Please also mention any command-line flags that are necessary for triggering the bug.
2018-07-27 11:32:46 +00:00
Provide as much information as necessary to reproduce the bug.
2019-05-25 21:47:10 +00:00
```solidity
2018-07-27 11:32:46 +00:00
// Some *minimal* Solidity source code to reproduce the bug.
// ...
```
2019-05-25 21:47:10 +00:00
-->