BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

a(0)=1 segfaults #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The compiler segfaults on source 

a(0)=1

result from gdb:

(gdb) bt
#0  0x0000a036 in ParseExpression (result=0x115170) at parser.c:944
#1  0x0000a0cf in ExpectExpression (result=0x115170) at parser.c:967
#2  0x0000b816 in ParseAssign (mode=MODE_VAR, submode=SUBMODE_EMPTY, 
to_type=0x0) at parser.c:2026
#3  0x0000c5b1 in ParseId () at parser.c:2490
#4  0x0000c8af in ParseCommands () at parser.c:2558
#5  0x0000c99f in Parse (name=0xbfffe6dc "t3", main_file=1) at parser.c:2593
#6  0x0000673b in main (argc=5, argv=0xbffff744) at main.c:172

Original issue reported on code.google.com by jakub.hu...@gmail.com on 3 Sep 2010 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by rudla.ku...@gmail.com on 6 Sep 2010 at 10:23