Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2018 14:10:30 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        FreeBSD-STABLE Mailing List <freebsd-stable@FreeBSD.org>
Subject:   uptime / w coredumping on RELENG11 (i386 only)
Message-ID:  <990862af-7bee-0d4b-c01f-d7fc8e5b6cfe@sentex.net>

next in thread | raw e-mail | index | archive | help
Wasnt sure if it was my VM, so i took a stock 11.1R installed it on a
new VM and updated the sources to today.  Stock GENERIC kernel

**  this is i386 **


via truss (w)

access("/etc/localtime",R_OK)                    = 0 (0x0)
open("/etc/localtime",O_RDONLY,06605223677)      = 5 (0x5)
fstat(5,{ mode=-r--r--r-- ,inode=1367764,size=118,blksize=32768 }) = 0 (0x0)
read(5,"TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0"...,29000) = 118 (0x76)
close(5)                                         = 0 (0x0)
SIGNAL 11 (SIGSEGV) code=SEGV_MAPERR trapno=12 addr=0x28000184
process killed, signal = 11 (core dumped)

(gdb) bt
#0  ifree (tsd=0x28000000) at arena.h:799
#1  0x2814b506 in __free (ptr=0x280601ef) at tsd.h:716
#2  0x2808bb07 in xo_do_emit_fields () at
/usr/src/contrib/libxo/libxo/libxo.c:6419
#3  0x28089a1c in xo_do_emit (xop=<value optimized out>, flags=<value
optimized out>, fmt=0x804ad4d "{:time-of-day/%s} ")
    at /usr/src/contrib/libxo/libxo/libxo.c:6470
#4  0x28089b61 in xo_emit (fmt=0x804ad4d "{:time-of-day/%s} ") at
/usr/src/contrib/libxo/libxo/libxo.c:6541
#5  0x08049f50 in ?? ()
#6  0x0804ad4d in ?? ()
#7  0xbfbfe044 in ?? ()
#8  0x28065e58 in list_global () from /libexec/ld-elf.so.1
#9  0x00000000 in ?? ()
Current language:  auto; currently minimal
(gdb)

I dont have debug symbols yet

r333636

Anyone else see this ?
-- 
-------------------
Mike Tancsa, tel +1 519 651 3400 x203
Sentex Communications, mike@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?990862af-7bee-0d4b-c01f-d7fc8e5b6cfe>