This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17557] Very slow load due to millions of identical lseek syscalls opening shared libs


https://sourceware.org/bugzilla/show_bug.cgi?id=17557

--- Comment #1 from Tim Jones <tim@mr-dog.net> ---
Also:

This GDB was configured as "x86_64-unknown-linux-gnu".

... and build with:

./configure \
    --prefix=$HOME/apps/gdb \
    --with-build-config='bootstrap-O3' \
    --enable-lto \
    --enable-tui \
    --enable-gdbtk \
    --enable-gtk \
    --enable-plugins \
    --enable-install-libbfd \
    --with-mmap \
    --with-zlib \
    --enable-libmcheck \
    --with-babeltrace \
    --enable-gold=yes \
    --enable-threads \
    --disable-nls

Although, the same behaviour is seen with a minimal configure line as apposed
the above, so this make little difference.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]