[M3devel] another Snow Leopard compiler crash

Jay K jay.krell at cornell.edu
Sat Jan 8 14:37:39 CET 2011


I upgrade across incompatibilities frequently & Hudson does now too. The existing scripts work very well and you would be foolish to not use them. Just use upgrade.py. It is very easy. Or upgrade.py nocleangcc. And then do-cm3-all.py skipgcc realclean && do-cm3-all.py buildship.py.

 - Jay/phone

> To: jay.krell at cornell.edu
> Date: Sat, 8 Jan 2011 04:14:41 -0800
> From: mika at async.caltech.edu
> CC: m3devel at elegosoft.com
> Subject: Re: [M3devel] another Snow Leopard compiler crash
> 
> Jay K writes:
> >
> >Please try this Mika. It fixes the problem for me.
> 
> Hi Jay,
> 
> So I upgraded to the CVS head and now I get a segfaulting compiler:
> 
> [hal:cm3/m3-libs/m3core] mika% gdb $CM3
> GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Wed Sep 22 02:45:02 UTC 2010)
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ...... done
> 
> (gdb) run
> Starting program: /usr/local/cm3/pkg/cm3/I386_DARWIN/cm3 
> Reading symbols for shared libraries .+++++.......... done
> 
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_PROTECTION_FAILURE at address: 0x0000038b
> 0x9713354b in _longjmp ()
> (gdb) where
> #0  0x9713354b in _longjmp ()
> #1  0x00285d2b in RTExFrame__InvokeHandler (f=0xbffff34c, a=0xbffff23c) at ../src/runtime/ex_frame/RTExFrame.m3:175
> #2  0x00285be4 in RTException__ResumeRaise (a=0xbffff23c) at ../src/runtime/ex_frame/RTExFrame.m3:145
> #3  0x00285a1b in RTException__Raise (act=0xbffff23c) at ../src/runtime/ex_frame/RTExFrame.m3:91
> #4  0x00269d44 in RTHooks__Raise (ex=0x35a720, arg=0x181cddc, module=0x398080, line=50) at ../src/runtime/common/RTHooks.m3:79
> #5  0x0023adbc in OSErrorPosix__Raise0 (errno=2) at ../src/os/POSIX/OSErrorPosix.m3:50
> #6  0x0023cffc in FSPosix__Fail (p=0x181cdc0, f=0xf049f0) at ../src/os/POSIX/FSPosix.m3:359
> #7  0x0023cdd4 in FS__Status (pn=0x181cdc0, _result=0xbffff3c8) at ../src/os/POSIX/FSPosix.m3:328
> #8  0x00217d24 in M3File__IsReadable (path=0x181cdc0) at ../src/M3File.m3:123
> #9  0x000a057f in MxConfig__TryConfig (a=0x3255e0, b=0x3255f0, c=0x0) at ../src/MxConfig.m3:122
> #10 0x0009ff67 in MxConfig__FindConfig () at ../src/MxConfig.m3:51
> #11 0x0009fcd8 in MxConfig__FindFile () at ../src/MxConfig.m3:19
> #12 0x0002c446 in Main__DoIt () at ../src/Main.m3:32
> #13 0x0002d1e9 in Main_M3 (mode=1) at ../src/Main.m3:214
> #14 0x0027a781 in RTLinker__RunMainBody (m=0x3705a0) at ../src/runtime/common/RTLinker.m3:406
> #15 0x00279bb6 in RTLinker__AddUnitI (m=0x3705a0) at ../src/runtime/common/RTLinker.m3:113
> #16 0x00279c3a in RTLinker__AddUnit (b=0x2d1d0) at ../src/runtime/common/RTLinker.m3:122
> #17 0x00002cfc in main (argc=1, argv=0xbffff674, envp=0xbffff67c) at _m3main.c:16
> (gdb) 
> 
> I followed upgrade instructions from Tony (including upgrading the
> back-end)---I have edited the instructions a bit to track changes in 
> CM3.  I'm starting from head three weeks old..
> 
>       Mika
> 
> 
> Return-Path: hosking at cs.purdue.edu
> Delivery-Date: Sun Jun 24 07:38:38 2007
> In-Reply-To: <200706231838.l5NIcRef079333 at camembert.async.caltech.edu>
> References: <200706231838.l5NIcRef079333 at camembert.async.caltech.edu>
> 
> Sounds like we really need some work done in this area.  I very  
> rarely use the build scripts, since I bootstrap manually from old  
> compilers to new compilers rather than use the scripts.  I suggest  
> the following approach, which I hope you will try, and then report  
> back on.
> 
> Install the bootstrap compiler as you did originally:
> 
> > rm -rf /usr/local/cm3/*
> >
> > cd ~/cm3-cvs
> > mkdir boot
> > cd boot
> > tar xzvf ../cm3-min-POSIX-FreeBSD4-d5.3.1-2005-10-05.tgz
> > ./cminstall
> 
> 
> Now you will have some kind of cm3 installed, presumably in /usr/ 
> local/cm3/bin/cm3.
> 
> Make sure you have a fresh CVS checkout in directory cm3 (let's  
> assume this is in your home directory ~/cm3).  Also, make sure you  
> have an up-to-date version of the CM3 backend compiler cm3cg  
> installed by executing the following:
> 
> STEP 0:
> 
> export CM3=/usr/local/cm3/bin/cm3
> cd ~/cm3/m3-sys/m3cc
> $CM3
> $CM3 -ship
> 
> You can skip this last step if you know your backend compiler is up  
> to date.
> 
> Now, let's build the new compiler from scratch (this is the sequence  
> I use regularly to test changes to the run-time system whenever I  
> make them):
> 
> can replace compilation step with
> 
> rm -rf <der. dir> && $CM3 && $CM3 -ship 
> 
> 
> STEP 1:
> 
> (do these LATER if bootstrapping from old compiler!)
> cd ~/cm3/m3-libs/m3core
> $CM3
> $CM3 -ship
> cd ~/cm3/m3-libs/libm3
> $CM3
> $CM3 -ship
> 
> Now build the compiler:
> 
> cd  ~/cm3/m3-libs/sysutils ; $CM3 etc.
> 
> cd ~/cm3/m3-sys/m3middle; $CM3 etc.
> 
> repeat for:
> 
> m3-sys/m3objfile 
> 
> m3-sys/m3back 
> 
> m3-sys/m3linker
> 
> m3-sys/m3front
> 
> m3-sys/m3quake
> 
> m3-sys/cm3
> 
> [ here we may need -DROOT=<root dir, e.g., /home/mika/cm3> ]
> 
> 
> At this point you should have a bootstrapped version of cm3 installed  
> in the directory /usr/local/cm3/pkg/cm3/TARGET/cm3 (where TARGET is  
> the CM3 target platform you are building on -- e.g., LINUXLIBC6,  
> PPC_DARWIN, ...).  Note that this did not overwrite your original  
> installed compiler in /usr/local/cm3/bin/cm3.  We
> are now going to test the new compiler, which was built using the old  
> compiler, by bootstrapping it one more time.
> 
> 
> ******* THIS IS WHERE I HAVE A SEGFAULTING COMPILER *******
> 
> (If m3core and libm3 were skipped earlier, do them now, and RE-DO all
> of the above packages before proceeding.)
> 
> From here on out, please replace TARGET with your target platform as  
> appropriate.
> 
> STEP 2:
> 
> export CM3=/usr/local/cm3/pkg/cm3/TARGET/cm3
> cd ~/cm3/scripts
> 
> ./do-cm3-std.sh realclean
> REPEAT STEP 1 to rebuild the libraries and the compiler using the  
> STEP 1 bootstrap compiler.
> 
> Now you have a STEP 2 bootstrap compiler installed in /usr/local/cm3/ 
> pkg/cm3/TARGET/cm3.  Let's assume the new compiler now works properly  
> since it successfully bootstrapped itself, but to be sure we can now  
> use it to rebuild the world:
> 
> cd ~/cm3/scripts
> ./do-cm3-std.sh realclean
> ./do-cm3-std.sh buildship
> 
> Assuming this succeeded then we can be pretty sure /usr/local/cm3/pkg/ 
> cm3/TARGET/cm3 is good, so we can make it our default compiler by  
> replacing the original /usr/local/cm3/bin/cm3:
> 
> cp $CM3 /usr/local/cm3/bin/cm3
> 
> On Jun 23, 2007, at 2:38 PM, Mika Nystrom wrote:
> 
> > Ok, I'm sorry if I seem a bit dimwitted in the morning like this,
> > but how exactly does one get started?  I wish there were a file called
> > "GETTING_STARTED" or something like that in scripts...
> >
> > My Mac is very slow so I switched to my FreeBSD/i386 system (which has
> > PM3 happily installed on it) and tried to install CM3 from scratch.
> > Here are the exact commands I typed.
> >
> >
> > rm -rf /usr/local/cm3/*
> >
> > cd ~/cm3-cvs
> > mkdir boot
> > cd boot
> > tar xzvf ../cm3-min-POSIX-FreeBSD4-d5.3.1-2005-10-05.tgz
> > ./cminstall
> >
> > # now I seem to have some kind of cm3 installed, /usr/local/cm3/bin/ 
> > cm3
> >
> > cd cm3   # location of my CM3 checkout
> > cvs update -d .
> >
> > cd scripts
> > ./boot-cm3-with-m3.sh realclean
> > ./do-cm3-std.sh realclean
> >
> > ./upgrade.sh                      # fails here, libm3 not compiled
> > ./boot-cm3-with-m3.sh build       # builds cm3, but fails on  
> > cminstall, patternmatching not built
> >
> > ./do-cm3-std.sh build             # OK
> > ./do-cm3-std.sh buildship         # OK
> >
> > ./boot-cm3-with-m3.sh realclean   # start over
> > ./boot-cm3-with-m3.sh build       # OK
> > ./boot-cm3-with-m3.sh buildship   # OK
> >
> > ./do-cm3-std.sh realclean         # OK
> > ./do-cm3-std.sh build             # dies miserably... maybe the  
> > compiler can't handle the new libraries?
> >
> > ./install-cm3-compiler.sh upgrade # OK, new cm3 binary installed
> >
> > After all that, "game over."  I have a cm3 that segfaults.
> >
> > Text.i3: In function 'Text_I3':
> > Text.i3:81: internal compiler error: Segmentation fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > compilation failed => not building library "libm3core.a"
> > Fatal Error: package build failed
> >  *** execution of  failed ***
> >
> > I can't seem to get either m3gdb or gdb to say anything reasonable
> > either.  ktrace shows nothing out of the ordinary.
> >
> > -----
> >
> > Meanwhile, my Mac got through "do-cm3-std.sh realclean" and
> > "do-cm3-std.sh buildship" but my compiles are still dying on the
> > same assertion tickled by ktok.  On that machine I have INSTALLROOT
> > set to ~/cm3, but hopefully that has nothing to do with it...
> >
> > -----
> >
> > Does do-cm3-std.sh realclean clean EVERYTHING?  If so my Mac should
> > really have a fresh setup.  The FreeBSD, I am not sure, maybe the
> > old binary version just doesn't work right?  Of course I could try
> > bootstrapping with PM3 as well... but really, there's an "approved"
> > process to get from a blank system, no?
> >
> >       Mika
> >
> >
> >
> >
> > Tony Hosking writes:
> >> That sounds like you forgot to execute "do-cm3-std.sh realclean"
> >> before initiating the build.  These sorts of errors sometimes arise
> >> if there are old build directories lying around.
> >>
> >> On Jun 23, 2007, at 3:34 AM, Mika Nystrom wrote:
> >>
> >>> Hello everyone,
> >>>
> >>> I am in the process of trying to consolidate build systems for a
> >>> few software packages I am maintaining.  Currently, I am using an
> >>> old PM3 on FreeBSD4, an ancient PM3 (from Klagenfurt?) for Windows
> >>> (NT386GNU), and trying to get the latest CM3 from cvs up and  
> >>> compiling
> >>> things on PPC_DARWIN.  Ideally, I'd like to standardize everything
> >>> on the new PM3---mainly so that I can use pickles (and Network
> >>> Objects) across all three systems.  I'd also like to add Linux to
> >>> the mix.
> >>>
> >>> It's natural for me to start with CM3 on Darwin, as there's no
> >>> alternative.  But I am getting some assertions failing.  Everything
> >>> in the CM3 distribution compiles fine, and I believe I have compiled
> >>> the libraries a few times (that is, including with themselves), and
> >>> updated the compiler, too (using boot-cm3-with-m3.sh).  I just cvs
> >>> updated tonight.
> >>>
> >>> Here's what I'm running into:
> >>>
> >>> /Users/mika/t/parserlib/ktok/PPC_DARWIN/tok ../src/CHP.t -o  
> >>> CHPTok.i3
> >>>
> >>> ***
> >>> *** runtime error:
> >>> ***    <*ASSERT*> failed.
> >>> ***    file "../src/runtime/common/RTCollector.m3", line 2314
> >>> ***
> >>>
> >>> Abort
> >>>
> >>> Also:
> >>>
> >>> /Users/mika/t/parserlib/ktok/PPC_DARWIN/tok ../src/PRS.t -o  
> >>> PRSTok.i3
> >>> Illegal instruction
> >>>
> >>> As you can see, these things are coming from the caltech_parser.  I
> >> am using
> >>> our local version, but I don't think it is very different from what
> >>> is in the
> >>> CM3 tree.
> >>>
> >>> Examining the first error (the failed assertion) more closely, I see
> >>> the following:
> >>>
> >>> (gdb) list
> >>> 108         wr := FileWr.Open(Pathname.ReplaceExt(tp.out, "m3"));
> >>> 109       EXCEPT OSError.E =>
> >>> 110         Debug.Error("Cannot open tok implementation output
> >>> file: " &
> >>> 111           Pathname.ReplaceExt(tp.out, "m3"));
> >>> 112       END;
> >>> 113       Wr.PutText(wr, subs.apply(Bundle.Get(Form,  
> >>> "tokform.m3")));
> >>> 114       Wr.Close(wr);
> >>> 115     END Main.
> >>> (gdb) where
> >>> #0  0x9004308c in kill ()
> >>> #1  0x9009fb3c in abort ()
> >>> #2  0x00096f50 in RTOS__Crash () at RTOS.m3:20
> >>> #3  0x0005bd40 in RTProcess__Crash (M3_Bd56fi_msg=0x0) at
> >>> RTProcess.m3:65
> >>> #4  0x0008e4e0 in RTError__EndError (M3_AicXUJ_crash=1 '\001') at
> >>> RTError.m3:115
> >>> #5  0x0008e08c in RTError__MsgS (M3_AJWxb1_file=0xc63d8,
> >>> M3_AcxOUs_line=2314, M3_Bd56fi_msgA=0xca3d0,
> >>> M3_Bd56fi_msgB=0xcbe90, M3_Bd56fi_msgC=0xca3d0) at RTError.m3:40
> >>> #6  0x0008eb88 in RTException__Crash (M3_Cblw37_a=0xbfffee00,
> >>> M3_AicXUJ_raises=0 '\0', M3_AJWxb1_rte=0xcb538) at RTException.m3:79
> >>> #7  0x0008e74c in RTException__DefaultBackstop
> >>> (M3_Cblw37_a=0xbfffee00, M3_AicXUJ_raises=0 '\0') at  
> >>> RTException.m3:39
> >>> #8  0x0008e614 in RTException__InvokeBackstop
> >>> (M3_Cblw37_a=0xbfffee00, M3_AicXUJ_raises=0 '\0') at  
> >>> RTException.m3:25
> >>> #9  0x00095d04 in RTException__Raise (M3_Cblw37_act=0xbfffee00) at
> >>> RTExFrame.m3:29
> >>> #10 0x0008e840 in RTException__DefaultBackstop
> >>> (M3_Cblw37_a=0xbfffee00, M3_AicXUJ_raises=0 '\0') at  
> >>> RTException.m3:47
> >>> #11 0x0008e614 in RTException__InvokeBackstop
> >>> (M3_Cblw37_a=0xbfffee00, M3_AicXUJ_raises=0 '\0') at  
> >>> RTException.m3:25
> >>> #12 0x00095d04 in RTException__Raise (M3_Cblw37_act=0xbfffee00) at
> >>> RTExFrame.m3:29
> >>> #13 0x00079740 in RTHooks__ReportFault (M3_AJWxb1_module=0xb3eb8,
> >>> M3_AcxOUs_info=74048) at RTHooks.m3:110
> >>> #14 0x0006ff4c in _m3_fault (M3_AcxOUs_arg=74048)
> >>> #15 0x0006bcf4 in RTHooks__CheckStoreTraced
> >>> (M3_Af40ku_ref=0xb2415c) at RTCollector.m3:2314
> >>> #16 0x000700e4 in ThreadPThread__InnerLockMutex
> >>> (M3_AYIbX3_m=0xb2415c, M3_BXP32l_self=0xb24014) at
> >>> ThreadPThread.m3:126
> >>> #17 0x000704d8 in ThreadPThread__LockMutex (M3_AYIbX3_m=0xb2415c)
> >>> at ThreadPThread.m3:153
> >>> #18 0x00019b24 in Wr__PutText (M3_BxxOH1_wr=0xb2415c,
> >>> M3_Bd56fi_t=0xb44d5c) at Wr.m3:93
> >>> #19 0x00003f74 in Main_M3 (M3_AcxOUs_mode=1) at Main.m3:113
> >>> #20 0x0005b1c4 in RTLinker__RunMainBody (M3_DjPxE3_m=0xad190) at
> >>> RTLinker.m3:399
> >>> #21 0x00059f88 in RTLinker__AddUnitI (M3_DjPxE3_m=0xad190) at
> >>> RTLinker.m3:113
> >>> #22 0x0005a084 in RTLinker__AddUnit (M3_DjPxE5_b=0x3600) at
> >>> RTLinker.m3:122
> >>> #23 0x00001fac in main (argc=4, argv=0xbffffb24, envp=0xbffffb38)
> >>> at _m3main.mc:4
> >>> (gdb)
> >>>
> >>> The second error:
> >>>
> >>> Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/
> >>> operand.
> >>> 0x00b111ac in ?? ()
> >>> (gdb) where
> >>> #0  0x00b111ac in ?? ()
> >>> #1  0x0001214c in TextSubs__Apply (M3_CN69dV_self=0xb26450,
> >>> M3_Bd56fi_src=0xb21cec) at TextSubs.m3:63
> >>> #2  0x0005b1c4 in RTLinker__RunMainBody (M3_DjPxE3_m=0xad190) at
> >>> RTLinker.m3:399
> >>> #3  0x00059f88 in RTLinker__AddUnitI (M3_DjPxE3_m=0xad190) at
> >>> RTLinker.m3:113
> >>> #4  0x0005a084 in RTLinker__AddUnit (M3_DjPxE5_b=0x3600) at
> >>> RTLinker.m3:122
> >>> #5  0x00001fac in main (argc=4, argv=0xbffffb24, envp=0xbffffb38)
> >>> at _m3main.mc:4
> >>> (gdb) list
> >>> 58        BEGIN
> >>> 59          WHILE pos < textLen DO
> >>> 60            c := Text.GetChar(src, pos);
> >>> 61            IF c IN self.starts THEN
> >>> 62              (* S("analysing: " & Text.Sub(src, pos),
> >>> DebugLevel); *)
> >>> 63              iter := self.tbl.iterateOrdered();
> >>> 64              ind := pos;
> >>> 65              original := "";
> >>> 66              REPEAT
> >>> 67                INC(ind);
> >>> (gdb)
> >>>
> >>> Any ideas what to look at?
> >>>
> >>> I don't know if this is relevant:
> >>>
> >>> [lapdog:~/t/cit_parse/PPC_DARWIN] mika% uname -a
> >>> Darwin lapdog.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
> >>> 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC  Power
> >>> Macintosh powerpc
> >>> [lapdog:~/t/cit_parse/PPC_DARWIN] mika% gcc -v
> >>> Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
> >>> Thread model: posix
> >>> gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
> >>>
> >>>      Mika
> >>>
> >>> P.S. Am I correct in assuming that I can get CM3 to build on  
> >>> Windows?
> >>> I could switch to CM3 on Unix any time, of course, but I've never
> >>> had luck with it on Windows, which is why I am using the ancient
> >>> Klagenfurt PM3, which comes on 40-odd "floppies" and a .EXE that
> >>> unpacks them into C: (and installation instructions only in German).
> >>> If CM3 doesn't work on Windows, I am essentially wasting my time,
> >>> as the current project I am working on absolutely requires that the
> >>> software run on Windows 2003 Server (yes, it sucks, but what can
> >>> you do?)  The very old PM3 at least kind of hobbles along on this
> >>> platform---actually, better than that; it does Trestle natively
> >>> under Windows (no X required), at least on SOME Windows machines.
> >>>
> >>> P.P.S. Sorry for all the postscripts, but is it true that the
> >>> build system has been changed so that building with overrides  
> >>> (cm3 -x)
> >>> requires having the compiler sources available?  It didn't use to
> >>> be that way, but I can't get Network Objects to work with overrides
> >>> now unless I have the sources available...  It's a bit of a pain
> >>> because it means that every user has to have the compiler sources,
> >>> or else ship everything, or was that not the intention?
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20110108/a0c5ab99/attachment-0002.html>


More information about the M3devel mailing list