Changes in ReportingBugs
Editor Comment
Streamlined this page.
Revision Differences of Revision 6
# Reporting Bugs ¶¶
## For Widelands ¶
¶
The
¶
### How c
¶
Describe step by step how to reproduce the bug. If it only happens when loading a certain file, attach that file to the report.
¶
###
¶
A regression is a bug that did not
¶
Suppose you h
¶
¶
p/widelands> cd .. ¶
p> cp -r widelands widelands-400 ¶
p> cd widelands-400 ¶
p/widelands-400> svn up -r 400 ¶
p/widelands-400> scons ¶
p/widelands-400> ./widelands ¶
¶
¶
¶
Now y
¶
¶
p/wideland
p/> cp -r w
p/> cd widelands-600 ¶
p/widelands-600> svn up -r 600 ¶
p/widelands-600> sc
p/widelands-600>
¶
¶
N
¶
¶
p/
p/> mv widelands-400 widelands-700 ¶
p/> cd widelands-700 ¶
p/widelands-700> svn up -r 700 ¶
p/widelands-700> scons ¶
p/widelands-700> ./widelands ¶
¶
¶
Now
¶
p/
p/> cp -r widelands-600 widelands-650 ¶
p/> cd widelands-650 ¶
p/widelands-650> svn up -r 650 ¶
p/widelands-650> scons ¶
p/widelands-650> ./widelands ¶
¶
Now you try if t
¶
¶
p/widelands-650>
p/> mv widelands-600 widelands-675 ¶
p/> cd widelands-675 ¶
p/widelands-650> svn up -r 675 ¶
p/widelands-650> scons ¶
p/widelands-650> ./widelands ¶
¶
¶
Now you try if t
¶
¶
* Revision 1135 to 1137 were not buildable. ¶
* Revision 1138 ended immediately with "Segmentation fault". ¶
* Revision 1139 is the first revision where the bug happens. ¶
¶
Sometimes when trying an old revision with a recent compiler, it will not be buildable because the compilers that were used when that revision was written were less strict. It could still be the case that you can test that revision by fixing the piece of code that does not compile. Keep in mind that really old revisions do not have the _scons_ buildsystem. You may have to build them with _make_ instead. ¶
¶
If a bug is reproducible and is a regression, it will almost certainly be fixed relatively soon. ¶
¶
### Where to report ¶
¶
The bug-tracker is at [Launchpad](https://bugs.launchpad.net/widelands). ¶
¶
¶
## For the Website
¶
Use the link after, for reporting bugs from the website, and **only** from the website. Remember - to fix a bug, we need to know how can it be reproduced, where (in what part of the website) it happens and if it's a problem with style (look) of the page, what browser do you use. ¶
¶
The bug-tracker for the website is at [Launchpad](https://bugs.launchpad.net/widelands-website) as well.