[Glass] callbackMarker not found in Seaside stack

Otto Behrens otto at finworks.biz
Mon May 19 09:47:46 PDT 2014


> perhaps capturing the stack at the point the continue is created will give
> us clues ...

Attached are some stacks that I hacked in by calling the following
method where we create them:

WAPartialContinuation >> printStack
| stream |
stream := GsFile openWriteOnServer: '/tmp/stack_', self asOop printString.
[ stream nextPutAll: partial printString ] ensure: [ stream close ]

It does not tell me much at the moment. But perhaps you can see
something. Or perhaps you have a better printing method that I can
call?

Thanks
Otto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stack_188947713
Type: application/octet-stream
Size: 696 bytes
Desc: not available
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140519/daeb2fde/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stack_191521537
Type: application/octet-stream
Size: 430 bytes
Desc: not available
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140519/daeb2fde/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stack_193135105
Type: application/octet-stream
Size: 378 bytes
Desc: not available
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140519/daeb2fde/attachment-0002.obj>


More information about the Glass mailing list