This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Freeze in perl script after cygwin upgrade 1.5.17 -> 1.5.18


On Tue, 5 Jul 2005, Jacek Piskozub wrote:

> Yitzchak Scott-Thoennes <sthoenna at efn dot org> wrote:
>
> > What perl version (on linux)?  Do you have a test case?
>
> No, it works fine on Linux. Same script, same Mozilla build, same Perl
> version (5.8.6).
>
> I would bet my money that the fault is on cygwin side, especially as
> with cygwin 1.5.17, mozilla builds work fine.

Either that, or some change in Cygwin tickled a bug in Perl that hasn't
manifested on either Linux or prior Cygwin versions.

> Funny thing but it seems this cygwin update fried both OpenOffice and
> Mozilla builds on win32 platform.

Both of which use Perl extensively and in large-scale builds?

> No, I do not have a test case. I cannot imagine how to create one as
> adding or substracting print commands from the perl script cures or kill
> it. It is no simple malloc problem (or at least not only that).

Well, malloc problems are like this -- any change in memory behavior (such
as adding print commands, which may do allocation in Perl) will affect the
outcome.  Linux, for example, is notorious for zeroing malloc'ed data, and
keeping free()d blocks around, which allows many buggy programs to work.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]