bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/23933] New: gold_assert(len >= this->do_minimum_hole_size()) f


From: hjl.tools at gmail dot com
Subject: [Bug gold/23933] New: gold_assert(len >= this->do_minimum_hole_size()) fails
Date: Thu, 29 Nov 2018 08:32:02 +0000

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

            Bug ID: 23933
           Summary: gold_assert(len >= this->do_minimum_hole_size()) fails
           Product: binutils
           Version: 2.32 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: hjl.tools at gmail dot com
                CC: ian at airs dot com
  Target Milestone: ---

GCC 8.2 triggers

gold_assert(len >= this->do_minimum_hole_size());

Breakpoint 1, gold::Output_fill_debug_info::do_write (this=0xcbbf10, 
    of=0xc79010, off=12652, len=4)
    at /export/gnu/import/git/sources/binutils-gdb/gold/output.cc:2063
2063      gold_assert(len >= this->do_minimum_hole_size());
(gdb) call len
$1 = 4
(gdb) p this->do_minimum_hole_size()
$2 = 11
(gdb)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]