Comment 1 for bug 315132

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thank you for your bug report. Could you please try to run it through GDB, and produce a backtrace during the hang? You can do this by following the instructions at https://wiki.ubuntu.com/DebuggingProgramCrash.

However, as the program isn't crashing, what you need to do is interrupt it when it is iterating over your /proc/mounts, by pressing CTRL+C in the GDB window. You can then get a backtrace by running "backtrace full" whilst the program is halted.

Thanks in advance