Re: Regression with gdb scripts for Linux kernel
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 27 Aug 2014 08:34:58 +0200, Jan Kiszka wrote: > I'm getting this with my kernel gdb scripts since commit 012370f681 > (handle VLA in a struct or union). [...] > (gdb) lx-symbols > loading vmlinux > scanning for modules in /data/linux/build-dbg > loading @0xffffffffa05da000: /data/linux/build-dbg/net/netfilter/xt_tcpudp.ko > ../../gdb/gdbtypes.c:1779: internal-error: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' failed. Minimal reproducer filed as: [7.8 regression] internal-error: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' failed. https://sourceware.org/bugzilla/show_bug.cgi?id=17642 Jan