[Bugs] [Bug 1767264] glusterfs client process coredump

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 10 01:30:32 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1767264



--- Comment #10 from zhou lin <zz.sh.cynthia at gmail.com> ---
(gdb) print *(gf_timer_t *)event
$2 = {{list = {next = 0x2e64657473757274, prev = 0x767265732e726661}, {next =
0x2e64657473757274, prev = 0x767265732e726661}}, at = {
    tv_sec = 7596555718327886697, tv_nsec = -1149262114398638491}, callbk =
0x7ffff258baad <afr_changelog_thin_arbiter_post_op+285>, data = 0x21, 
  xl = 0x7fffec0296b0, fired = 208}
(gdb) print struct timespec(event->at)
A syntax error in expression, near `event->at)'.
(gdb) print (struct timespec)(event->at)
$3 = {tv_sec = 7596555718327886697, tv_nsec = -1149262114398638491}
(gdb) quit

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


More information about the Bugs mailing list