Hi Hui - You might try export CHPL_DEVELOPER=1
(I set this in my .bashrc). That will expand such error messages to include a full filename and line number. I believe the error you are seeing refers to the INT_FATAL int compiler/AST/type.cpp line 1164. You should be able to run the debugger in gdb and set a breakpoint at gdbShouldBreakHere. Then, you can use print_view(AST*) to print out a dump of an AST thing. You can find more information about debugging the compiler in doc/developer/bestPractices/CompilerDebugging.txt in a git repo. Of course, if you are able to minimize a test case showing the problem, you can report a bug at the chapel-bugs mailing list. Cheers, -michael On 4/29/15, 7:24 PM, "Hui Zhang" <[email protected]> wrote: >Hello, > > > >I met this internal error when I was trying to run chapel with --llvm: > >$CHPL_HOME/modules/standard/IO.chpl:2631: >internal error: TYP1164 chpl Version 1.11.0.67547e7 > > >Any ideas of why it happened ? > > >thanks ! > >-- >Best regards > > >Hui Zhang > > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
