<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-3575</id>
	<title>Nabble - jikesrvm-core</title>
	<updated>2008-10-05T06:06:12Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/jikesrvm-core-f3575.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/jikesrvm-core-f3575.html" />
	<subtitle type="html">Mailing list archive for jikesrvm-core</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19824441</id>
	<title>[rvm-core] Thread TID in Linux when using -X:processors=all</title>
	<published>2008-10-05T06:06:12Z</published>
	<updated>2008-10-05T06:06:12Z</updated>
	<author>
		<name>Frederick Ryckbosch</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm Frederick Ryckbosch, a computer science student at the university &amp;nbsp;
&lt;br&gt;of Gent. For my master thesis I'm trying to integrate the IBS &amp;nbsp;
&lt;br&gt;(instruction based sampling) of AMD in Jikes RVM. I have a couple of &amp;nbsp;
&lt;br&gt;questions about this.
&lt;br&gt;&lt;br&gt;I'm using a Linux 32 bit OS and jikes-3.0.0. The first thing I have to &amp;nbsp;
&lt;br&gt;do is initialize the counters in each thread.
&lt;br&gt;* Can I do this in GreenScheduler and GreenProcessor ?
&lt;br&gt;* In the same way the affinity of the threads is set ?
&lt;br&gt;&lt;br&gt;There is one signal handler that will handle the overflow of the &amp;nbsp;
&lt;br&gt;counters for all my threads. To read the correct counter, I use the &amp;nbsp;
&lt;br&gt;thread's TID. Normally in Linux, when starting a number of threads, &amp;nbsp;
&lt;br&gt;their TID is pid, pid+1, pid+2 and so on. This does not seem to be the &amp;nbsp;
&lt;br&gt;case in the Jikes RVM. When starting with -X:processors=all (on &amp;nbsp;
&lt;br&gt;QuadCore), 5 threads are started in stead of 4 thread. Only 4 threads &amp;nbsp;
&lt;br&gt;are used by Java. The TIDS's are : pid, pid+12, pid+13, pid+14. Is &amp;nbsp;
&lt;br&gt;this always the case ? What happend to the other 11 TID's ?
&lt;br&gt;&lt;br&gt;I hope somebody can answer these questions. Thanks in advance !
&lt;br&gt;Greetings,
&lt;br&gt;Frederick Ryckbosch
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19824441&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Thread-TID-in-Linux-when-using--X%3Aprocessors%3Dall-tp19824441p19824441.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19797925</id>
	<title>Re: [rvm-core] [rvm-regress] [perf.5562] 436 FAILURES</title>
	<published>2008-10-03T06:34:20Z</published>
	<updated>2008-10-03T06:34:20Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Ian Rogers &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19797925&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rogers.email@...&lt;/a&gt;&amp;gt; wrote on 10/03/2008 09:03:03 AM:&lt;br&gt;
&amp;gt; Apologies for the delay, the failure is due to the changes in the table &lt;br&gt;
&amp;gt; switch. We are estimating a short branch can span a tableswitch when it &lt;br&gt;
&amp;gt; can't. I'm trying to figure out how to convince the short branch it &lt;br&gt;
&amp;gt; can't span the tableswitch but the code to change could use better &lt;br&gt;
&amp;gt; documentation. The bug is exposed by profiled images and hence has &lt;br&gt;
&amp;gt; effected performance regressions. I hope to have this fixed asap.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Most likely the thing you need to fix is the estimate of space for a tableswitch. &amp;nbsp;A conservative approximation would be to just say that a tableswitch takes 127 bytes and therefore we'll never try to use a short branch to span it. &amp;nbsp;I suspect the estimate that is there now was assuming the expansion of the table by FinalMIRExpansion (and therefore didn't account for the data). &amp;nbsp;The code itself is pretty straightforward (see AssemblerBase.estimateSize); all you should need to do is to add a case for tableswitch instead of falling through to the default case.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;--dave&lt;/tt&gt;&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19797925&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--rvm-core---rvm-regress---perf.5562--436-FAILURES-tp19797362p19797925.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19797362</id>
	<title>Re: [rvm-core] [rvm-regress] [perf.5562] 436 FAILURES</title>
	<published>2008-10-03T06:03:03Z</published>
	<updated>2008-10-03T06:03:03Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Apologies for the delay, the failure is due to the changes in the table 
&lt;br&gt;switch. We are estimating a short branch can span a tableswitch when it 
&lt;br&gt;can't. I'm trying to figure out how to convince the short branch it 
&lt;br&gt;can't span the tableswitch but the code to change could use better 
&lt;br&gt;documentation. The bug is exposed by profiled images and hence has 
&lt;br&gt;effected performance regressions. I hope to have this fixed asap.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ian
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19797362&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--rvm-core---rvm-regress---perf.5562--436-FAILURES-tp19797362p19797362.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19717222</id>
	<title>[rvm-core] Quarantine</title>
	<published>2008-09-28T17:43:03Z</published>
	<updated>2008-09-28T17:43:03Z</updated>
	<author>
		<name>Daniel Frampton</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;There is now a &amp;#39;quarantine&amp;#39; test run that is being tested on linux ppc32, ppc64 and ia32 every 24 hours.&lt;br&gt;&lt;br&gt;It is up to date with all changes up to 15014.&lt;br&gt;&lt;br&gt;Hopefully the results from it settle in the next couple of days (with performance and stability figures) and we can start to introduce compiler optimizations there to insulate other development work going on in the head.&lt;br&gt;
&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19717222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Quarantine-tp19717222p19717222.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19564146</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-18T17:23:07Z</published>
	<updated>2008-09-18T17:23:07Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;OK. &amp;nbsp;Fixed now.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The default install had the machine going to sleep after some amount of idle time.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I also applied all the updates, so it is now at 10.5.5.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please yell if there are any further problems.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--Steve&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 18/09/2008, at 7:01 PM, Daniel Frampton wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hmm. I suspect it has some sleep option enabled, as I could log in not too long before your message. I can look at it tomorrow if nobody else gets there first.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;Cheers,&lt;/div&gt; &lt;div&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;/div&gt; &lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 18, 2008 at 6:30 PM, Ian Rogers &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rogers.email@...&lt;/a&gt;&gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;Strange, maybe it is rebooting or something. I currently see:&lt;br&gt;&lt;br&gt;ssh: connect to host &lt;a href=&quot;http://paprika.anu.edu.au/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;paprika.anu.edu.au&lt;/a&gt; port 22: No route to host&lt;br&gt; &lt;br&gt;from both Manchester and from &lt;a href=&quot;http://habanero.anu.edu.au/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;habanero.anu.edu.au&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Ian&lt;br&gt; &lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;Daniel Frampton wrote:&lt;br&gt;&gt; paprika is up and running now, I just checked logging in as regression.&lt;br&gt;&gt;&lt;br&gt;&gt; Cheers,&lt;br&gt;&gt; Daniel.&lt;br&gt;&gt;&lt;br&gt;&gt; On Thu, Sep 18, 2008 at 5:15 PM, Steve Blackburn&lt;br&gt; &lt;/div&gt; &lt;div&gt; &lt;div&gt;&lt;/div&gt; &lt;div class=&quot;Wj3C7c&quot;&gt;&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt;&gt;&gt; wrote:&lt;br&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; Hi Ian,&lt;br&gt; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; The upgrade to OS X 10.5 is underway. &amp;nbsp; I may have to head home before&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; it has finished. &amp;nbsp;Either way, it should be available to you in less&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; than 24 hrs.&lt;br&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; Cheers,&lt;br&gt; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; --Steve&lt;br&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; On 16/09/2008, at 11:18 PM, Ian Rogers wrote:&lt;br&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Steve Blackburn wrote:&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&gt; I'm not sure what version of OS X is best to run, I guess the&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; latest&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&gt; will be what most people try.&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; I will start the process of upgrading to 10.5 today (may have&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; to wait&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; on our tech people getting hold of the media etc etc etc).&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; You can&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; forge ahead with the regression set up in the meantime.&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; I've not set one up before, but AFAIK it's all here:&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; &amp;nbsp; I expect it will just be a matter of you cloning the files from a&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt;&gt; similar machine.&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt; --Steve&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Hi Steve,&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; I can't ssh on to paprika. I see:&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt; ssh: connect to host paprika port 22: No route to host&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; from ANU machines and Manchester.&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Regards,&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Ian&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; This SF.Net email is sponsored by the Moblin Your Move Developer's&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; challenge&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt; great prizes&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; Grand prize is a trip for two to an Open Source event anywhere in&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; the world&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; _______________________________________________&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; &gt; Jikesrvm-core mailing list&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&gt;&lt;br&gt; &lt;div class=&quot;Ih2E3d&quot;&gt;&gt; &amp;nbsp; &amp;nbsp; &gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&gt;&lt;br&gt;&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; This SF.Net email is sponsored by the Moblin Your Move Developer's&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; challenge&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; Build the coolest Linux based applications with Moblin SDK &amp;amp; win&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; great prizes&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; Grand prize is a trip for two to an Open Source event anywhere in&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; the world&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&gt;&lt;br&gt; &gt; &amp;nbsp; &amp;nbsp; _______________________________________________&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; Jikesrvm-core mailing list&lt;br&gt;&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&gt;&lt;br&gt; &lt;div&gt; &lt;div&gt;&lt;/div&gt; &lt;div class=&quot;Wj3C7c&quot;&gt;&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&gt;&lt;br&gt;&gt;&lt;br&gt;&gt; ------------------------------------------------------------------------&lt;br&gt; &gt;&lt;br&gt;&gt; -------------------------------------------------------------------------&lt;br&gt;&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt;&gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt; &gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;&gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt; &gt; ------------------------------------------------------------------------&lt;br&gt;&gt;&lt;br&gt;&gt; _______________________________________________&lt;br&gt;&gt; Jikesrvm-core mailing list&lt;br&gt;&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt; &gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------&lt;br&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;Jikesrvm-core mailing list&lt;br&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt; -------------------------------------------------------------------------&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&lt;/a&gt;&lt;br&gt;Jikesrvm-core mailing list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19564146&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19564146.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19557714</id>
	<title>[rvm-core] ground rules for re-enabling opt compiler optimizations</title>
	<published>2008-09-18T10:16:17Z</published>
	<updated>2008-09-18T10:16:17Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I'd like to suggest a higher bar than just pre-commit passing for any such commits going forward.  The reason we disabled these in the first place is that there was at least some evidence they are buggy.  &lt;br&gt;
&lt;br&gt;
I'd suggest a minimal bar of running the core tests on at least ia32 and seeing a 100% pass.  Ideally, a test should be run on core on both ia32 and a ppc platform.  This will be required for the riskier optimizations.  This will slow down re-enabling optimizations, but the alternative is to slow down all other forward development because we lose a whole iteration of test results to something that could have been caught before it was committed and thus make it harder to detect regressions introduced due to other (non-opt re-enablement) commits.&lt;br&gt;
&lt;br&gt;
--dave&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19557714&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--ground-rules-for-re-enabling-opt-compiler-optimizations-tp19557714p19557714.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19557637</id>
	<title>Re: [rvm-core] [rvm-regress] [core-ppc32.5329] 103 FAILURES</title>
	<published>2008-09-18T10:11:08Z</published>
	<updated>2008-09-18T10:11:08Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I believe this result indicates expression folding/simplification is still not correct.  If that is the case, I am going to back out the problem change(s).  Testing now; expect a change to be reverted within an hour.&lt;br&gt;
&lt;br&gt;
--dave&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19557637&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--rvm-core---rvm-regress---core-ppc32.5329--103-FAILURES-tp19557637p19557637.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19548784</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-18T02:01:15Z</published>
	<updated>2008-09-18T02:01:15Z</updated>
	<author>
		<name>Daniel Frampton</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hmm. I suspect it has some sleep option enabled, as I could log in not too long before your message. I can look at it tomorrow if nobody else gets there first.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 18, 2008 at 6:30 PM, Ian Rogers &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rogers.email@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;Strange, maybe it is rebooting or something. I currently see:&lt;br&gt;&lt;br&gt;ssh: connect to host &lt;a href=&quot;http://paprika.anu.edu.au/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;paprika.anu.edu.au&lt;/a&gt; port 22: No route to host&lt;br&gt;
&lt;br&gt;from both Manchester and from &lt;a href=&quot;http://habanero.anu.edu.au/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;habanero.anu.edu.au&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Ian&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&lt;br&gt;Daniel Frampton wrote:&lt;br&gt;&amp;gt; paprika is up and running now, I just checked logging in as regression.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Cheers,&lt;br&gt;&amp;gt; Daniel.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Thu, Sep 18, 2008 at 5:15 PM, Steve Blackburn&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div class=&quot;Wj3C7c&quot;&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi Ian,&lt;br&gt;
&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; The upgrade to OS X 10.5 is underway. &amp;nbsp; I may have to head home before&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; it has finished. &amp;nbsp;Either way, it should be available to you in less&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; than 24 hrs.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Cheers,&lt;br&gt;
&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --Steve&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; On 16/09/2008, at 11:18 PM, Ian Rogers wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Steve Blackburn wrote:&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; I&amp;#39;m not sure what version of OS X is best to run, I guess the&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; latest&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; will be what most people try.&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; to wait&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; on our tech people getting hold of the media etc etc etc).&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; You can&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; forge ahead with the regression set up in the meantime.&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I&amp;#39;ve not set one up before, but AFAIK it&amp;#39;s all here:&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &amp;nbsp; I expect it will just be a matter of you cloning the files from a&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; similar machine.&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; --Steve&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi Steve,&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; I can&amp;#39;t ssh on to paprika. I see:&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; ssh: connect to host paprika port 22: No route to host&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; from ANU machines and Manchester.&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Regards,&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Ian&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; challenge&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; great prizes&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Grand prize is a trip for two to an Open Source event anywhere in&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the world&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Jikesrvm-core mailing list&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&amp;gt;&lt;br&gt;

&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; challenge&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Build the coolest Linux based applications with Moblin SDK &amp;amp; win&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; great prizes&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Grand prize is a trip for two to an Open Source event anywhere in&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; the world&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Jikesrvm-core mailing list&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&amp;gt;&lt;br&gt;

&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div class=&quot;Wj3C7c&quot;&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;&amp;gt; -------------------------------------------------------------------------&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; _______________________________________________&lt;br&gt;&amp;gt; Jikesrvm-core mailing list&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;Jikesrvm-core mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548784&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19548784.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19548360</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-18T01:30:22Z</published>
	<updated>2008-09-18T01:30:22Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Strange, maybe it is rebooting or something. I currently see:
&lt;br&gt;&lt;br&gt;ssh: connect to host paprika.anu.edu.au port 22: No route to host
&lt;br&gt;&lt;br&gt;from both Manchester and from habanero.anu.edu.au.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ian
&lt;br&gt;&lt;br&gt;Daniel Frampton wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; paprika is up and running now, I just checked logging in as regression.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Daniel.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Sep 18, 2008 at 5:15 PM, Steve Blackburn 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hi Ian,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; The upgrade to OS X 10.5 is underway. &amp;nbsp; I may have to head home before
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; it has finished. &amp;nbsp;Either way, it should be available to you in less
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; than 24 hrs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; On 16/09/2008, at 11:18 PM, Ian Rogers wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Steve Blackburn wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; I'm not sure what version of OS X is best to run, I guess the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; latest
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt; will be what most people try.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; to wait
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; on our tech people getting hold of the media etc etc etc). &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; You can
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; forge ahead with the regression set up in the meantime.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; I've not set one up before, but AFAIK it's all here:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; &amp;nbsp; I expect it will just be a matter of you cloning the files from a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; similar machine.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Hi Steve,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; I can't ssh on to paprika. I see:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; ssh: connect to host paprika port 22: No route to host
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; from ANU machines and Manchester.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Ian
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; challenge
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; great prizes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Grand prize is a trip for two to an Open Source event anywhere in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; the world
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; This SF.Net email is sponsored by the Moblin Your Move Developer's
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; challenge
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Build the coolest Linux based applications with Moblin SDK &amp; win
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; great prizes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Grand prize is a trip for two to an Open Source event anywhere in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the world
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19548360&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19548360.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19547991</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-18T01:05:22Z</published>
	<updated>2008-09-18T01:05:22Z</updated>
	<author>
		<name>Daniel Frampton</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;paprika is up and running now, I just checked logging in as regression.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Sep 18, 2008 at 5:15 PM, Steve Blackburn &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547991&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi Ian,&lt;br&gt;
&lt;br&gt;
The upgrade to OS X 10.5 is underway. &amp;nbsp; I may have to head home before&lt;br&gt;
it has finished. &amp;nbsp;Either way, it should be available to you in less&lt;br&gt;
than 24 hrs.&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--Steve&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
On 16/09/2008, at 11:18 PM, Ian Rogers wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Steve Blackburn wrote:&lt;br&gt;
&amp;gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; I&amp;#39;m not sure what version of OS X is best to run, I guess the latest&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; will be what most people try.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have to wait&lt;br&gt;
&amp;gt;&amp;gt; on our tech people getting hold of the media etc etc etc). &amp;nbsp; You can&lt;br&gt;
&amp;gt;&amp;gt; forge ahead with the regression set up in the meantime.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I&amp;#39;ve not set one up before, but AFAIK it&amp;#39;s all here: &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt; &amp;nbsp; I expect it will just be a matter of you cloning the files from a&lt;br&gt;
&amp;gt;&amp;gt; similar machine.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --Steve&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; Hi Steve,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I can&amp;#39;t ssh on to paprika. I see:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ssh: connect to host paprika port 22: No route to host&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; from ANU machines and Manchester.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; Ian&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; -------------------------------------------------------------------------&lt;br&gt;
&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s&lt;br&gt;
&amp;gt; challenge&lt;br&gt;
&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win&lt;br&gt;
&amp;gt; great prizes&lt;br&gt;
&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in&lt;br&gt;
&amp;gt; the world&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Jikesrvm-core mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547991&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Jikesrvm-core mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547991&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547991&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19547991.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19547349</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-18T00:15:34Z</published>
	<updated>2008-09-18T00:15:34Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">Hi Ian,
&lt;br&gt;&lt;br&gt;The upgrade to OS X 10.5 is underway. &amp;nbsp; I may have to head home before &amp;nbsp;
&lt;br&gt;it has finished. &amp;nbsp;Either way, it should be available to you in less &amp;nbsp;
&lt;br&gt;than 24 hrs.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;--Steve
&lt;br&gt;&lt;br&gt;On 16/09/2008, at 11:18 PM, Ian Rogers wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Steve Blackburn wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm not sure what version of OS X is best to run, I guess the latest
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; will be what most people try.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have to wait
&lt;br&gt;&amp;gt;&amp;gt; on our tech people getting hold of the media etc etc etc). &amp;nbsp; You can
&lt;br&gt;&amp;gt;&amp;gt; forge ahead with the regression set up in the meantime.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've not set one up before, but AFAIK it's all here: &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I expect it will just be a matter of you cloning the files from a
&lt;br&gt;&amp;gt;&amp;gt; similar machine.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Steve,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can't ssh on to paprika. I see:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ssh: connect to host paprika port 22: No route to host
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; from ANU machines and Manchester.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Ian
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's &amp;nbsp;
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win &amp;nbsp;
&lt;br&gt;&amp;gt; great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in &amp;nbsp;
&lt;br&gt;&amp;gt; the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19547349&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19547349.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19513850</id>
	<title>[rvm-core] new JIRA release: svn head</title>
	<published>2008-09-16T08:03:56Z</published>
	<updated>2008-09-16T08:03:56Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I created a release called svn head in JIRA to use as a fix target for all regressions that we introduce during development (ie, bugs that are in the head, but are known to not be present in the last released version of the system).  Please use this as the fix target for JIRA items for such regressions.  This way, we'll keep the transient bugs &amp;amp; fixes out of the release notes we generate for each version (since the bugs weren't in any released version of the system, we don't want the fact that we fixed them in the release notes).&lt;br&gt;
&lt;br&gt;
As a general rule, any bug with a fix target of svn head will block the next release, so we should try to fix them fairly quickly.&lt;br&gt;
&lt;br&gt;
--dave&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19513850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--new-JIRA-release%3A-svn-head-tp19513850p19513850.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19518698</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-16T06:18:53Z</published>
	<updated>2008-09-16T06:18:53Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Steve Blackburn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I'm not sure what version of OS X is best to run, I guess the latest
&lt;br&gt;&amp;gt;&amp;gt; will be what most people try.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have to wait &amp;nbsp;
&lt;br&gt;&amp;gt; on our tech people getting hold of the media etc etc etc). &amp;nbsp; You can &amp;nbsp;
&lt;br&gt;&amp;gt; forge ahead with the regression set up in the meantime.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've not set one up before, but AFAIK it's all here: &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;I expect it will just be a matter of you cloning the files from a &amp;nbsp;
&lt;br&gt;&amp;gt; similar machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Hi Steve,
&lt;br&gt;&lt;br&gt;I can't ssh on to paprika. I see:
&lt;br&gt;&lt;br&gt;ssh: connect to host paprika port 22: No route to host
&lt;br&gt;&lt;br&gt;from ANU machines and Manchester.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ian
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19518698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19518698.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19485063</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-14T15:23:06Z</published>
	<updated>2008-09-14T15:23:06Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Steve Blackburn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 15/09/2008, at 7:56 AM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I'm not sure what version of OS X is best to run, I guess the latest
&lt;br&gt;&amp;gt;&amp;gt; will be what most people try.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will start the process of upgrading to 10.5 today (may have to wait &amp;nbsp;
&lt;br&gt;&amp;gt; on our tech people getting hold of the media etc etc etc). &amp;nbsp; You can &amp;nbsp;
&lt;br&gt;&amp;gt; forge ahead with the regression set up in the meantime.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've not set one up before, but AFAIK it's all here: &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;I expect it will just be a matter of you cloning the files from a &amp;nbsp;
&lt;br&gt;&amp;gt; similar machine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Great, presumably in the morning here it will be ready. I'll try to 
&lt;br&gt;clone a cattrack set up and ping you if there are any of the usual 
&lt;br&gt;missing file or permission problems.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ian
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19485063&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19485063.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19485008</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-14T15:15:11Z</published>
	<updated>2008-09-14T15:15:11Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">&lt;br&gt;On 15/09/2008, at 7:56 AM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; I'm not sure what version of OS X is best to run, I guess the latest
&lt;br&gt;&amp;gt; will be what most people try.
&lt;br&gt;&lt;br&gt;I will start the process of upgrading to 10.5 today (may have to wait &amp;nbsp;
&lt;br&gt;on our tech people getting hold of the media etc etc etc). &amp;nbsp; You can &amp;nbsp;
&lt;br&gt;forge ahead with the regression set up in the meantime.
&lt;br&gt;&lt;br&gt;I've not set one up before, but AFAIK it's all here: &lt;a href=&quot;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/admin/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;I expect it will just be a matter of you cloning the files from a &amp;nbsp;
&lt;br&gt;similar machine.
&lt;br&gt;&lt;br&gt;--Steve
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19485008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19485008.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19484845</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-14T14:56:03Z</published>
	<updated>2008-09-14T14:56:03Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Steve Blackburn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 14/09/2008, at 10:31 PM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; but I'm wary of doing so until regression tests are being run. Any
&lt;br&gt;&amp;gt;&amp;gt; progress on the set up of the machine at ANU?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There's been a machine there for a long time. &amp;nbsp;I recently renamed it &amp;nbsp;
&lt;br&gt;&amp;gt; paprika. &amp;nbsp; It is running OS X 10.4.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not sure what your question above is in reference to. &amp;nbsp;Did you &amp;nbsp;
&lt;br&gt;&amp;gt; want an OS upgrade?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;I'm not sure what version of OS X is best to run, I guess the latest 
&lt;br&gt;will be what most people try. Paprika still needs the normal cron and 
&lt;br&gt;cattrack set up. I'd be happy to do this if there were some documentation.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ian
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 28/08/2008, at 2:28 PM, Steve Blackburn wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I just wanted to re-cap everyone on what the status of regression
&lt;br&gt;&amp;gt;&amp;gt; machines is at ANU. &amp;nbsp;Below is a list of all our machines. &amp;nbsp;Note that
&lt;br&gt;&amp;gt;&amp;gt; we are gradually renaming them.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have updated the ssh keys in the regression and test accounts on
&lt;br&gt;&amp;gt;&amp;gt; each of them. &amp;nbsp;If you think you should have access but do not, please
&lt;br&gt;&amp;gt;&amp;gt; let me know.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; machine		role			os	type
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jikesrvm 	cattrack		lnx	P4
&lt;br&gt;&amp;gt;&amp;gt; jalapeno	regression	lnx	Core 2 Quad
&lt;br&gt;&amp;gt;&amp;gt; habanero	regression	lnx	Core 2 Duo
&lt;br&gt;&amp;gt;&amp;gt; cayenne		regression 	lnx	P4-D
&lt;br&gt;&amp;gt;&amp;gt; kumataka	regression	lnx	P4-D
&lt;br&gt;&amp;gt;&amp;gt; paprika		regression	osx	Core 2 Duo
&lt;br&gt;&amp;gt;&amp;gt; rvmppclnx64	regression	lnx	Power 5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; great prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; the world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19484845&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19484845&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19484845&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19484845.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19484805</id>
	<title>Re: [rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-14T14:47:48Z</published>
	<updated>2008-09-14T14:47:48Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">On 14/09/2008, at 10:31 PM, Ian Rogers wrote:
&lt;br&gt;&amp;gt; but I'm wary of doing so until regression tests are being run. Any
&lt;br&gt;&amp;gt; progress on the set up of the machine at ANU?
&lt;br&gt;&lt;br&gt;&lt;br&gt;There's been a machine there for a long time. &amp;nbsp;I recently renamed it &amp;nbsp;
&lt;br&gt;paprika. &amp;nbsp; It is running OS X 10.4.
&lt;br&gt;&lt;br&gt;I'm not sure what your question above is in reference to. &amp;nbsp;Did you &amp;nbsp;
&lt;br&gt;want an OS upgrade?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;--Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 28/08/2008, at 2:28 PM, Steve Blackburn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just wanted to re-cap everyone on what the status of regression
&lt;br&gt;&amp;gt; machines is at ANU. &amp;nbsp;Below is a list of all our machines. &amp;nbsp;Note that
&lt;br&gt;&amp;gt; we are gradually renaming them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have updated the ssh keys in the regression and test accounts on
&lt;br&gt;&amp;gt; each of them. &amp;nbsp;If you think you should have access but do not, please
&lt;br&gt;&amp;gt; let me know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --Steve
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; machine		role			os	type
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jikesrvm 	cattrack		lnx	P4
&lt;br&gt;&amp;gt; jalapeno	regression	lnx	Core 2 Quad
&lt;br&gt;&amp;gt; habanero	regression	lnx	Core 2 Duo
&lt;br&gt;&amp;gt; cayenne		regression 	lnx	P4-D
&lt;br&gt;&amp;gt; kumataka	regression	lnx	P4-D
&lt;br&gt;&amp;gt; paprika		regression	osx	Core 2 Duo
&lt;br&gt;&amp;gt; rvmppclnx64	regression	lnx	Power 5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's &amp;nbsp;
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win &amp;nbsp;
&lt;br&gt;&amp;gt; great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in &amp;nbsp;
&lt;br&gt;&amp;gt; the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19484805&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19484805&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19484805.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19483205</id>
	<title>[rvm-core] 3.0.1 release in 2-3 weeks</title>
	<published>2008-09-14T11:55:21Z</published>
	<updated>2008-09-14T11:55:21Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;We're making some nice progress on fixing bugs and improving functionality (ia32/OSX; more function from the Harmony libraries) since the 3.0.0 release.  I think it makes sense to put out a 3.0.1 by early October.  &lt;br&gt;
&lt;br&gt;
In addition to continuing to push on stability &amp;amp; function, I think we're close enough to a stable system now that we could contemplate starting to gradually move some optimizations from O3 back to O2 (the number of intermittent bugs seems to be almost low enough that new bugs will stand out).  Ian and I have had a couple chats about how to approach that; I'll try to line up the initial plan as some JIRA items over the next couple days.&lt;br&gt;
&lt;br&gt;
--dave&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19483205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--3.0.1-release-in-2-3-weeks-tp19483205p19483205.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19479926</id>
	<title>[rvm-core] Regression testing IA32 OS/X</title>
	<published>2008-09-14T05:30:37Z</published>
	<updated>2008-09-14T05:30:37Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I believe IA32 OS/X is now working again (thanks to Kenneth Hoste). We 
&lt;br&gt;should add it to the support matrix:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docs.codehaus.org/display/RVM/Building+the+RVM&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.codehaus.org/display/RVM/Building+the+RVM&lt;/a&gt;&lt;br&gt;&lt;br&gt;but I'm wary of doing so until regression tests are being run. Any 
&lt;br&gt;progress on the set up of the machine at ANU?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Ian
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19479926&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--Regression-testing-IA32-OS-X-tp19479926p19479926.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19467536</id>
	<title>Re: [rvm-core] [rvm-regress] [sanity.5244] 947 FAILURES</title>
	<published>2008-09-12T22:08:48Z</published>
	<updated>2008-09-12T22:08:48Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">There's something badly wrong and I'd say this was due to my PLOS &amp;nbsp;
&lt;br&gt;change (r14970). &amp;nbsp;I'll try to look at it this evening. &amp;nbsp; If I can't &amp;nbsp;
&lt;br&gt;solve it quickly, I'll back out of r14970 and look into it off-line. &amp;nbsp; &amp;nbsp;
&lt;br&gt;I did test the change against a good number of GCs, but I've obviously &amp;nbsp;
&lt;br&gt;missed something :-/
&lt;br&gt;&lt;br&gt;--Steve
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19467536&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A--rvm-core---rvm-regress---sanity.5244--947-FAILURES-tp19467536p19467536.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19451707</id>
	<title>Re: [rvm-core] cattrack down</title>
	<published>2008-09-12T01:26:39Z</published>
	<updated>2008-09-12T01:26:39Z</updated>
	<author>
		<name>Daniel Frampton</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;I have left things as they are (were) on the machine for now bar for some minor updates. I have a duplicate setup on another machine that is basically ready to migrate to if we ever need to.&lt;br&gt;&lt;br&gt;For now we are just going to have to stick with the status quo until we get a chance to clean it up properly... I have given up trying to properly fix the performance and stability problems for now.. Unfortunately this just means we need to resort to kicking the thing when it misbehaves.&lt;br&gt;
&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Sep 12, 2008 at 2:06 PM, Steve Blackburn &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Steve.Blackburn@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div style=&quot;&quot;&gt;Just to be clear, AFAIK, the partial update of ruby Peter refers to is a consequence, not the cause of the overnight problem. &amp;nbsp;I think Peter probably looked at the machine while Daniel was in the midst of trying to get a more long-lasting fix to this problem....&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#888888&quot;&gt;--Steve&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 12/09/2008, at 12:49 PM, Daniel Frampton wrote:&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;It did die overnight, and I have been poking at it to try and make some updates and cleanups so that:&lt;br&gt;
&lt;br&gt;1) I understand the setup better.&lt;br&gt;2) I can move it easily onto a different machine.&lt;br&gt;&lt;br&gt;I have the old setup backed up to revert to if I time out on this (very soon).&lt;br&gt; &lt;br&gt;Will post an update later today, and make sure everyone that needs the ssh access to restart has it.&lt;br&gt;
&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Sep 12, 2008 at 12:36 PM, Peter Donald &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
 &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt; &lt;br&gt; It looks like the ruby version on the box was partially updated and&lt;br&gt; that borked the cattrack app. I suspect that means playing around with&lt;br&gt;
 the package manager which I am not comfortable doing.&lt;br&gt; &lt;br&gt; For future reference the way to restart the app is typically:&lt;br&gt; &lt;br&gt; ssh &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cattrack@...&lt;/a&gt; &amp;#39;./stop.sh ; ./start.sh&amp;#39;&lt;br&gt;
 &lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;br&gt; On Fri, Sep 12, 2008 at 12:12 AM, David P Grove &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;groved@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt; &amp;gt; the cattrack web interface on &lt;a href=&quot;http://jikesrvm.anu.edu.au&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jikesrvm.anu.edu.au&lt;/a&gt; appears to be down.&lt;br&gt;
 &amp;gt;&lt;br&gt; &amp;gt; Two requests:&lt;br&gt; &amp;gt; 1) Could someone who knows what they&amp;#39;re doing give it a kick to get it up&lt;br&gt; &amp;gt; again.&lt;br&gt; &amp;gt; 2) Could we document how to give cattrack a kick somewhere in the wiki so&lt;br&gt; &amp;gt; that anyone who has access to the machine can find out what they should do&lt;br&gt;
 &amp;gt; to get things working again.&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; thanks,&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; --dave&lt;br&gt; &amp;gt;&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&amp;gt; -------------------------------------------------------------------------&lt;br&gt; &amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
 &amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great&lt;br&gt; &amp;gt; prizes&lt;br&gt; &amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt; &amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
 &amp;gt; _______________________________________________&lt;br&gt; &amp;gt; Jikesrvm-core mailing list&lt;br&gt; &amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
 &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; --&lt;br&gt; Cheers,&lt;br&gt; &lt;br&gt; Peter Donald&lt;br&gt; Eddie Izzard &amp;nbsp;- &amp;quot;Never put a sock in a toaster.&amp;quot;&lt;br&gt; &lt;br&gt; -------------------------------------------------------------------------&lt;br&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
 Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
 _______________________________________________&lt;br&gt; Jikesrvm-core mailing list&lt;br&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
 &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt; -------------------------------------------------------------------------&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&lt;/a&gt;&lt;br&gt;
Jikesrvm-core mailing list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Jikesrvm-core mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19451707&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--cattrack-down-tp19435761p19451707.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19449082</id>
	<title>Re: [rvm-core] cattrack down</title>
	<published>2008-09-11T21:06:22Z</published>
	<updated>2008-09-11T21:06:22Z</updated>
	<author>
		<name>Steve Blackburn</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Just to be clear, AFAIK, the partial update of ruby Peter refers to is a consequence, not the cause of the overnight problem. &amp;nbsp;I think Peter probably looked at the machine while Daniel was in the midst of trying to get a more long-lasting fix to this problem....&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--Steve&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 12/09/2008, at 12:49 PM, Daniel Frampton wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;It did die overnight, and I have been poking at it to try and make some updates and cleanups so that:&lt;br&gt;&lt;br&gt;1) I understand the setup better.&lt;br&gt;2) I can move it easily onto a different machine.&lt;br&gt;&lt;br&gt;I have the old setup backed up to revert to if I time out on this (very soon).&lt;br&gt; &lt;br&gt;Will post an update later today, and make sure everyone that needs the ssh access to restart has it.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Sep 12, 2008 at 12:36 PM, Peter Donald &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;&gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt; &lt;br&gt; It looks like the ruby version on the box was partially updated and&lt;br&gt; that borked the cattrack app. I suspect that means playing around with&lt;br&gt; the package manager which I am not comfortable doing.&lt;br&gt; &lt;br&gt; For future reference the way to restart the app is typically:&lt;br&gt; &lt;br&gt; ssh &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cattrack@...&lt;/a&gt; './stop.sh ; ./start.sh'&lt;br&gt; &lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt; &lt;br&gt; On Fri, Sep 12, 2008 at 12:12 AM, David P Grove &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;groved@...&lt;/a&gt;&gt; wrote:&lt;br&gt; &gt; the cattrack web interface on &lt;a href=&quot;http://jikesrvm.anu.edu.au&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jikesrvm.anu.edu.au&lt;/a&gt; appears to be down.&lt;br&gt; &gt;&lt;br&gt; &gt; Two requests:&lt;br&gt; &gt; 1) Could someone who knows what they're doing give it a kick to get it up&lt;br&gt; &gt; again.&lt;br&gt; &gt; 2) Could we document how to give cattrack a kick somewhere in the wiki so&lt;br&gt; &gt; that anyone who has access to the machine can find out what they should do&lt;br&gt; &gt; to get things working again.&lt;br&gt; &gt;&lt;br&gt; &gt; thanks,&lt;br&gt; &gt;&lt;br&gt; &gt; --dave&lt;br&gt; &gt;&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&gt; -------------------------------------------------------------------------&lt;br&gt; &gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt; &gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great&lt;br&gt; &gt; prizes&lt;br&gt; &gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt; &gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt; &gt; _______________________________________________&lt;br&gt; &gt; Jikesrvm-core mailing list&lt;br&gt; &gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt; &gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt; &gt;&lt;br&gt; &gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; --&lt;br&gt; Cheers,&lt;br&gt; &lt;br&gt; Peter Donald&lt;br&gt; Eddie Izzard &amp;nbsp;- &quot;Never put a sock in a toaster.&quot;&lt;br&gt; &lt;br&gt; -------------------------------------------------------------------------&lt;br&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt; _______________________________________________&lt;br&gt; Jikesrvm-core mailing list&lt;br&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt; -------------------------------------------------------------------------&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/_______________________________________________&lt;/a&gt;&lt;br&gt;Jikesrvm-core mailing list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19449082&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--cattrack-down-tp19435761p19449082.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19448563</id>
	<title>Re: [rvm-core] cattrack down</title>
	<published>2008-09-11T19:49:14Z</published>
	<updated>2008-09-11T19:49:14Z</updated>
	<author>
		<name>Daniel Frampton</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;It did die overnight, and I have been poking at it to try and make some updates and cleanups so that:&lt;br&gt;&lt;br&gt;1) I understand the setup better.&lt;br&gt;2) I can move it easily onto a different machine.&lt;br&gt;&lt;br&gt;I have the old setup backed up to revert to if I time out on this (very soon).&lt;br&gt;
&lt;br&gt;Will post an update later today, and make sure everyone that needs the ssh access to restart has it.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Daniel.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Sep 12, 2008 at 12:36 PM, Peter Donald &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;
&lt;br&gt;
It looks like the ruby version on the box was partially updated and&lt;br&gt;
that borked the cattrack app. I suspect that means playing around with&lt;br&gt;
the package manager which I am not comfortable doing.&lt;br&gt;
&lt;br&gt;
For future reference the way to restart the app is typically:&lt;br&gt;
&lt;br&gt;
ssh &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cattrack@...&lt;/a&gt; &amp;#39;./stop.sh ; ./start.sh&amp;#39;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;&lt;br&gt;
&lt;br&gt;
On Fri, Sep 12, 2008 at 12:12 AM, David P Grove &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;groved@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; the cattrack web interface on &lt;a href=&quot;http://jikesrvm.anu.edu.au&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jikesrvm.anu.edu.au&lt;/a&gt; appears to be down.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Two requests:&lt;br&gt;
&amp;gt; 1) Could someone who knows what they&amp;#39;re doing give it a kick to get it up&lt;br&gt;
&amp;gt; again.&lt;br&gt;
&amp;gt; 2) Could we document how to give cattrack a kick somewhere in the wiki so&lt;br&gt;
&amp;gt; that anyone who has access to the machine can find out what they should do&lt;br&gt;
&amp;gt; to get things working again.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; thanks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --dave&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt; -------------------------------------------------------------------------&lt;br&gt;
&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp;amp; win great&lt;br&gt;
&amp;gt; prizes&lt;br&gt;
&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Jikesrvm-core mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Cheers,&lt;br&gt;
&lt;br&gt;
Peter Donald&lt;br&gt;
Eddie Izzard &amp;nbsp;- &amp;quot;Never put a sock in a toaster.&amp;quot;&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Jikesrvm-core mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448563&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--cattrack-down-tp19435761p19448563.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19448384</id>
	<title>Re: [rvm-core] cattrack down</title>
	<published>2008-09-11T19:36:37Z</published>
	<updated>2008-09-11T19:36:37Z</updated>
	<author>
		<name>Peter Donald-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;It looks like the ruby version on the box was partially updated and
&lt;br&gt;that borked the cattrack app. I suspect that means playing around with
&lt;br&gt;the package manager which I am not comfortable doing.
&lt;br&gt;&lt;br&gt;For future reference the way to restart the app is typically:
&lt;br&gt;&lt;br&gt;ssh &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448384&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cattrack@...&lt;/a&gt; './stop.sh ; ./start.sh'
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Sep 12, 2008 at 12:12 AM, David P Grove &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448384&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;groved@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; the cattrack web interface on jikesrvm.anu.edu.au appears to be down.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Two requests:
&lt;br&gt;&amp;gt; 1) Could someone who knows what they're doing give it a kick to get it up
&lt;br&gt;&amp;gt; again.
&lt;br&gt;&amp;gt; 2) Could we document how to give cattrack a kick somewhere in the wiki so
&lt;br&gt;&amp;gt; that anyone who has access to the machine can find out what they should do
&lt;br&gt;&amp;gt; to get things working again.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jikesrvm-core mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448384&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Peter Donald
&lt;br&gt;Eddie Izzard &amp;nbsp;- &amp;quot;Never put a sock in a toaster.&amp;quot;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19448384&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--cattrack-down-tp19435761p19448384.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19435761</id>
	<title>[rvm-core] cattrack down</title>
	<published>2008-09-11T07:12:11Z</published>
	<updated>2008-09-11T07:12:11Z</updated>
	<author>
		<name>David P Grove</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;the cattrack web interface on jikesrvm.anu.edu.au appears to be down.&lt;br&gt;
&lt;br&gt;
Two requests:&lt;br&gt;
	1) Could someone who knows what they're doing give it a kick to get it up again.&lt;br&gt;
	2) Could we document how to give cattrack a kick somewhere in the wiki so that anyone who has access to the machine can find out what they should do to get things working again.&lt;br&gt;
&lt;br&gt;
thanks,&lt;br&gt;
&lt;br&gt;
--dave&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jikesrvm-core mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19435761&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jikesrvm-core@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/jikesrvm-core&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-rvm-core--cattrack-down-tp19435761p19435761.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19208720</id>
	<title>Re: [rvm-core] Re-enabling global optimizations</title>
	<published>2008-08-28T13:39:56Z</published>
	<updated>2008-08-28T13:39:56Z</updated>
	<author>
		<name>Ian Rogers</name>
	</author>
	<content type="html">David P Grove wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ian wrote:
&lt;br&gt;&amp;gt; &amp;gt; it would be good if we could set aside some particular days of
&lt;br&gt;&amp;gt; &amp;gt; regression tests to see what effect enabling many of the current
&lt;br&gt;&amp;gt; &amp;gt; disabled optimization phases has. The patch that disabled these in the
&lt;br&gt;&amp;gt; &amp;gt; stability drive was r12223:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to see us get some teeth back into O2, but I feel pretty 
&lt;br&gt;&amp;gt; strongly that we'll be much happier (ie, it will be easier to triage 
&lt;br&gt;&amp;gt; bugs and we'll be done faster overall) if we can get the core/gcstress 
&lt;br&gt;&amp;gt; tests to absolutely zero failures first. &amp;nbsp; We're not that far from 
&lt;br&gt;&amp;gt; that now, but there are still too many low probability failures 
&lt;br&gt;&amp;gt; happening to make it easy to detect new low-probability failures 
&lt;br&gt;&amp;gt; introduced by buggy O2 optimizations. &amp;nbsp;Can people commit to another 
&lt;br&gt;&amp;gt; stability push, especially focusing on the gcstress failures? &amp;nbsp;Based 
&lt;br&gt;&amp;gt; on past experience, these are very likely to be GCMap bugs of some 
&lt;br&gt;&amp;gt; form or another (as opposed to &amp;quot;real&amp;quot; bugs in the GC).
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;I agree. What I had worked upon was trying to maintain an invariant that 
&lt;br&gt;object references were always to objects. The idea being that then 
&lt;br&gt;whenever this invariant is broken, in high probability due to the GC 
&lt;br&gt;maps, we can back track to solve the problem. Currently there is no 
&lt;br&gt;reproducible error so this was my approach to get to the root of the 
&lt;br&gt;problem. Unfortunately MMTk doesn't maintain an invariant that object 
&lt;br&gt;references are always to objects. This isn't a bug but we need to fix it 
&lt;br&gt;if we're to debug Jikes RVM in this way. The JIRA issue tracking this 
&lt;br&gt;was RVM-592 [1].
&lt;br&gt;&lt;br&gt;Testing the invariant is just a matter of enabling 
&lt;br&gt;VALIDATE_OBJECT_REFERENCES in BaselineMagic [2]. Unless we get lucky and 
&lt;br&gt;find a test that can reliably reproduce the error I don't know any other 
&lt;br&gt;way we're going to fix this problem. Going into MMTk to maintain this 
&lt;br&gt;invariant is going to be a large job.
&lt;br&gt;&lt;br&gt;&amp;gt; I'd also like to stage things so that we slowly re-enable things (with 
&lt;br&gt;&amp;gt; multiple days 