I am using perl 5.8 following is my perl version info
i am using windows.....
this error coming only on multi cpu machine ( 8 cpus)
not on single cpu machine
-----

This is perl, v5.8.0 built for
MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2002, Larry Wall

Binary build 805 provided by ActiveState Corp.
http://www.ActiveState.com
Built 18:08:02 Feb  4 2003
-----

--- david <[EMAIL PROTECTED]> wrote:
> Madhu Reddy wrote:
> 
> > Hi,
> >   I have following sorting program...
> > basically it will split the large files into small
> > file and creates thread..each thread will sort
> files
> > after that merge back all sorted files...
> > 
> > this program works fine on single CPU machine...
> > same program giving problem on 8 CPU machine...
> > 
> > the problem is , after creating the thread....
> > one of the thread finishes the job...
> > all other threads are still working....
> > 
> > as soon as one thread finishes the job, i am
> getting
> > perl application error (pops up small window)
> > popup window contains following message...
> > 
> > ======
> > perl.exe application errorr
> > 
> > The instruction at "0x2808335c" referenced memory
> at
> > "0x00000004". The memory couldn't be written
> > 
> 
> i didn't spot anything that could cause this. what
> version of Perl are you 
> using? i believe you are on the windows platform
> right?
> 
> david
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to