This is a service that runs on the Crashfix server and provides a daemon tha interacts with the Crashfix Webapp.
Prerequisites:
- Microsoft Visual Studio 2010 (with service packs and hot fixes)
- doxygen(to build documentation)
- CMake (to generate project files)
- OpenSSL (encryption)
- Active Perl (to build OpenSSL in Linux).
- Visual Leak Detector (for tests).
Prerequisites:
- gcc (GNU Compiller Collection)
- doxygen (to build documentation)
- CMake 2.8 or later (to generate project files)
- OpenSSL (encryption)
- mercurial (to checkout the source)
sudo apt-get install mc codeblocks mercurial cmake build-essential libssl-dev rpm
cmake .
cmake build .
make dumper
sudo make install
sudo cpack .
sudo netstat -ltnp|grep ":50"
sudo kill -9 pid
Original Crashfix server and reporter tool source code (forked from https://sourceforge.net/projects/crashfix/) but no logger maintained.