On Wed, Sep 10, 2014 at 02:41:35PM +0200, Florian Sowade wrote: > On Tue, 09 Sep 2014 18:20:21 +0200 Florian Sowade <[email protected]> wrote: > > If it is required I can send you the name causing this problem in a > > private message, but I don't want to send it to a public list. > > I simplified the mangled name a little bit. The attached code runs fine > when linked against libiberty from the libiberty-dev package but > segfaults when linked against the libiberty from the gdb source package.
> #include <stdio.h>
> #include <libiberty/demangle.h>
>
> int main() {
> printf("%s\n",
> cplus_demangle("_Z1lIZN1a1b1c1dclINS1_1e1fINS5_1gENS5_1hINS5_"
> "1i1jEjEELj1093EEEEEvRT_EUlbRKNS5_1kEE_EOSD_"
> "RN1mISD_E1nE",
> DMGL_PARAMS | DMGL_ANSI));
>
> return 0;
> }
Could you try with latest 7.9.1-1 package release? Is it still happening?
If so, could you please take it upstream? It'd be interesting to find out the
root cause and patch version in stable for that one.
Regards,
--
Hector Oron
signature.asc
Description: Digital signature

