You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Leo Simons <ma...@leosimons.com> on 2005/08/01 21:01:41 UTC

Re: svn commit: r224663

What issue did this fix? I don't get it. Is kaffe misbehaving?

Also note the files are marked as binary so there's no diff.

Cheers,

LSD

On 24-07-2005 23:52, "ajack@apache.org" <aj...@apache.org> wrote:

> Author: ajack
> Date: Sun Jul 24 14:52:29 2005
> New Revision: 224663
> 
> URL: http://svn.apache.org/viewcvs?rev=224663&view=rev
> Log:
> 1) Allow pre and post run (but inside lock) scripts, e.g. to build Kaffe.
> 2) Send SIG_ABORT before SIG_KILL (e.g. to get a core for a hanging Kaffe.)
> 
> Modified:
>     gump/trunk/cron/gump.bat
>     gump/trunk/cron/gump.py
>     gump/trunk/cron/gump.sh
> 
> Modified: gump/trunk/cron/gump.bat
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.bat?rev=224663&r1=224662&r2
> =224663&view=diff
> ==============================================================================
> Binary files - no diff available.
> 
> Modified: gump/trunk/cron/gump.py
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.py?rev=224663&r1=224662&r2=
> 224663&view=diff
> ==============================================================================
> Binary files - no diff available.
> 
> Modified: gump/trunk/cron/gump.sh
> URL: 
> http://svn.apache.org/viewcvs/gump/trunk/cron/gump.sh?rev=224663&r1=224662&r2=
> 224663&view=diff
> ==============================================================================
> --- gump/trunk/cron/gump.sh (original)
> +++ gump/trunk/cron/gump.sh Sun Jul 24 14:52:29 2005
> @@ -36,6 +36,8 @@
>  if [ -e  $HOST_LOCAL_ENV ] ; then
> . $HOST_LOCAL_ENV
>  fi
> +export HOST_LOCAL_PRE_RUN=local-pre-run-${GUMP_HOST}.sh
> +export HOST_LOCAL_POST_RUN=local-post-run-${GUMP_HOST}.sh
>  
>  if [ "" == "$GUMP_PYTHON" ] ; then
>    export GUMP_PYTHON="`which python2.3`"
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r224663

Posted by David Crossley <cr...@apache.org>.
Adam  Jack wrote:
> 
> > Also note the files are marked as binary so there's no diff.
> 
> Yeah, what gives there? I swear I changed nothing, but I noticed that. I was
> hoping a more SVN savvy person would chime in. Chime please... :-)

Whoever added the files in the first place
probably does not have their svn client configured:
http://www.apache.org/dev/version-control.html#https-svn

David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: svn commit: r224663

Posted by Adam Jack <aj...@mric.coop>.
> What issue did this fix? I don't get it. Is kaffe misbehaving?

Yes, it was/is deadlocking it's GC thread (folks believe.) Either way it was
hanging and fixes were going into CVS HEAD. What this allows is to build
Kaffe at the start of the run (and search for cores at the end) and hence
not repeat (waste) Gump run which we out of sync w/ the Kaffe.

> Also note the files are marked as binary so there's no diff.

Yeah, what gives there? I swear I changed nothing, but I noticed that. I was
hoping a more SVN savvy person would chime in. Chime please... :-)

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org