On Wed, Mar 10, 2010 at 05:52:20AM -0500, Heiko via RT wrote: > > I could fix the crash for 3.01_94 under Windows XP > by rewriting FileHandle.xs with the portable Perl IO API > (according to the book; see docs perlclib and perlapio). My Perl used > PERLIO, btw. > > Tests are not succeeding yet, alas. But that is a secondary matter. > > Please compare the attached code against 3.01_94 und consider/review > the rewritten code.
Thanks Heiko [I've attached the diff for the record.] The problem is that really we'd like to reduce perl'isms in the FileHandle.xs I/O code rather than add more. The I/O is simple so shouldn't be too hard to port to windows, in theory. In the course of investigating this did you identify an actual cause? Could it be related to http://perl.markmail.org/thread/2ixdrw25huun2fx5 ? Tim. -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
