I'm in the process of getting pike set up on my new laptop, and I'm
having a problem getting things compiled. seems like pike is having
problems running during the build. this is osx 10.5.2/intel:
Starting program: /Users/hww3/Downloads/Pike-v7.6.112/build/
darwin-9.2.1-i386/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/
Users/hww3/Downloads/Pike-v7.6.112/build/darwin-9.2.1-i386/
master.pike /Users/hww3/Downloads/Pike-v7.6.112/src/post_modules/
Shuffler/make_sources.pike /Users/hww3/Downloads/Pike-v7.6.112/src/
post_modules/Shuffler sources.h sources_to_compile
Reading symbols for shared libraries ++++....................... done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000058
0x00012822 in low_mega_apply (type=APPLY_LOW, args=1, arg1=0x818bb4,
arg2=0xffffffff) at apply_low.h:115
115 function = new_frame->context.prog->identifiers + ref-
>identifier_offset;
(gdb) bt
#0 0x00012822 in low_mega_apply (type=APPLY_LOW, args=1,
arg1=0x818bb4, arg2=0xffffffff) at apply_low.h:115
#1 0x00013900 in mega_apply (type=APPLY_LOW, args=1, arg1=0x818bb4,
arg2=0xffffffff) at /Users/hww3/Downloads/Pike-v7.6.112/src/
interpret.c:2004
#2 0x00015bea in call_handle_error () at /Users/hww3/Downloads/Pike-
v7.6.112/src/interpret.c:2113
#3 0x000880f2 in main (argc=8, argv=0xbffff59c) at /Users/hww3/
Downloads/Pike-v7.6.112/src/main.c:786
any thoughts?
bill