Author: guenther
Date: Tue Feb  9 23:43:04 2010
New Revision: 5915

URL: http://svn.gna.org/viewcvs/etoile?rev=5915&view=rev
Log:
Array literals with integers don't work for me. (Segfaults on Ubuntu x86, stack
trace appended to this commit message.)

(gdb) bt
#0  0x004dd7aa in objc_msg_lookup (receiver=0x3, op=0xcd8eb8)
    at /build/buildd/gcc-4.4-4.4.1/src/libobjc/sendmsg.c:225
#1  0x00ac33dc in -[GSMutableArray initWithObjects:count:] (self=0x8492308, 
    _cmd=0xce8e88, objects=0xbfffea10, count=3) at GSArray.m:574
#2  0x00b12100 in +[NSArray arrayWithObjects:] (self=0xce89e0, _cmd=0x5212e8, 
    firstObject=0x3) at NSArray.m:260
#3  0x00531161 in -[SmalltalkTool run] ()
#4  0x08049fba in main (argc=3, argv=0xbfffee04) at main.m:246
(gdb) 


Added:
    trunk/Etoile/Languages/Smalltalk/Tests/TestArrayLiterals/
    trunk/Etoile/Languages/Smalltalk/Tests/TestArrayLiterals/expected.txt
    trunk/Etoile/Languages/Smalltalk/Tests/TestArrayLiterals/test.st


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to