-
Notifications
You must be signed in to change notification settings - Fork 39
Report bugs
Albert López Brescó edited this page Dec 3, 2015
·
1 revision
Use this issue tracker for bug reports. This essay by Simon Tatham has an excellent description on how to make your bug report useful to the developers.
When the bug you identified is causing a segmentation fault, a core dump can be of great help identifying the root cause. Core dumps are typically disabled on today's systems, but they can be easily enabled executing ulimit -c unlimited.