Re: hello
Marko Mikulicic <[email protected]>
| Newsgroups | gmane.comp.lang.sather.announce |
|---|---|
| Message-ID | <[email protected]> |
On 14.11.2005., at 17:21, Marko Mikulicic wrote:
>
> Boot/sacomp -verbose -O_fast -O_no_move_while -O_no_hoist_const
> -O_no_cse -only_reachable Compiler/sacomp.module -o Bin/sacomp -only_C
> signal 11 caught ...
> make: *** [compiler] Abort trap
>
(gdb) r
Starting program: /Users/marko/Projects/tests/sather/sather-1.2.2/
Boot/sacomp -verbose -O_fast -O_no_move_while -O_no_hoist_const -
O_no_cse -only_reachable Compiler/sacomp.module -o Bin/sacomp -only_C
Reading symbols for shared libraries ..+ done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0306e24c
(gdb) bt
#0 0x001c2804 in IDENT_512720063 (self=0xd68aa0, q=0x358000) at
fmapFMAPdTPCOD1051074108.c:4081
#1 0x001d87c4 in IDENT_1150413730 (self={str = 0x0}, s=0x358000) at
get_optionsCOD183550016x.c:2401
#2 0x002c7d80 in TP_BUI670024966 (self=0x0, t=0xf1ec80,
prog=0xd63f00) at tpTP_BUILTIN1142074570.c:5642
#3 0x002863ec in sather_main (self=0xd5cfd8, a=0xd5dfc0) at
progPROG_AS_TB824135997.c:2915
#4 0x002a8f9c in main (argc=11, argv=0xbffff030) at system.c:5275
4081 L71_=ARR((IDENT_TBL)self,h);
(gdb) print h
$5 = 9180648
as I understool the "h" should be the index. it seems a bit too big....
--
marko