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
H. William Welliver III wrote:
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:
The only extra datapoint I can offer is that I've noticed that compiling Pike using gcc 4.2 results in a crash during build, using gcc 4.3 works (using -O2 level for both). There appears to be rather complicated C-code somewhere in Pike, capable of triggering (at least) bugs in the compiler, or rare bugs in the implementation.
Another datapoint, for anyone following along: the current 7.7 snapshot works properly.
On Jul 6, 2008, at 4:36 PM, Stephen R. van den Berg wrote:
H. William Welliver III wrote:
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:
The only extra datapoint I can offer is that I've noticed that compiling Pike using gcc 4.2 results in a crash during build, using gcc 4.3 works (using -O2 level for both). There appears to be rather complicated C-code somewhere in Pike, capable of triggering (at least) bugs in the compiler, or rare bugs in the implementation. -- Sincerely, Stephen R. van den Berg.
Warning: Dates in calendar are closer than they appear.
pike-devel@lists.lysator.liu.se