Re: Segmentation fault in Text::ParseWords

2006-02-24 Thread Philippe M. Chiasson
Peter Mogensen wrote: > Hi, > > When parsing long lines to Text::ParseWords under mod_perl I get a > segmentation fault from Apache. (but not when I do the same from the > command line). > > The segmentation fault appears with a line lenght above 17460; > > This is the code: > ==

Segmentation fault in Text::ParseWords

2006-02-24 Thread Peter Mogensen
Hi, When parsing long lines to Text::ParseWords under mod_perl I get a segmentation fault from Apache. (but not when I do the same from the command line). The segmentation fault appears with a line lenght above 17460; This is the code: == use Text::ParseWords;