<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I finally got it working, I had to configure with --without-gl (no
opengl) and had to recompile some classes within the image itself.<br>
<br>
Regards,<br>
John.<br>
<br>
Philippe Marschall wrote:
<blockquote
 cite="mid:66666f210807020718p62b7508ahd83a63a375ab59c5@mail.gmail.com"
 type="cite">
  <pre wrap="">You had to patch a generated source file by hand (search the
archives). I don't know whether this is fixed in trunk.

Cheers
Philippe

2008/7/1 John Thornborrow <a class="moz-txt-link-rfc2396E" href="mailto:john@pinesoft.co.uk">&lt;john@pinesoft.co.uk&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks for the links, but I am getting segmentation faults when I try to
load anything (including VMMaker) within an image, and example stackdump:

I'll hunt around some more to see what I can find.

Thanks,
John.

Segmentation fault

20512560 [] in &gt;addressForName:timeout:
20512652 [] in Semaphore&gt;critical:
20512284 BlockContext&gt;ensure:
20512192 Semaphore&gt;critical:
20511424 &gt;addressForName:timeout:
20508560 &gt;httpGetDocument:args:accept:request:
20436660 HttpUrl&gt;retrieveContentsArgs:accept:
20436568 HttpUrl&gt;retrieveContentsArgs:
20436476 HttpUrl&gt;retrieveContents
20434996 [] in SMFileCache&gt;getStream:
20434536 BlockContext&gt;on:do:
20434444 SMFileCache&gt;getStream:
20434812 [] in SMFileCache&gt;download:
20434352 BlockContext&gt;ensure:
20433948 [] in SMFileCache&gt;download:
20433856 BlockContext&gt;on:do:
20433764 SMFileCache&gt;download:
20433672 SMFileCache&gt;add:
20433556 SMPackageRelease&gt;ensureInCache
20433464 SMSimpleInstaller&gt;cache
20433372 SMMcInstaller&gt;install
20433120 [] in SMLoader&gt;installPackageRelease:
20432844 BlockContext&gt;ensure:
20432752 Cursor&gt;showWhile:
20432936 [] in SMLoader&gt;installPackageRelease:
20432660 BlockContext&gt;on:do:
20431164 SMLoader&gt;installPackageRelease:
20425760 SMLoader&gt;installPackageRelease
20425668 SMLoader&gt;perform:orSendTo:
20425576 [] in MenuItemMorph&gt;invokeWithEvent:
20425484 BlockContext&gt;ensure:
20425392 Cursor&gt;showWhile:
20425300 MenuItemMorph&gt;invokeWithEvent:
20425208 MenuItemMorph&gt;mouseUp:
20425116 MenuItemMorph&gt;handleMouseUp:
20425024 MouseButtonEvent&gt;sentTo:
20424932 Morph&gt;handleEvent:
20424800 MorphicEventDispatcher&gt;dispatchDefault:with:
20424708 MorphicEventDispatcher&gt;dispatchEvent:with:
20424616 Morph&gt;processEvent:using:
20424524 MorphicEventDispatcher&gt;dispatchDefault:with:
20424416 MorphicEventDispatcher&gt;dispatchEvent:with:
20424284 Morph&gt;processEvent:using:
20424192 Morph&gt;processEvent:
20424100 MenuMorph&gt;handleFocusEvent:
20423824 [] in HandMorph&gt;sendFocusEvent:to:clear:
20423916 [] in PasteUpMorph&gt;becomeActiveDuring:
20423732 BlockContext&gt;on:do:
20423640 PasteUpMorph&gt;becomeActiveDuring:
20423456 HandMorph&gt;sendFocusEvent:to:clear:
20423364 HandMorph&gt;sendEvent:focus:clear:
20423272 HandMorph&gt;sendMouseEvent:
20423128 HandMorph&gt;handleEvent:
20422872 HandMorph&gt;processEvents
20422964 [] in WorldState&gt;doOneCycleNowFor:
20422780 SequenceableCollection&gt;do:
20422688 WorldState&gt;handsDo:
20422596 WorldState&gt;doOneCycleNowFor:
20422504 WorldState&gt;doOneCycleFor:
20422412 PasteUpMorph&gt;doOneCycle
14141004 [] in &gt;spawnNewProcess
14141188 [] in BlockContext&gt;newProcess
Aborted


Bert Freudenberg wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Am 01.07.2008 um 16:30 schrieb Philippe Marschall:

      </pre>
      <blockquote type="cite">
        <pre wrap="">2008/7/1 John Thornborrow <a class="moz-txt-link-rfc2396E" href="mailto:john@pinesoft.co.uk">&lt;john@pinesoft.co.uk&gt;</a>:
        </pre>
        <blockquote type="cite">
          <pre wrap="">Hello all,

I'm trying to build a VM on my Gentoo x86_64 desktop, without much
success.

The furthest I have got is using the package available on portage
(Gentoo's
source/package manager) but whenever I try to do anything the VM crashes
with a segmentation fault. If I use the self-compiled squeak, squeak
does
not start - it errors with the "cannot locate vm-display-X11.so"

Can anyone advise on just how I can get a VM built and running?
          </pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://goran.krampe.se/blog/Squeak/vmmaker.rdoc">http://goran.krampe.se/blog/Squeak/vmmaker.rdoc</a>

Be sure to _not_ check the 64bit box.
        </pre>
      </blockquote>
      <pre wrap="">
Also see

<a class="moz-txt-link-freetext" href="http://squeakvm.org/squeak64/faq.html">http://squeakvm.org/squeak64/faq.html</a>

- Bert -




      </pre>
    </blockquote>
    <pre wrap="">
******************************************************************************************************************************************
This email is from Pinesoft Limited. Its contents are confidential to the
intended recipient(s) at the email address(es) to which it has been
addressed. It may not be disclosed to or used by anyone other than the
addressee(s), nor may it be copied in anyway. If received in error, please
contact the sender, then delete it from your system. Although this email and
attachments are believed to be free of virus, or any other defect which
might affect any computer or IT system into which they are received and
opened, it is the responsibility of the recipient to ensure that they are
virus free and no responsibility is accepted by Pinesoft for any loss or
damage arising in any way from receipt or use thereof.
*******************************************************************************************************************************************


Pinesoft Limited are registered in England, Registered number: 2914825.
Registered office: 266-268 High Street, Waltham Cross, Herts, EN8 7EA


    </pre>
  </blockquote>
  <pre wrap=""><!---->


 

  </pre>
</blockquote>
<br><br>
<A href="http://www.pinesoft.co.uk/"></A>
<P><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-bidi-font-style: italic"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-bidi-font-style: italic"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma">*******************************************************************************************************************************************</SPAN></o:p></SPAN></SPAN></P>
<P><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-bidi-font-style: italic"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial; mso-bidi-font-style: italic"><o:p><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma"></SPAN><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial">This email is from Pinesoft Limited. Its contents are confidential to the intended recipient(s) at the email address(es) to which it has been addressed. It may not be disclosed to or used by anyone other than the addressee(s), nor may it be copied in anyway. If received in error, please contact the sender, then delete it from your system. Although this email and attachments are believed to be free of virus, or any other defect which might affect any computer or IT system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Pinesoft for any loss or damage arising in any way from receipt or use thereof. <o:p></o!
 :p></SPAN></P>
<ADDRESS>
<P style="BACKGROUND: white; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"><SPAN style="FONT-SIZE: 8pt; mso-bidi-font-style: italic"><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Tahoma">*******************************************************************************************************************************************<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial">Pinesoft&nbsp;Limited are registered in <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:place w:st="on"><st1:country-region w:st="on">England</st1:country-region></st1:place>, Registered number: 2914825. Registered office: <st1:address w:st="on"><st1:Street w:st="on">266-268 High Street</st1:Street>, <st1:City w:st="on">Waltham</st1:City></st1:address> Cross, <st1:place w:st="on"><st1:City w:st="on">Herts</st1:City>, <st1:PostalCode w:st="on">EN8 7EA</st1:PostalCode></st1:place></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Arial"><st1:place w:st="on"><st1:PostalCode w:st="on"></st1:PostalCode></st1:place></SPAN>&nbsp;</o:p></SPAN></NOBR></SPAN></P></ADDRESS>
</body>
</html>