Skip to content

Instantly share code, notes, and snippets.

@tyru
Created April 4, 2015 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyru/af2cb619010214dab23a to your computer and use it in GitHub Desktop.
Save tyru/af2cb619010214dab23a to your computer and use it in GitHub Desktop.
timedatectl segfault
$ sudo timedatectl
Local time: Sat 2015-04-04 05:33:35 UTC
Universal time: Sat 2015-04-04 05:33:35 UTC
RTC time: n/a
Time zone: UTC (UTC, +0000)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
*** Error in `timedatectl': free(): invalid next size (fast): 0xb81058d8 ***
======= Backtrace: =========
/usr/lib/libc.so.6(+0x68eb4)[0xb6da0eb4]
/usr/lib/libc.so.6(+0x6eba8)[0xb6da6ba8]
/usr/lib/libc.so.6(+0x6f56c)[0xb6da756c]
======= Memory map: ========
b6d38000-b6e63000 r-xp 00000000 b3:02 148947 /usr/lib/libc-2.20.so
b6e63000-b6e72000 ---p 0012b000 b3:02 148947 /usr/lib/libc-2.20.so
b6e72000-b6e74000 r--p 0012a000 b3:02 148947 /usr/lib/libc-2.20.so
b6e74000-b6e75000 rw-p 0012c000 b3:02 148947 /usr/lib/libc-2.20.so
b6e75000-b6e78000 rw-p 00000000 00:00 0
b6e78000-b6e8d000 r-xp 00000000 b3:02 148788 /usr/lib/libpthread-2.20.so
b6e8d000-b6e9c000 ---p 00015000 b3:02 148788 /usr/lib/libpthread-2.20.so
b6e9c000-b6e9d000 r--p 00014000 b3:02 148788 /usr/lib/libpthread-2.20.so
b6e9d000-b6e9e000 rw-p 00015000 b3:02 148788 /usr/lib/libpthread-2.20.so
b6e9e000-b6ea0000 rw-p 00000000 00:00 0
b6ea0000-b6ebd000 r-xp 00000000 b3:02 148956 /usr/lib/libgcc_s.so.1
b6ebd000-b6ecc000 ---p 0001d000 b3:02 148956 /usr/lib/libgcc_s.so.1
b6ecc000-b6ecd000 rw-p 0001c000 b3:02 148956 /usr/lib/libgcc_s.so.1
b6ecd000-b6ed3000 r-xp 00000000 b3:02 148817 /usr/lib/librt-2.20.so
b6ed3000-b6ee2000 ---p 00006000 b3:02 148817 /usr/lib/librt-2.20.so
b6ee2000-b6ee3000 r--p 00005000 b3:02 148817 /usr/lib/librt-2.20.so
b6ee3000-b6ee4000 rw-p 00006000 b3:02 148817 /usr/lib/librt-2.20.so
b6ee4000-b6f04000 r-xp 00000000 b3:02 148916 /usr/lib/ld-2.20.so
b6f04000-b6f06000 rw-p 00000000 00:00 0
b6f11000-b6f13000 rw-p 00000000 00:00 0
b6f13000-b6f14000 r--p 0001f000 b3:02 148916 /usr/lib/ld-2.20.so
b6f14000-b6f15000 rw-p 00020000 b3:02 148916 /usr/lib/ld-2.20.so
b6f15000-b6f7f000 r-xp 00000000 b3:02 148766 /usr/bin/timedatectl
b6f80000-b6f82000 r--p 0006a000 b3:02 148766 /usr/bin/timedatectl
b6f82000-b6f83000 rw-p 0006c000 b3:02 148766 /usr/bin/timedatectl
b8104000-b8125000 rw-p 00000000 00:00 0 [heap]
becc0000-bece1000 rw-p 00000000 00:00 0 [stack]
becea000-beceb000 r-xp 00000000 00:00 0 [sigpage]
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment