Ticket #24 (closed testcase: fixed)
None
| Reported by: | Matthias | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | |
| Component: | NSClientListener | Version: | |
| Severity: | Patches | Keywords: | None |
| Cc: | None |
Description
Operating System: fully patched Windows XP Professional SP2
Language: German
Description: NSClient++.exe crashes when calling "NSClient++.exe CheckSystem listpdh" or "NSClient++.exe CheckSystem debugpdh" with an error from "Microsoft Visual C++ Runtime Library": "Runtime Error! Program: xxx\NSClient++.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
NSClient++ output:
d .\NSClient++.cpp(305) Loading plugin: CheckDisk...
d .\NSClient++.cpp(305) Loading plugin: Event log Checker....
d .\NSClient++.cpp(305) Loading plugin: Helper function...
d .\NSClient++.cpp(305) Loading plugin: CheckSystem...
d .\CheckSystem.cpp(60) Autodetected W2K>, using TOOLHELP process enumeration.
e .\PDHCollector.cpp(69) Getting counter info...
d .\PDHCollector.cpp(85) Autodetected w2k or later, using w2k PDH counters.
d .\NSClient++.cpp(305) Loading plugin: File logger...
d .\PDHCollector.cpp(101) Detected language: German (0x0407)
e .\PDHCollector.cpp(119) Attempting to open counter...
d .\NSClient++.cpp(305) Loading plugin: NRPE server...
e .\PDHCollector.cpp(122) Counters opend...
d .\NSClient++.cpp(305) Loading plugin: NSClient server...
d .\NSClient++.cpp(305) Loading plugin: SystemTray...
e c:\source\nscp\trunk\include\Socket.h(442) bind failed: 10048
e c:\source\nscp\trunk\include\Socket.h(442) bind failed: 10048
e .\SysTray.cpp(23) SysTray is not installed (or it cannot interact with the desktop) SysTray wont be loaded. Run NSClient++ SysTray install ti change this.
d .\NSClient++.cpp(231) Found module: CheckSystem...
Thread has not terminated correctly: listenThreadManager...
Thread has not terminated correctly: listenThreadManager...
Change History
comment:1 Changed 5 years ago by anonymous
- Owner changed from mickem to anonymous
- Status changed from new to assigned
- Component changed from CheckSystem to Core
- Milestone set to 0.2.6
comment:2 Changed 5 years ago by mickem
- Owner changed from anonymous to mickem
- Status changed from assigned to new
comment:3 Changed 5 years ago by mickem
- Status changed from new to closed
- testcase_result set to pass
- Resolution set to fixed
Fixed in the next nightly...
comment:4 Changed 5 years ago by anonymous
- testcase_result changed from pass to incomplete
- Severity changed from Bugs to Patches
- Cc None added
- Component changed from Core to NSClientListener
- Summary changed from Crash of "NSClient++.exe CheckSystem listpdh | debugpdh" to None
- Version 0.2.6 deleted
- Milestone 0.2.6 deleted
- Keywords None added
- Type changed from defect to testcase








Humm, seems the server is started (it shouldn't really) but I was a tad lazy here and figured there weren't much damage in doing that. But I will fix this.
But more importantly it seems the client crashes when it cannot bind to the port and this has been reported elsewhere so will fix this as well, and that is a more serious bug...
MickeM