On 2011-08-03, joshua stein <[email protected]> wrote: >> I'm using html2ps to gen up system documentation and since roughly >> July 20 perl has been dumping core with the following error: >> >> /usr/bin/perl:/usr/local/lib/libMagickCore.so.2.0: undefined symbol >> 'pthread_mutexattr_init' >> lazy binding failed! >> Segmentation fault >> >> This is on the latest snapshot with all packages updated. > > see http://marc.info/?t=131127106300004&r=1&w=2 > > you can probably get around it with the LD_PRELOAD bullshit, but i > think it's stupid that this doesn't get fixed properly.
change the threading implementation so that we don't need the non-blocking I/O wrappers (http://thread.gmane.org/gmane.os.openbsd.misc/162657/focus=162657 has more details) and we ought to be able to re-visit this.
