Am trying to automate the deployment of my Dart web application, but i keep getting the "segmentation fault (core dumped)" whenever i run pub build on my EC2's Ubuntu 14.04.2 LTS small instance using Dart 1.9.X You can reproduce this using the example project from my repo : https://github.com/youssefgh/angular-dart-google-maps
Asked
Active
Viewed 645 times
0
-
I guess you should create a bug report at http://dartbug.com – Günter Zöchbauer Apr 16 '15 at 04:49
-
1Can you give some more details as I cannot reproduce? I just created a new EC2 t2.small instance with Ubuntu 14.04 LTS and installed Dart 1.9.3 as described on https://www.dartlang.org/downloads/linux.html. Then I installed git, cloned your project, added `/usr/lib/dart/bin` to the path and ran `pub build` in the examples directory of your project without seeing any crashes. – sgjesse Apr 16 '15 at 20:49
-
Thanks for trying, i suspect there is something wrong with my instance. I'll try to delete it and recreate another one and see if the error still persist – youssef Apr 16 '15 at 21:16
-
I just did the same but i still get the error :/ and pub build -v can't help. what kind of details i need to provide ? – youssef Apr 22 '15 at 22:58