Tellico crashes on load of saved file
Jens Seidel
jensseidel at users.sf.net
Mon Apr 9 09:02:41 MDT 2007
Hi Alan,
On Mon, Apr 09, 2007 at 07:10:30AM -0500, Alan Miller wrote:
> Package: tellico
>
> When opening a saved database file, tellico crashes and gives this
> report. Any help would be appreciated as I'm having the same problem
> on 2 machines.
since you use a version without debug information the crashlog is most
probably useless. If the bug is reproducible I suggest you build a new
Debian package using debug information. I suggest you try the newest
version 1.2.10 for this but you can also replace 1.2.10 with 1.2.5 in
the following.
Here are the steps:
Install required packages
# apt-get install build-essential fakeroot subversion
# apt-get install automake autoconf libtool
# apt-get build-dep tellico
Download newest stable source
$ svn checkout https://forgesvn1.novell.com/svn/tellico/tags/tellico-1.2.10
Create a new deb package with debugging symbols and without optimizations
$ cd tellico-1.2.10/
$ ./autogen.sh
$ export DEB_BUILD_OPTIONS="nostrip noopt"
$ dpkg-buildpackage -rfakeroot -us -uc
Install new deb package
# dpkg -i ../tellico*.deb
It would be nice if could keep a backup copy of your tellico files which
cause trouble until the bug is fixed.
Thanks for reporting,
Jens
More information about the tellico-users
mailing list