Alexander Nasonov wrote: > Keep this option just in case. > > I learned about this issue from https://github.com/rust-lang/rust/pull/28543 > which mentions PR/48250 (submitted by Martin in 2013)
Thank you, this was helpful! It turned out that setting "CONFIGURE_ARGS+= --disable-pie" in the package Makefile had no effect because it was overridden by a "CONFIGURE_ARGS+= --enable-pie" in mozilla-common.mk. I edited the latter to say "--disable-pie" instead and rebuilt, and now gdb works. -- Andreas Gustafsson, g...@gson.org