Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Won't Do
-
Affects Version/s: 4.7.1
-
Fix Version/s: None
-
Component/s: (Inactive) GUI: QWS Integration (Qt4)
-
Labels:None
-
Platform/s:
Description
- Run the QWS Server and remember the number of file descriptors
# pidin -P qws_server -F "%o" .... 12 679955 r- 0 /dev/devi/mouse0 13 679955 r- 0 /dev/devi/touch0 14 679955 r- 0 /dev/devi/keyboard0 0s 1
- Run any other program with using GUI (QApplication) and close
- See that the number of descriptors has increased
# pidin -P qws_server -F "%o" .... 12 679955 r- 0 /dev/devi/mouse0 13 679955 r- 0 /dev/devi/touch0 14 679955 r- 0 /dev/devi/keyboard0 16 1 rw 0 /bin/ksh 17 1 rw 0 /bin/ksh 18 1 rw 0 /bin/ksh 0s 1
- When you continue to run and close program with GUI the number of programs will increase.