On Sat, Dec 01, 2007 at 12:11:20AM -0500, Zach Stern wrote:
> Bad news, at least for me:
> 
> [EMAIL PROTECTED]:~$ barrybackup
> Segmentation fault (core dumped)

I'm out of devel juice for today, but it would help to get a backtrace.

Grab the dbg packages from sourceforge (they are in a separate package
header, lower down on the download page), and install them.

Turn on core dumps (ulimit -c unlimited)

Create core file by making it crash.

Then:

        gdb /usr/bin/barrybackup corefile

        bt    (to get the backtrace)

Email that to me.

It could very well be a package version issue... gtkmm or something like
that.  It is very easy to create .deb packages from the tarball, in the
meantime.

I do:

        tar xjvf barry-0.10.tar.bz2
        cd barry-0.10
        fakeroot -- debian/rules binary

Assuming you have all the dev packages.

Looks like Ubuntu needs it's own build... will have to do that later
as it's late. :-)

- Chris


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to