fileslower 0 cause error info loop
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
this can not be stop until I type "kill -9"
```
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 314, in 'calling callback function'
File "/usr/lib/python2.7/site-packages/bcc/table.py", line 650, in raw_cb_
callback(cpu, data, size)
File "./fileslower", line 229, in print_event
if event.name_len > DNAME_INLINE_LEN:
NameError: global name 'DNAME_INLINE_LEN' is not defined
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 314, in 'calling callback function'
File "/usr/lib/python2.7/site-packages/bcc/table.py", line 650, in raw_cb_
callback(cpu, data, size)
File "./fileslower", line 229, in print_event
if event.name_len > DNAME_INLINE_LEN:
NameError: global name 'DNAME_INLINE_LEN' is not defined
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 314, in 'calling callback function'
File "/usr/lib/python2.7/site-packages/bcc/table.py", line 650, in raw_cb_
callback(cpu, data, size)
File "./fileslower", line 229, in print_event
if event.name_len > DNAME_INLINE_LEN:
NameError: global name 'DNAME_INLINE_LEN' is not defined
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.