Bug#1055646: gdb: extremely slow response to basic commands

2023-11-28 Thread tomazzi
Hello Héctor, On Tue, 28 Nov 2023 13:37:40 +0100 =?UTF-8?B?SMOpY3RvciBPcsOzbiBNYXJ0w61uZXo=?= wrote: > I wanted to drop a link to addr2line bug[1], could that be related? > > [1] https://sourceware.org/bugzilla/show_bug.cgi?id=29785 Thanks for this link. It looks like it can be related, but

Bug#1055646: gdb: extremely slow response to basic commands

2023-11-26 Thread tomazzi
Hello, I have found the root cause of this problem: It doesn't matter if the gdb is compiled with sbuild, debuild or dpkg-buildpackage. It's slow, because it reads BFDs from a *hidden* directory "/usr/lib/debug/.build-id/" The gdb compiled using "configure" script had different prefix, so its

Bug#1055646: gdb: extremely slow response to basic commands

2023-11-23 Thread tomazzi
Hello, On Tue, 21 Nov 2023 13:53:00 +0100 =?UTF-8?B?SMOpY3RvciBPcsOzbiBNYXJ0w61uZXo=?= wrote: > Hello, > > On Wed, 15 Nov 2023 at 23:09, tomazzi wrote: > > > To do this, I need to have a complete build log with all the > > compiler/linker flags, compiler warning

Bug#1055646: gdb: extremely slow response to basic commands

2023-11-15 Thread tomazzi
Xo=?= wrote: > Hello Tomazzi, > > On Mon, 13 Nov 2023 at 21:51, tomazzi wrote: > > > > Hello, > > > > I've just built gdb "the Debian way", to check what are the differences > > in the build process: > > $> apt source gdb > > $&g

Bug#1055646: gdb: extremely slow response to basic commands

2023-11-13 Thread tomazzi
Hello, I've just built gdb "the Debian way", to check what are the differences in the build process: $> apt source gdb $> apt build-dep gdb $> debuild -b -uc -us From debuild output: gdb-default: configured with: ...      --without-babeltrace      --with-babeltrace ... gdb-minimal: configured

Bug#1055646: gdb: extremely slow response to basic commands

2023-11-11 Thread tomazzi
Today I've tried to do the same trick on some other machine (using build flags from previous mail), but the build failed with error message: "ar: `u' modifier ignored since `D' is the default (see `U')" while compiling "libgdbsupport.a" So I've just spent few hours trying to figure out why it wo

Bug#972343: ITP: wxedid -- Graphical editor for monitor resolution and timing data (EDID)

2020-11-15 Thread tomazzi
Hi Felix, I've just noticed that there's a bug in the wxedid.1 manpage - the program allows to pass the file path to be opened as an cmd line argument, and there's an -t|--text option which tells that the file is in text format. Without this option, wxedid assumes that the file contains binar