<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello again,</p>
    <p>new core dump with "--enable-debug":</p>
    <p><br>
    </p>
    <pre>Core was generated by `bird -c bird.conf'.</pre>
    <pre>Program terminated with signal SIGSEGV, Segmentation fault.</pre>
    <pre>#0  0x00475b48 in ea__find (e=0x81000601, id=1554) at nest/rt-attr.c:389</pre>
    <pre>389          if (e->flags & EALF_BISECT)</pre>
    <pre>(gdb) #0  0x00475b48 in ea__find (e=0x81000601, id=1554) at nest/rt-attr.c:389</pre>
    <pre>        a = 0x4b7347 <nl_add_attr_u32+32></pre>
    <pre>        l = 8</pre>
    <pre>        r = -1097182544</pre>
    <pre>        m = 2</pre>
    <pre>#1  0x00475c14 in ea_find (e=0x52b068, id=1554) at nest/rt-attr.c:426</pre>
    <pre>        a = 0xbe9a5280</pre>
    <pre>#2  0x004b87f6 in nl_send_route (p=0x50e748, e=0x5200d4, op=1536, dest=1, nh=0x52b09c) at sysdep/linux/netlink.c:1269</pre>
    <pre>        ea = 0xbe9a5288</pre>
    <pre>        net = 0x5210a4</pre>
    <pre>        a = 0x52b068</pre>
    <pre>        eattrs = 0x52b068</pre>
    <pre>        bufsize = 284</pre>
    <pre>        priority = 32</pre>
    <pre>        r = 0xbe9a5280</pre>
    <pre>        rsize = 312</pre>
    <pre>        metrics = {5265448, 5419112, 5361128, 3197785152, 0, 5263816, 5361128, 24, 5263816, 0, 3197785260, 5162725, 2, 3197784136, 3197784136, 3197785160}</pre>
    <pre>        ews = {eattrs = 0x0, ea = 0x101, visited = {5374040, 80, 5263816, 5302088}}</pre>
    <pre>#3  0x004b8a80 in nl_add_rte (p=0x50e748, e=0x5200d4) at sysdep/linux/netlink.c:1351</pre>
    <pre>        a = 0x52b068</pre>
    <pre>        err = 0</pre>
    <pre>#4  0x004b8af2 in krt_replace_rte (p=0x50e748, n=0x5210a4, new=0x5200d4, old=0x5203e0) at sysdep/linux/netlink.c:1387</pre>
    <pre>        err = 0</pre>
    <pre>#5  0x004bf532 in krt_prune (p=0x50e748) at sysdep/unix/krt.c:751</pre>
    <pre>        verdict = 2</pre>
    <pre>        new = 0x5200d4</pre>
    <pre>        old = 0x5203e0</pre>
    <pre>        rt_free = 0x0</pre>
    <pre>        fn_ = 0x5210ac</pre>
    <pre>        ff_ = 0x50d698</pre>
    <pre>        count_ = 872</pre>
    <pre>        n = 0x5210a4</pre>
    <pre>        t = 0x50d330</pre>
    <pre>#6  0x004bf6e6 in krt_scan (t=0x517490) at sysdep/unix/krt.c:838</pre>
    <pre>        p = 0x50e748</pre>
    <pre>        q = 0x50e8a8</pre>
    <pre>#7  0x0046b062 in timers_fire (loop=0x504b80 <main_timeloop>) at lib/timer.c:235</pre>
    <pre>        base_time = 1435815133</pre>
    <pre>        t = 0x517490</pre>
    <pre>#8  0x004bdcc4 in io_loop () at sysdep/unix/io.c:2193</pre>
    <pre>        poll_tout = 3</pre>
    <pre>        timeout = 3</pre>
    <pre>        nfds = 4</pre>
    <pre>        events = 1</pre>
    <pre>        pout = 0</pre>
    <pre>        t = 0x517490</pre>
    <pre>        s = 0x530900</pre>
    <pre>        n = 0x5046e4 <sock_list+4></pre>
    <pre>        fdmax = 256</pre>
    <pre>        pfd = 0x51ed20</pre>
    <pre>#9  0x004c2030 in main (argc=3, argv=0xbe9a5734) at sysdep/unix/main.c:884</pre>
    <pre>        use_uid = 0</pre>
    <pre>        use_gid = 0</pre>
    <pre>---Type <return> to continue, or q <return> to quit---        conf = 0x505af0</pre>
    <pre>(gdb) quit</pre>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Am 26.04.19 um 13:26 schrieb Ondrej
      Zajicek:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20190426112649.6sjfd2gdq4ebqmt7@feanor.crfreenet.org">
      <pre class="moz-quote-pre" wrap="">On Fri, Apr 26, 2019 at 01:08:24PM +0200, <a class="moz-txt-link-abbreviated" href="mailto:lorenz@irmhil.de">lorenz@irmhil.de</a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Hello,

after a "make clean", "./configure" and "make" I got this compile-time
warning:
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Hello

Could you try to build it with "./configure --enable-debug" ?


</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">--- snip ---

sysdep/unix/io.c: In function ‘times_init’:
sysdep/unix/io.c:135:45: warning: comparison is always false due to limited range of data type [-Wtype-limits]
   if ((ts.tv_sec < 0) || (((s64) ts.tv_sec) > ((s64) 1 << 40)))
                                             ^
--- snap ---
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
This warning is OK.

</pre>
    </blockquote>
  </body>
</html>