[bug-notifications] [pigz 0003879]: fails to multithread on Solaris 8
Mantis Bug Tracker
noreply at opencsw.org
Fri Sep 4 16:58:46 CEST 2009
A NOTE has been added to this issue.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3879
======================================================================
Reported By: james
Assigned To: dam
======================================================================
Project: pigz
Issue ID: 3879
Category: regular use
Reproducibility: sometimes
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2009-09-04 12:52 CEST
Last Modified: 2009-09-04 16:58 CEST
======================================================================
Summary: fails to multithread on Solaris 8
Description:
pigs (spelt pigz) fails to multithread on Solaris 8.
Workaround: use /usr/lib/lwp.
Suggest changing RPATH to use /usr/lib/lwp
LD_OPTIONS=-R/usr/lib/lwp
It's possible a patch will fix also, please find it, check it's still
public and put in checkinstall if you think the patch is the solution.
======================================================================
----------------------------------------------------------------------
(0006669) james (reporter) - 2009-09-04 16:58
http://www.opencsw.org/bugtrack/view.php?id=3879#c6669
----------------------------------------------------------------------
Proof - pigs can fly!
$ uname -a
SunOS gyor 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-60
$ mkfile 100m /tmp/junk
$ ptime pigz -f /tmp/junk
real 5.897
user 10.493
sys 0.602
$ uname -a
SunOS bala 5.8 Generic_117351-32 i86pc i386 i86pc
$ mkfile 100m /tmp/junk
$ ptime pigz -f /tmp/junk
real 10.994
user 19.463
sys 1.785
More information about the bug-notifications
mailing list