- Notifications
You must be signed in to change notification settings - Fork116
Open
Description
I found that if the segmentation fault occurred because of my bad code, the terminal window does not receive or display this information. Is there a method to address this issue?
#include<iostream>classDerivedA {public:~DerivedA() {deletethis; };};classDerivedB {};intmain() { [[maybe_unused]] DerivedA a;return0;}
Metadata
Metadata
Assignees
Labels
No labels