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 c++/19330] demangler failed with signal 11


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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot de

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
You should report this issue on the gcc bugzilla, because libiberty
(demangler) is maintained there.


markus@x4 libiberty % ./a.out
_ZN8futurizeI13frozen_schemaE5applyIRZN7seastar7shardedIN7service13storage_proxyEE9invoke_onIZZNS6_22init_messaging_serviceEvENKUljN5utils4UUIDEE8_clEjSA_EUlOT_E_6futureIJS0_EEEET0_jSD_EUlvE_JEEESG_SD_DpOT0_
                                                                               
                              typed name
  template
    qualified name
      template
        name 'futurize'
        template argument list
          name 'frozen_schema'
      name 'apply'
    template argument list
      reference
        local name
          typed name
            template
              qualified name
                template
                  qualified name
                    name 'seastar'
                    name 'sharded'
                  template argument list
                    qualified name
                      name 'service'
                      name 'storage_proxy'
                name 'invoke_on'
              template argument list
                local name
                  typed name
                    local name
                      typed name
                        qualified name
                          qualified name
                            name 'service'
                            name 'storage_proxy'
                          name 'init_messaging_service'
                        function type
                          argument list
                      const this
                        qualified name
                          lambda 9
                            argument list
                              builtin type unsigned int
                              argument list
                                qualified name
                                  name 'utils'
                                  name 'UUID'
                          operator ()
                    function type
                      argument list
                        builtin type unsigned int
                        argument list
                          qualified name
                            name 'utils'
                            name 'UUID'
                  lambda 0
                    argument list
                      rvalue reference
                        template parameter 0
                template argument list
                  template
                    name 'future'
                    template argument list
                      template argument list
                        name 'frozen_schema'
            function type
              template parameter 1
              argument list
                builtin type unsigned int
                argument list
                  template parameter 0
          lambda 0
            argument list
      template argument list
        template argument list
  function type
    local name
      typed name
        local name
          typed name
            qualified name
              qualified name
                name 'service'
                name 'storage_proxy'
              name 'init_messaging_service'
            function type
              argument list
          const this
            qualified name
              lambda 9
                argument list
                  builtin type unsigned int
                  argument list
                    qualified name
                      name 'utils'
                      name 'UUID'
              operator ()
        function type
          argument list
            builtin type unsigned int
            argument list
              qualified name
                name 'utils'
                name 'UUID'
      lambda 0
        argument list
          rvalue reference
            template parameter 0
    argument list
      template parameter 0
      argument list
        pack expansion
          rvalue reference
            template parameter 1
ASAN:SIGSEGV
=================================================================
==6445==ERROR: AddressSanitizer: stack-overflow on address 0x7fff9b10bf48 (pc
0x0000004046fd bp 0x0ffff3621838 sp 0x7fff9b10bf40 T0)
./a.out: symbol lookup error:
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.1/libasan.so.2: undefined symbol:
__asan_cplus_demangle_v3_callback

-- 
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]