Hello,
My guess on why your mesh is not working would be, as Costas said, the shape of the elements. In a general way, when numerically solving a PDE, a uniformity of the spatial discretization (the edge lengths of the elements) would make the solution easier for the model. That is, in an ideal case, if you cad a mesh composed solely of equilateral triangles, it would have an optimal geometry. Of course, unless you are simulating a triangular basin, that is impossible.
Telemac has a lot of very sophisticated methods to alleviate this condition and allow you to use very irregular meshes without major problems at the cost of a bigger computational time.
What is really strange (and makes me doubt the hypothesis of the elongated elements) is that your simulation does not stop in the solver due to convergence problems, instead something is causing a segmentation violation. This shouldn't be caused by poorly shaped meshed. But, since it's the only hypothesis I have for now...
As Costas said, your mesh has very long, thin triangles at the edges and could be improved. There is a tool in BlueKenue that can help. You can go in "View -> T3 Mesh Toolbar". In this toolbar there is a button "Auto-Adjust Nodes" that will try to reshape the elements of your mesh to try to follow a Delaunay Triangulation. Along with this you can split and delete elements and edges to modify your mesh.
I modified you mesh a little to try to see a better result. Only then I realized I don't have the .cli and the other necessary files to run your simulation. So I'm attaching you mesh, with a few modifications, with the elements less elongated. Try to run your simulation with this version to see what happens. If the problem persists, please attach also the files necessary to run the simulation.
P.S.: Could not attach, so use this Drive link:
drive.google.com/open?id=0B8r99pzQjmbQSEFoV0QydlBLWGM
Regards,
Phelype