[Aptitude-devel] [aptitude-gtk] errors
Daniel Burrows
dburrows at debian.org
Fri Jan 16 05:03:00 UTC 2009
On Thu, Jan 15, 2009 at 07:21:47PM +0100, Grammostola Rosea <rosea.grammostola at gmail.com> was heard to say:
> I did make install
>
> $ sudo aptitude
>
> (aptitude:5900): libglade-WARNING **: could not find glade file
> './gtk/aptitude.glade'
> Segmentation fault
> d at debianstudio32:~/2home/svn/aptitude$ cd src/
> d at debianstudio32:~/2home/svn/aptitude/src$ sudo ./aptitude
> Segmentation fault
Could you try recompiling without optimization? Run this command:
make clean && CXXFLAGS=-g\ -O0\ -fno-inline ./configure && make
After you've recompiled, run "gdb ./src/aptitude", type "run" and
when it crashes type "backtrace" to get a backtrace. Maybe that'll
give us a better idea than the optimized build (anyway, it can't hurt).
Thanks,
Daniel
More information about the Aptitude-devel
mailing list