You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the leapr module to generate TSL values for Fe_056, Al_027, and Be-metal at specific temperatures, different errors are thrown. Specifically, Fe_056 at 717-721 K, Al_027 at 180 and 190 K, and Be-metal at 423 K. There may be more temperatures, these are just the ones I have found so far.
Below are some samples of the files (one that works and one that passes an error) and the errors produced.
Fe_056
717K
njoy 2016.74 12Jan24 03/12/24 15:24:08
*****************************************************************************
leapr... 0.0s
free(): invalid size
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0xabe57023970 in ???
#1 0xabe57022ad5 in ???
#2 0xabe56c4251f in ???
#3 0xabe56c969fc in pthread_kill
#4 0xabe56c42475 in raise
#5 0xabe56c287f2 in abort
#6 0xabe56c89675 in ???
#7 0xabe56ca0cfb in ???
#8 0xabe56ca2a53 in ???
#9 0xabe56ca5452 in __libc_free
#10 0xabe575bb63a in __leapm_MOD_leapr
#11 0x61621675073c in MAIN__
#12 0x6162167502ce in main
Aborted (core dumped)
Overview
When using the leapr module to generate TSL values for Fe_056, Al_027, and Be-metal at specific temperatures, different errors are thrown. Specifically, Fe_056 at 717-721 K, Al_027 at 180 and 190 K, and Be-metal at 423 K. There may be more temperatures, these are just the ones I have found so far.
Below are some samples of the files (one that works and one that passes an error) and the errors produced.
Fe_056
717K
718K
719K
026_Fe_056_717K.txt
026_Fe_056_716K.txt
Al_027
Similar behavior to Fe_056 with free(): invalid size and munmap_chunk(): invalid pointer errors.
013_Al_027_181K.txt
013_Al_027_180K.txt
Be-metal
Similar behavior to Fe_056 with munmap_chunk(): invalid pointer error.
Be-metal_422K.txt
Be-metal_423K.txt
The text was updated successfully, but these errors were encountered: