This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16997] Stepping hangs on gettimeofday with recording enabled


https://sourceware.org/bugzilla/show_bug.cgi?id=16997

--- Comment #4 from konradsa <konradsa at gmail dot com> ---
I think vDSO really is the culprit here. When I replace
    gettimeofday( &now, 0);
with a direct system call
    syscall(SYS_gettimeofday, &now, 0);
it works fine, even with recording enabled.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]