zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

on ubuntu, when make.sh, error: malloc: ../bash/dispose_cmd.c:241: assertion botched #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.  download the latest package.
2.  cd FastDFS, execute ./make.sh

error:
malloc: ../bash/dispose_cmd.c:241: assertion botched

I add #!/bin/bash to the start of the make.sh file, it's ok.

please fix it. :)

Original issue reported on code.google.com by wwc...@gmail.com on 20 Aug 2009 at 7:49

GoogleCodeExporter commented 9 years ago
make.sh is a standard shell script, it can be run under sh or bash.
I tested this shell on ubuntu 8.04, it's ok.
maybe is problem of your ubuntu system?

Original comment by happyfis...@gmail.com on 21 Aug 2009 at 12:57