Re: invalid pointer error message

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Jul 02 2010 - 11:30:05 MDT

Not enough information.

I speculate that you have run out of available memory or, perhaps,
the collective size of 't' exceeded 2 GB.

Good luck

On 7/2/10 10:39 AM, Ioana Colfescu wrote:
> Hi,
>
> Could someone please help me with the following -I use the following code :
>
> FILES=systemfunc("ls /data/oldfarm2/colfi/SODA/*.cdf")
> f1=addfiles(FILES,"r")
> ListSetType(f1,"cat");
> t=f1[:]->temp
>
> which works fine for other data but for this I get this error :
>
> *** glibc detected *** ncl: munmap_chunk(): invalid pointer: 0x00002b1bbc0e3010 ***
> ======= Backtrace: =========
> /lib64/libc.so.6(cfree+0x166)[0x37bca72886]
> ncl(NclFree+0x25)[0x5681de]
> ncl[0x5495bb]
> ncl(_NclDestroyObj+0x56)[0x553e09]
> ncl(CallLIST_READ_FILEVAR_OP+0x2900)[0x5e0398]
> ncl(_NclExecute+0x442)[0x5e09c5]
> ncl(yyparse+0x792)[0x51fc69]
> ncl(main+0xa3e)[0x51b4ce]
> /lib64/libc.so.6(__libc_start_main+0xf4)[0x37bca1d994]
> ncl(__gxx_personality_v0+0x14a)[0x51a9fa]
> ======= Memory map: ========
> 00400000-01437000 r-xp 00000000 00:17 2147824247 /homes/colfescu/ncl/bin/nc
> 01537000-01722000 rw-p 01037000 00:17 2147824247 /homes/colfescu/ncl/bin/ncl
>
>
> I don't know why the error appears.
>
> Ioana
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jul 2 11:30:09 2010

This archive was generated by hypermail 2.1.8 : Fri Jul 09 2010 - 16:06:22 MDT