[Aptitude-devel] [aptitude-gtk] errors

Daniel Burrows dburrows at debian.org
Fri Jan 16 15:36:37 UTC 2009


On Fri, Jan 16, 2009 at 03:37:56PM +0100, Grammostola Rosea <rosea.grammostola at gmail.com> was heard to say:
> Daniel Burrows wrote:
> [Switching to Thread 0xb68526c0 (LWP 9684)]        
> 0xb6ab43b3 in strlen () from /lib/i686/cmov/libc.so.6
> (gdb) backtrace                                     
> #0  0xb6ab43b3 in strlen () from /lib/i686/cmov/libc.so.6
> #1  0xb6c3b9bb in std::basic_string<char, std::char_traits<char>, 
> std::allocator<char> >::basic_string () from /usr/lib/libstdc++.so.6
> #2  0xb7b02efb in Glib::ustring::ustring () from 
> /usr/lib/libglibmm-2.4.so.1                                                          
> 
> #3  0x081e454f in gui::DashboardTab::create_upgrade_summary 
> (this=0xa653220) at dashboardtab.cc:146                                  

  When you get here, type:

(gdb) up 3
(gdb) print currver
(gdb) print currver.end()
(gdb) print currver.VerStr()
(gdb) print currver.ParentPkg()

  That should verify that there's nothing weird about the version it's
trying to display.

  Daniel



More information about the Aptitude-devel mailing list