[Seaside] VM Crash on submit button

Mariano Martinez Peck marianopeck at gmail.com
Tue Sep 27 10:14:48 UTC 2011


Well....since you don't specify which Smalltalk are you using...it may have
no sense. Anyway, if you are in pharo/squeak, two small suggestion:

1) Pickup latest VM from Eliot place:
http://www.mirandabanda.org/files/Cog/VM/  and try it
2) Provide the crash dump. If it is a linux box, you can run the VM from
command line and see the output. In Windows, it generates a dump file which
is next to the image. In Mac it opens the crash report but instead you can
do the Linux way.
3) Provide PharoDebug.log if there is a generated one (again, next to the
image file).

Cheers


On Tue, Sep 27, 2011 at 12:09 PM, Lawrence Kellogg <mac.hive at me.com> wrote:

> Hello,
>  I have been playing with Seaside a bit and I have one view class
> that crashes the VM, on the Save button. The breakpoint in my
> save method is never called.
>
>  All I have is this:
>
> html submitButton
>                                callback: [ self save ];
>                                value: 'Save'.
>
> and
>
> save
>  self halt.
>
> which I have done in other views, without a problem. I upgraded to Seaside
> 3.0.6
> but it didn't make any difference, I still get the same crash. Could it
> have something to
> with my use of html form: ? Whether or not I registered the view? I did, I
> think.
>
>  I'm stumped. Any ideas?
>
>  Regards,
>
>  Larry
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110927/d12fc9b3/attachment.htm


More information about the seaside mailing list