Re: help: segmentation fault in threads program that use binmode

2011-07-12 Thread a b
Hi, did you got your issue resolved!! I also face segmentation fault but without binmode I didn't found any solution any where and opted another solution my program was using thread in loop till perl dump core with Out of memory issue Best of luck ~a b On Thu, Jun 9, 2011 at 5:32 AM, anders

Re: help: segmentation fault in threads program that use binmode

2011-06-17 Thread Shlomi Fish
Hi anders, On Wed, 15 Jun 2011 07:38:46 +0800 "anders lee" wrote: > > when i use binmode in threaded program, i got a segmentation fault; > > i comment the binmode line, the program works well > > > use threads; > use threads::shared; > > use utf8; > binmode(STDOUT, ':encoding(utf8)'; > W

help: segmentation fault in threads program that use binmode

2011-06-14 Thread anders lee
when i use binmode in threaded program, i got a segmentation fault; i comment the binmode line, the program works well use threads; use threads::shared; use utf8; binmode(STDOUT, ':encoding(utf8)'; ---thread create and join- -- 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/m

help: segmentation fault in threads program that use binmode

2011-06-08 Thread anders lee
when i use binmode in threaded program, i got a segmentation fault; i comment the binmode line, the program works well use threads; use threads::shared; use utf8; binmode(STDOUT, ':encoding(utf8)'; ---thread create and join- -- 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/m