Debugging ASCEND: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
===Reporting a bug===
===Reporting a bug===


There is a '''[http://ascendbugs.cheme.cmu.edu Bug tracker]''' for ascend outside of this wiki.
There is a '''[http://bugs.ascend4.org Bug tracker]''' for ascend outside of this wiki.


Some useful additional information relating to debugging:
Some useful additional information relating to debugging:

Revision as of 03:07, 4 May 2011

The content from this page was lost in a recent server failure. We will be working to restore this content as soon as possible.

Reporting a bug

There is a Bug tracker for ascend outside of this wiki.

Some useful additional information relating to debugging:

  • about test suites (see CUnit)
  • using Valgrind to track down segfaults and memory leaks

Also to be added here:

  • about Buildbot (currently inactive/offline)
  • using GDB
  • correct use of SVN during debugging on the trunk
  • using 'pygtk/ascdev' and 'tcltk/asc4dev' from within your working folder
  • possible library wrong-loading issues: export LD_LIBRARY_PATH=~/ascend for example,