Opened 15 years ago
Closed 15 years ago
#9 closed defect (fixed)
creation of fftw3 plans should be locked
Reported by: | Paul Brossier | Owned by: | Paul Brossier |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | corelib | Version: | 0.3.2 |
Severity: | blocker | Keywords: | fftw segfault |
Cc: |
Description
Hedde Bosman discovered that the creation of fft objects was not thread safe.
Calls to fftw_plan_* and to fftw_destroy_plan need to be locked, as mentioned in the documentation:
http://fftw.org/fftw3_doc/Thread-safety.html#Thread-safety .
Note: See
TracTickets for help on using
tickets.