Skip to content

jsonzilla/crashfix_service

Crashfix Service

This is a service that runs on the Crashfix server and provides a daemon tha interacts with the Crashfix Webapp.

Windows Building Instructions

Prerequisites:

  1. Microsoft Visual Studio 2010 (with service packs and hot fixes)
  2. doxygen(to build documentation)
  3. CMake (to generate project files)
  4. OpenSSL (encryption)
  5. Active Perl (to build OpenSSL in Linux).
  6. Visual Leak Detector (for tests).

Linux Building Instructions

Prerequisites:

  1. gcc (GNU Compiller Collection)
  2. doxygen (to build documentation)
  3. CMake 2.8 or later (to generate project files)
  4. OpenSSL (encryption)
  5. mercurial (to checkout the source)

Building in Linux Ubuntu:

sudo apt-get install mc codeblocks mercurial cmake build-essential libssl-dev rpm
cmake .
cmake build .
make dumper
sudo make install

Building packages:

sudo cpack .

Troubleshooting:

Resolving 'Address already in use' issue:

sudo netstat -ltnp|grep ":50"
sudo kill -9 pid

Notes

Original Crashfix server and reporter tool source code (forked from https://sourceforge.net/projects/crashfix/) but no logger maintained.

About

CrashFix is a crash report analysis software designed for Windows applications (fork from http://crashfix.sourceforge.net/)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •