Open main menu

Gramps β

Changes

How to create a good bug report

694 bytes added, 20:19, 11 August 2008
Add sample bug report.
Here is a sample bug report recording each step taken to reproduce a bug.
1) # Create a new database and import "example" data set.2) # Click Person View tab.# Select Martin Smith (Gramps ID I39)# Click Relationship View tab# Click the edit button for Hanna Smith (Gramps ID I11)# In Person Editor for Hanna Smith, doubleclick the birth event# In Event Editor, change the birth year from 1821 to 1820# Click OK in Event Editor# Click OK in Person Editor# Gramps crashes with the following error:
More to come Traceback (most recent call last): File "/home/gramps2/trunk/src/DisplayTabs/_EmbeddedList.py", line 440, in rebuild self.model = self.build_model(self.get_data(), self.dbstate.db) File "/home/gramps2/trunk/src/DisplayTabs/_ChildModel.py", line 61, in __init__ child.get_gramps_id(), AttributeError: 'NoneType' object has no attribute 'get_gramps_id'
53
edits