PDA

View Full Version : Help needed on how to debug "segmentation fault" of a python application "gaupol"


3togo
January 12th, 2007, 12:44 AM
Gaupol is a very good subtitle editor for text-based subtitle files. However, gaupol crashed recently in Feisty.

As it is written in Python, I think it might not be very difficult to trace where the segmentation fault came from.

Unfortunately, I can't and I wonder any guru could help.


jc@jc-desktop:~$ gaupol
Segmentation fault
jc@jc-desktop:~$ sudo apt-cache search gaupol
gaupol - subtitle editor for text-based subtitle files
jc@jc-desktop:~$ sudo apt-get install gaupol

po0f
January 12th, 2007, 12:51 AM
3togo,

$ sudo aptitude update && sudo aptitude install strace
$ strace gaupol