Crash with MinimalMorphic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Crash with MinimalMorphic

NorbertHartl
Hi,

everytime I try to load the SeasideCompatLayer into
the MinimalMorphic image I get an Segmentation
fault. Is this a know issue?

I'm using linux ubuntu feisty and I tested it with
squeak vm 3.7-7 [#5989] and 3.9-8 [#7021].

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Crash with MinimalMorphic

Pavel Krivanek
Hi Norbert,

this supporting package is used for the headless KernelImage that
contains no Morphic. You may load Seaside directly from the normal
squeaksource repository into the MinimalMorphic image.

Cheers,
-- Pavel

On 5/10/07, Norbert Hartl <[hidden email]> wrote:

> Hi,
>
> everytime I try to load the SeasideCompatLayer into
> the MinimalMorphic image I get an Segmentation
> fault. Is this a know issue?
>
> I'm using linux ubuntu feisty and I tested it with
> squeak vm 3.7-7 [#5989] and 3.9-8 [#7021].
>
> Norbert
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Crash with MinimalMorphic

NorbertHartl
On Thu, 2007-05-10 at 21:03 +0200, Pavel Krivanek wrote:
> Hi Norbert,
>
> this supporting package is used for the headless KernelImage that
> contains no Morphic. You may load Seaside directly from the normal
> squeaksource repository into the MinimalMorphic image.
>
I tried that at first. But it didn't succeed. I can install it
but I can't start WAKom. It complains about Comanche not being
installed. But then it displays

defaultAction
        "No one has handled this error, but now give them a chance to decide
how to debug it.  If none handle this either then open debugger (see
UnhandedError-defaultAction)"

        UnhandledError signalForException: self

as an Error If I try to file out the stack trace a second debugger with
the same message pops up.

I installed DynamicBindings, KomServices and KomHttpServer first.

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Crash with MinimalMorphic

Pavel Krivanek
Hi,

I tried it now and I was successful - latest squeakmap versions of
DynamicBindings, KomServices, KomHttpServer and latest Seaside 2.8a.
What was the Seaside version you used?

-- Pavel

On 5/10/07, Norbert Hartl <[hidden email]> wrote:

> On Thu, 2007-05-10 at 21:03 +0200, Pavel Krivanek wrote:
> > Hi Norbert,
> >
> > this supporting package is used for the headless KernelImage that
> > contains no Morphic. You may load Seaside directly from the normal
> > squeaksource repository into the MinimalMorphic image.
> >
> I tried that at first. But it didn't succeed. I can install it
> but I can't start WAKom. It complains about Comanche not being
> installed. But then it displays
>
> defaultAction
>         "No one has handled this error, but now give them a chance to decide
> how to debug it.  If none handle this either then open debugger (see
> UnhandedError-defaultAction)"
>
>         UnhandledError signalForException: self
>
> as an Error If I try to file out the stack trace a second debugger with
> the same message pops up.
>
> I installed DynamicBindings, KomServices and KomHttpServer first.
>
> Norbert
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Crash with MinimalMorphic

NorbertHartl
On Thu, 2007-05-10 at 22:03 +0200, Pavel Krivanek wrote:
> Hi,
>
> I tried it now and I was successful - latest squeakmap versions of
> DynamicBindings, KomServices, KomHttpServer and latest Seaside 2.8a.
> What was the Seaside version you used?

Yes, I was successful installing everything from squeakmap. First
I tried to install from monticello.

thanks,

norbert