Recently was getting a strange error when running a script that didn't have #!/usr/bin/bash at top?
free(): invalid next size (fast)
Aborted (core dumped)
Just adding the line fixes the issue, but not sure why??
Have run the script before with no such error, but had been a while?  Script was just one line? Now 2 lines.
#!/usr/bin/bash
boincmgr -e /home/msetzerii/BOINC -d /home/msetzerii/BOINC
+------------------------------------------------------------+
 Michael D. Setzer II - Computer Science Instructor (Retired)    
 mailto:mikes@guam.net                           
 mailto:msetzerii@gmail.com
 Guam - Where America's Day Begins                       
 G4L Disk Imaging Project maintainer
 http://sourceforge.net/projects/g4l/
+------------------------------------------------------------+