Gary fung wrote: > > I am now implementing a Perl program for data-mining. My program includes > the using of DBI (ODBC). When I used small amount of testing data(within > hundreds records), the program can run successfully. However, when I tried > a large amount of data(hundred thousands of records), it displays a > message "panic: POPSTACK" many times until the program was forced to abort > abnormally. > > I would like to know whether the message(the error) is caused by too much > data using memory. And , anybody knows the meaning of the message and how > to cope with this problem?
this is an internal error (but is trappable!) that you should never see. what version of Perl are you using? this problem had been reported under 5.6.0 or 5.6.1: http:[EMAIL PROTECTED]/msg88377.html david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]