tromey at sourceware dot org
2018-09-10 17:42:25 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=23626
Bug ID: 23626
Summary: gdb crashes in upstream rust nil-enum test
Product: gdb
Version: 8.2
Status: NEW
Severity: normal
Priority: P2
Component: rust
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
I built rustc with my patches to fix enum debug info.
(See https://github.com/rust-lang/rust/pull/54004)
With this patch, the rust "nil-enum.rs" test case causes
a gdb internal error:
$1 = ../../binutils-gdb/gdb/valops.c:2270: internal-error: int
value_union_variant(type*, const gdb_byte*): Assertion `discriminant_prop !=
nullptr' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]
../../binutils-gdb/gdb/valops.c:2270: internal-error: int
value_union_variant(type*, const gdb_byte*): Assertion `discriminant_prop !=
nullptr' failed.
Bug ID: 23626
Summary: gdb crashes in upstream rust nil-enum test
Product: gdb
Version: 8.2
Status: NEW
Severity: normal
Priority: P2
Component: rust
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
I built rustc with my patches to fix enum debug info.
(See https://github.com/rust-lang/rust/pull/54004)
With this patch, the rust "nil-enum.rs" test case causes
a gdb internal error:
$1 = ../../binutils-gdb/gdb/valops.c:2270: internal-error: int
value_union_variant(type*, const gdb_byte*): Assertion `discriminant_prop !=
nullptr' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]
../../binutils-gdb/gdb/valops.c:2270: internal-error: int
value_union_variant(type*, const gdb_byte*): Assertion `discriminant_prop !=
nullptr' failed.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.