> -----Original Message----- > From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 3:37 PM > To: 'Moulder, Glen ' > Cc: '[EMAIL PROTECTED] ' > Subject: RE: :CSV questions > > > This is because your CSV_XS is segfaulting.
Hi Ilya, I removed the old sql-statement and dbd-csv from my machine. Downloaded tar/zip balls for these two modules SQL::Statement installed fine. But, DBD::CSV caused the following error: PERL caused an invalid page fault in module CSV_XS.DLL at 017f:01e93e8c. Registers: EAX=01c029d8 CS=017f EIP=01e93e8c EFLGS=00010202 EBX=01c029d8 SS=0187 ESP=0153fb78 EBP=0153fbc4 ECX=00000000 DS=0187 ESI=0176f320 FS=1bcf EDX=00000025 ES=0187 EDI=0176f6d8 GS=0000 Bytes at CS:EIP: 8b 11 8b 45 0c 8b 88 28 06 00 00 8d 14 91 89 55 Stack dump: 00000003 0176d8c0 0176d8c0 00000002 0000000d 0176f320 0000000c 28074c75 0000000d 2806fdd7 016601f4 0000000d 01c029fc 00000025 0176f320 0176b910 Nmake would not then run without errors. Is there something else I should be doing to get the module to install? Glen P.s. Previous segfault error is retained below also. > > perl -MDBD::CSV -e 'print $DBD::CSV::VERSION;' > > > > > When I run this command on my machine, why do I get > > This program has performed an illegal operation and will be shut down. > > If the problem persists, contact the program vendor. > > PERL caused an invalid page fault in > module CSV_XS.DLL at 017f:10003e8c. > Registers: > EAX=0184903c CS=017f EIP=10003e8c EFLGS=00010202 > EBX=0184903c SS=0187 ESP=0153f670 EBP=0153f6bc > ECX=10460086 DS=0187 ESI=0176f3cc FS=5897 > EDX=00000025 ES=0187 EDI=0176f784 GS=0000 > Bytes at CS:EIP: > 8b 11 8b 45 0c 8b 88 28 06 00 00 8d 14 91 89 55 > Stack dump: > 00000003 28074c75 00000010 2806fdd7 016601c4 00000010 > 0176f3cc 280013f1 00000010 00000000 017a462c 0179c470 > 28053aa9 00000025 0176f3cc 0176b9ac >
