<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">(resending because of wrong subject, sorry)</p>

<p dir="auto">Hi Dave,</p>

<p dir="auto">I just retested loading in Ubuntu 17.04 (32-bits) without problems. Maybe you didn't checkout the commit I referenced? I realise there's a <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">cd Seaside</code> missing before the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">git checkout</code>.</p>

<p dir="auto">What's the load error about? What system are you using exactly?</p>

<p dir="auto">Cheers,<br>
Max</p>

<p dir="auto">On 16 Dec 2018, at 20:12, <a href="mailto:squeak-dev-request@lists.squeakfoundation.org" style="color:#3983C4">squeak-dev-request@lists.squeakfoundation.org</a> wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I'm running into an error related to Metacello loading when I do the<br>
run.sh script in the recipe below, screen shot attached. I am running<br>
on Linux.<br>
<br>
It looks like I am missing something in the intial setup, can you give<br>
me a pointer?<br>
<br>
Thanks.<br>
Dave<br>
<br>
On Sun, Dec 16, 2018 at 06:14:47PM +0100, Max Leske wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Hi,<br>
<br>
We have an issue in Seaside where a loaded test method holds a bad<br>
source pointer. We only noticed because this method accesses the<br>
debugger map.<br>
<br>
How to reproduce:<br>
<br>
1. clone SmalltalkCI:<br>
        git clone git@github.com:hpi-swa/smalltalkCI.git<br>
2. clone Seaside:<br>
        git clone git@github.com:SeasideSt/Seaside.git;<br>
        git checkout 9cb54a7b14cd254ef318294905c4e8dda8dd9f79<br>
3. install Seaside in Squeak5.2:<br>
        <path to SmalltalkCI>/run.sh --headful -s Squeak-5.2 <path to<br>
Seaside>/.smalltalk.ston<br>
4. Run the test WAPharoDebuggerTest>>testNamedTempAt and you'll see a<br>
debugger pop up for an UndeclaredVariable. The source lookup is<br>
performed in the changes file but in the middle of a chunk of binary<br>
(font) data.<br>
<br>
I can can only speculate that some of that binary data introduces random<br>
chunks which messes with the offsets.<br>
<br>
We're adding a workaround for that particular test for now.<br>
<br>
<br>
Let me know if I can help track down the issue.<br>
<br>
Cheers,<br>
Max</p>
</blockquote></blockquote></div>
<div style="white-space:normal">
</div>
</div>
</body>
</html>