Okay got you. I wrote a small script to respawn gdb everytime a fax is
received, this also can mitigate against unexpected segfault.

#!/bin/bash
cd /root
while [ 0 ] ; do

if ! ps ax | grep [g]db > /dev/null; then
        echo "Could not detect gdb starting a new process"
        killall faxgetty > /dev/null 2>&1
        ./gdb-wrapper.sh /usr/sbin/faxgetty /dev/ttyS0
fi
sleep 10

done


Now just to wait.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/600219

Title:
  faxgetty segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/hylafax/+bug/600219/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to