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]

Reply via email to