Ticket #2847 (closed defect: fixed)
cppcheck hangs with 100% cpu load
| Reported by: | ettlmartin | Owned by: | noone |
|---|---|---|---|
| Priority: | Normal | Milestone: | 1.49 |
| Component: | Other | Keywords: | |
| Cc: |
Description
following code lets cppcheck hang with 100% cpu load:
#define strpbrk #include a, #define b --
$ cppcheck --enable=all --debug hang10.cpp Checking hang10.cpp... ##file hang10.cpp 1: 2: strpbrk #include 3: a , 4: 5: b 6: -- ^C
Change History
Note: See
TracTickets for help on using
tickets.