On 2013/12/14 12:11, Donovan Watteau wrote: > A very reproduceable way of seeing this crash is to launch fw_update > on -current, now that Perl has threads enabled.
To be more specific: perl doesn't have threads enabled, it is linked with libpthread so that functions are available for modules that need threads, but in OpenBSD perl itself doesn't use threads at all.
