[Issue 14863] CLOCK_BOOTTIME should be optional to support <2.6.39 kernels
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Aug 3 23:31:14 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14863
Ali Cehreli <acehreli at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acehreli at yahoo.com
--- Comment #9 from Ali Cehreli <acehreli at yahoo.com> ---
Are we sure this bug is fixed? (I've built dmd from git head.) My older kernel
still segfaults when initializing MonoTime:
Program received signal SIGSEGV, Segmentation fault.
0x00000000004ad881 in _d_initMonoTime ()
Missing separate debuginfos, use: debuginfo-install
glibc-2.12-1.149.el6_6.7.x86_64
(gdb) bt
#0 0x00000000004ad881 in _d_initMonoTime ()
#1 0x72656b616d6b756c in ?? ()
#2 0x0000000000000008 in ?? ()
#3 0x00000000006d9fc0 in ?? ()
#4 0x0000000000000000 in ?? ()
$ cat /proc/version
Linux version 2.6.32-504.23.4.el6.x86_64
$ dmd --version
DMD64 D Compiler v2.068-devel-286906b
Is there a workaround?
Thank you,
Ali
--
More information about the Digitalmars-d-bugs
mailing list