in reply to
Re: [error] panic: memory wrap
in thread
[error] panic: memory wrap
ignore previous..
the problem lies in the way osx ties up other resources.
a simple sleep will give the os time to close and open.
restart or graceful will go in conflict.
apachectl stop
sleep 2
apachectl start
Comment on
Re^2: [error] panic: memory wrap
Replies are listed 'Best First'.
Re^3: [error] panic: memory wrap
by
aufflick
(Deacon)
on Jan 20, 2011 at 23:24 UTC
Wow - same workaround solved it for me. You must have just saved me days of troubleshooting. Thankyou!!
[reply]
In Section
Seekers of Perl Wisdom