Your message dated Fri, 23 Jun 2006 19:40:51 +0930
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375020: libwxgtk2.6-dbg: does not provide debug info in gdb
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libwxgtk2.6-dbg
Version: 2.6.3.2.1
Severity: important

Hello,

Trying to debug a segfault in the wx GUI of VLC, i installed
libwxgtk2.6-dbg.
But in the gdb backtrace, there is no debug info for wxwidget:

#2  0xb5f89459 in wxVsnprintf () from /usr/lib/libwx_baseu-2.6.so.0
#3  0xb5f717ee in wxString::PrintfV () from
/usr/lib/libwx_baseu-2.6.so.0
#4  0xb5f719b0 in wxString::Format () from /usr/lib/libwx_baseu-2.6.so.0
#5  0xb65da909 in wxvlc::OpenDialog::UpdateMRL (this=0x8b1a100,
    i_access_method=3)
    at ../../../../modules/gui/wxwidgets/dialogs/open.cpp:1106

I noticed that the liwx_[base|gtk2]ud_*.so are in /usr/lib and not in
/usr/lib/debug/usr/lib like in some other libfoo-dbg package. I tried to
copy the file to this location but it was not better.

I am your disposition to try stuff. Fortunatly, there is plenty of bug
in VLC to test ;)

Thanks,

-- 
Xtophe

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages libwxgtk2.6-dbg depends on:
ii  libc6-dev                     2.3.6-15   GNU C Library: Development Librari
ii  libwxbase2.6-dbg              2.6.3.2.1  wxBase library (debug) - non-GUI s
ii  wx2.6-headers                 2.6.3.2.1  wxWidgets Cross-platform C++ GUI t

libwxgtk2.6-dbg recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

This is not a 'bug' in the package per-se, though the -dbg name does
make things a little more confusing that they could be, I agree.
I guess I should make that a bit more explicit in the package
description...

The libraries that it provides are _not_ drop in replacements for
those in libwxgtk2.6, they are not binary compatible.  They are
however, source level replacements, that include additional wx
debug checks, helpful to catch common errors, as well as gdb
debugging info.

They are highly recommended for use during application development,
see the wx-config --debug option for how to recompile to use them.

hth,
Ron


On Thu, Jun 22, 2006 at 08:18:28PM +0100, Christophe Mutricy wrote:
> Package: libwxgtk2.6-dbg
> Version: 2.6.3.2.1
> Severity: important
> 
> Hello,
> 
> Trying to debug a segfault in the wx GUI of VLC, i installed
> libwxgtk2.6-dbg.
> But in the gdb backtrace, there is no debug info for wxwidget:
> 
> #2  0xb5f89459 in wxVsnprintf () from /usr/lib/libwx_baseu-2.6.so.0
> #3  0xb5f717ee in wxString::PrintfV () from
> /usr/lib/libwx_baseu-2.6.so.0
> #4  0xb5f719b0 in wxString::Format () from /usr/lib/libwx_baseu-2.6.so.0
> #5  0xb65da909 in wxvlc::OpenDialog::UpdateMRL (this=0x8b1a100,
>     i_access_method=3)
>     at ../../../../modules/gui/wxwidgets/dialogs/open.cpp:1106
> 
> I noticed that the liwx_[base|gtk2]ud_*.so are in /usr/lib and not in
> /usr/lib/debug/usr/lib like in some other libfoo-dbg package. I tried to
> copy the file to this location but it was not better.
> 
> I am your disposition to try stuff. Fortunatly, there is plenty of bug
> in VLC to test ;)
> 
> Thanks,
> 
> -- 
> Xtophe
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (990, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/dash
> Kernel: Linux 2.6.14
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> 
> Versions of packages libwxgtk2.6-dbg depends on:
> ii  libc6-dev                     2.3.6-15   GNU C Library: Development 
> Librari
> ii  libwxbase2.6-dbg              2.6.3.2.1  wxBase library (debug) - non-GUI 
> s
> ii  wx2.6-headers                 2.6.3.2.1  wxWidgets Cross-platform C++ GUI 
> t
> 
> libwxgtk2.6-dbg recommends no packages.
> 
> -- no debconf information
> 
> 

--- End Message ---

Reply via email to