Bug Report

From Crypto++ Wiki

Jump to: navigation, search

When filing a bug at the Crypto++ Bug Trac, please provide the following information, if applicable:

  • exact error message
  • a minimal program with a main() function, that reproduces the problem
  • stack trace
  • version of Crypto++, operating system, and compiler
  • try to use -g3 and -ggdb build options as they provide the most complete contextual information

[edit] Stack Trace

Please copy from the call stack window of your debugger, or use the "bt full" command in gdb.

If the crash is reproducible and you have the sources, consider adding -ggdb to CXXFLAGS before submitting a report.

[edit] Operating System

output of "uname -a" command if using Unix

[edit] Compiler

Visual C++ 6.0, 7.0, 7.1, or 8.0

  • 7.0: Visual Studio .NET
  • 7.1: Visual Studio 2003
  • 8.0: Visual Studio 2005
  • 9.0: Visual Studio 2008

output of "gcc -v" if using GCC

Personal tools