Hello.
  
On Tue, Mar 24, 2026 at 12:14:16PM +0100, SKAL via isync-devel wrote:
> GNU gdb (Debian 16.3-1) 16.3

 You are running Debian.

> Reading symbols from mbsync...
> (No debugging symbols found in mbsync)

 Debian packages are shipped with debug symbols, in separate packages.
 For mbsync package name is "isync", to install symbols one should do:

 1. Insert into /etc/apt/sources.list line like
    deb http://deb.debian.org/debian-debug <codename>-debug main

 2. Run "apt -y update".
 
 3. Locate and install packages with symbol tables:
    apt-cache search isync-dbgsym
    apt-get install isync-dbgsym

 4. Add symbol table for libc6:
    apt-get install libc6-dbg

 Then after "(gdb) run -y VET" and "bt" you should get stack dump with
 names of functions and variables, rather then

> (gdb) bt
> #0  0x00007ffff74a095c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #1  0x00007ffff744bcc2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
> #2  0x00007ffff74344ac in abort () from /lib/x86_64-linux-gnu/libc.so.6
> #3  0x00007ffff7434420 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #4  0x00005555555591ce in ?? ()
> #5  0x0000555555561645 in ?? ()
> #6  0x000055555556333b in ?? ()
> #7  0x0000555555572b41 in ?? ()
> #8  0x0000555555574608 in ?? ()
> #9  0x0000555555563b6d in ?? ()
> #10 0x0000555555565ffe in ?? ()
> #11 0x0000555555564358 in ?? ()
> #12 0x000055555556ae51 in ?? ()
> #13 0x000055555555caf7 in ?? ()
> #14 0x000055555557b6cb in ?? ()
> #15 0x0000555555559df1 in ?? ()
> #16 0x00007ffff7435ca8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #17 0x00007ffff7435d65 in __libc_start_main () from 
> /lib/x86_64-linux-gnu/libc.so.6
> #18 0x000055555555a3a1 in ?? ()
-- 
 Eugene Berdnikov


_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to