[lisaac-Bugs][312892] Erreur de segmentation à la compilation
lisaac-bugs at alioth.debian.org
lisaac-bugs at alioth.debian.org
Wed Dec 15 18:51:12 UTC 2010
Bugs item #312892, was changed at 15/12/2010 14:03 by Pierre-Alexandre Voye
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312892&group_id=100200
Status: Open
>Priority: 5
Submitted By: Nobody (None)
>Assigned to: Pierre-Alexandre Voye (ontologia-guest)
Summary: Erreur de segmentation à la compilation
Target Milestone: Lisaac 0.4
>Category: Compiler: Core
>Tags: Compiler Core
Initial Comment:
hello.li :
Section Header
+ name := HELLO
Section Public
- main <-
(
+ str : STRING;
str = "Hello" + "world\n";
str.print;
);
$ lisaac hello
--WARNING----------
Added ';'.
Line 5 column 0 in HELLO(.../Lisaac/hello.li):
Section Public
^
Depending pass: ..Erreur de segmentation
----------------------------------------------------------------------
>Comment By: Pierre-Alexandre Voye (ontologia-guest)
Date: 15/12/2010 18:51
Message:
Line #220 Column #52 in ITM_EXPRESSION (.../src/item/itm_expression.li).
n_t.new_read_finalize (left.my_copy,slo) with l_arg;
^
Line #122 Column #58 in NODE (.../src/dispatcher/node.li).
dta.make (data.position) call s with larg intern FALSE;
^
Line #78 Column #36 in DTA_RD_ARGS (.../src/dispatcher/dta_rd_args.li).
result_expr := get_expr_result;
^
Line #99 Column #20 in DTA_RD (.../src/dispatcher/dta_rd.li).
(slot.id_section.is_interrupt).if {
^
================ TOP ===============
Call on NULL
----------------------------------------------------------------------
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312892&group_id=100200
More information about the Lisaac-devel
mailing list