https://bugs.linaro.org/show_bug.cgi?id=1615

Stuart Haslam <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Stuart Haslam <[email protected]> ---
I'm seeing a semi-reproducible SEGV running timer_main on x86_64 (with 3 worker
cpus). It's always in the same place;

#0  timer_notify (sigval=sigval@entry=...) at odp_timer.c:643
#1  0x00007ffff7bd70ff in timer_sigev_thread (arg=0x7ffff00008c0)
    at ../nptl/sysdeps/unix/sysv/linux/timer_routines.c:63
#2  0x00007ffff700b182 in start_thread (arg=0x7ffff65fd700) at
pthread_create.c:312
#3  0x00007ffff76f647d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

odp_timer.c:643 is;

uint64_t prev_tick = odp_atomic_fetch_inc_u64(&tp->cur_tick);

tp has the value that was assigned during odp_timer_pool_create()

HEAD is at a1e62a98b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to