Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Subscribe
- mysql
- publish
- 오늘도 우라라
- 마리아 DB
- install opencv-4.4.0 on ubuntu 22.04
- 토픽
- 환경설정
- Linux
- ros
- mariaDB
- JungOl
- LeetCode
- 반복문
- 오늘도 우라라 펫 공략
- 오늘도 우라라 펫
- 그랑사가
- 데이터 베이스
- 등차수열
- while
- C언어
- 기초
- C++
- 오늘도 우라라 공략
- ubuntu
- topic
- MSG
- 프로그래밍
- 우분투
- 리눅스
Archives
- Today
- Total
하루의 쉼터
[Error] terminate called after throwing an instance of 'std::logic_error' 본문
프로그래밍/C++
[Error] terminate called after throwing an instance of 'std::logic_error'
Changun An 2021. 8. 10. 09:54반응형
| [Error] terminate called after throwing an instance of 'std::logic_error'
1. Error Content
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
개발 중 에러 메시지 발생
2. Reason
std::string or char* 에서 정의(허가)되지 않은 동작 사용 시 발생 되는 에러
3. Solution
배열(문자열)의 범위 외 데이터를 사용하였는지 확인, NULL 체크 확인 등
반응형
'프로그래밍 > C++' 카테고리의 다른 글
[BasicGrammar] Inline Function (0) | 2023.04.18 |
---|---|
[BasicGrammar] FunctionPointer(함수포인터) - with. c++ (0) | 2023.04.16 |
[Error] error: no matching function for call to ‘std::basic_ifstream<char>::open(std::__cxx11::string&)’ (0) | 2022.01.19 |
[LinkError] gcc 이용하여 pthread 컴파일 (0) | 2021.05.14 |
[make] make: nothing to be done for 'all' 오류 (0) | 2020.09.09 |
Comments