Opened 14 years ago

Closed 14 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 .

Change History (1)

comment:1 Changed 14 years ago by Paul Brossier

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.