Comment 11 for bug 790677

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Hi Cornelius,

Please could you do the following to help with the debugging?

1) run the following command in a terminal to gather extra information about your system:

apport-collect 790677

2) Add debug symbol repositories by running the following five commands (as described at https://wiki.edubuntu.org/DebuggingProgramCrash):

echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse" | \
sudo tee -a /etc/apt/sources.list.d/ddebs.list

echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-security main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
sudo tee -a /etc/apt/sources.list.d/ddebs.list

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01

sudo apt-get update

sudo apt-get install inkscape-dbgsym

3) Follow the instructions at https://wiki.edubuntu.org/Backtrace to gather a backtrace of the crash