Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timer test fails on NetBSD #37

Open
mheily opened this issue Mar 18, 2016 · 1 comment
Open

timer test fails on NetBSD #37

mheily opened this issue Mar 18, 2016 · 1 comment

Comments

@mheily
Copy link
Owner

mheily commented Mar 18, 2016

Seen on NetBSD 7.0:

test_setup_timers       passed
test_constant_interval  
Program received signal SIGABRT, Aborted.
0x00007f7ff750e01a in _lwp_kill () from /usr/lib/libc.so.12
(gdb) bt
#0  0x00007f7ff750e01a in _lwp_kill () from /usr/lib/libc.so.12
#1  0x00007f7ff750dca5 in abort () from /usr/lib/libc.so.12
#2  0x00000000004022cb in update_min_interval () at ../../src/timer.c:68
#3  0x00000000004023db in timer_unregister_job (job=job@entry=0x7f7ff7b11080) at ../../src/timer.c:102
#4  0x000000000041a195 in test_constant_interval () at timer-test.c:64
#5  main () at timer-test.c:74
(gdb) up
#1  0x00007f7ff750dca5 in abort () from /usr/lib/libc.so.12
(gdb) up
#2  0x00000000004022cb in update_min_interval () at ../../src/timer.c:68
68                                      abort();
@mheily
Copy link
Owner Author

mheily commented Mar 18, 2016

related syslog message:

timer: update_min_interval(../../src/timer.c:54): kevent(2): Invalid argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant