Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49010 - dev-python/pycrash-0.4_pre1 (new package)
Summary: dev-python/pycrash-0.4_pre1 (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.pycrash.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-25 23:45 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-05-08 08:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pycrash-0.4_pre1.ebuild (pycrash-0.4_pre1.ebuild,473 bytes, text/plain)
2004-04-25 23:46 UTC, Lukasz Strzygowski (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-25 23:45:05 UTC
from it's webpage:
"""
PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program execution context of the crashed application.

Major information collected by PyCrash in the crash dump is:

* Information about operating system, Python and Python Standard Library version and general information about the program that is crashed (e.g., program name and version, time at witch program started and ended, and so on)
* Information about the uncaught exceptions, like the exception type, the context (namely method name) in which the exception occurred and the exception value
* General information about variables state
* Information about the stack of each thread, like the list of stack frames, the variables value in each stack frame, and so on
* General information about source code, like variable and function position in source file that can be useful for the programmer to find quickly bugs in source tree

The format of the crash dump file generated by PyCrash is XML, so the programmer can easily read this file to understand why the program is crashed.
"""

It have also gui analyzer of crash dump files, but still in alpha version.
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-25 23:46:17 UTC
Created attachment 30061 [details]
pycrash-0.4_pre1.ebuild
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-26 15:04:34 UTC
whis ebuild works also with pycrash-0.4_pre2.
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-05-08 08:52:05 UTC
Added to portage, thanks.