Skip to content

assert not working any more in 3.2 #11166

Closed
Closed
@pschatzmann

Description

@pschatzmann

Board

Any

Device Description

n/a

Hardware Configuration

n/a

Version

latest development Release Candidate (RC-X) and in the meantime also the release 3.2.0

IDE Name

Arduino

Operating System

Linux

Flash frequency

n/a

PSRAM enabled

no

Upload speed

n/a

Description

Up to and including R 3.1 using assert was giving the following type of error messages

assert failed: void setup() file_speeds.ino:100 (SD.begin(PIN_AUDIO_KIT_SD_CARD_CS))

Backtrace: 0x40082541:0x3ffb1f30 0x4008d919:0x3ffb1f50 0x40093afe:0x3ffb1f70 0x400d404b:0x3ffb20a0 0x400dbbbf:0x3ffb2270 0x4008e592:0x3ffb2290

Starting R 3.2 asserts are ignored

Sketch

Just add an assert(false); to the setup()

Debug Message

N/A

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

Priority: High 🗻Issues with high priority which needs to be solved first.Status: Solvedbug 🐞Inconsistencies or issues which will cause a problem for users or implementers.

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions