gst-remote -e 'ObjectMemory snapshot' quits the remote server

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

gst-remote -e 'ObjectMemory snapshot' quits the remote server

Holger Freyther
Hi,

when developing I try to load code changes into a remote GST instance and if I
think the change is good I would like to create a new image. I am using the
above code to force a snapshot. What happens is that gst-remote is terminating.

I have attached the output of the gst-remove --server when it terminates. So I
assume that one of the 'changed:' calls makes the FileDescr close all open
files. From what I see this should only happen with #aboutToQuit. I am not not
sure where this is coming from (i created the b in invoke_hook_smalltalk).

Is this a 'known feature'?



Breakpoint 3, invoke_hook_smalltalk (hook=GST_ABOUT_TO_SNAPSHOT) at comp.c:453
453  if (!_gst_kernel_initialized)
(gdb)
Continuing.

Breakpoint 3, invoke_hook_smalltalk (hook=GST_FINISHED_SNAPSHOT) at comp.c:453
453  if (!_gst_kernel_initialized)
(gdb) c
Continuing.

Breakpoint 3, invoke_hook_smalltalk (hook=GST_AFTER_EVAL) at comp.c:453
453  if (!_gst_kernel_initialized)
(gdb) c
Continuing.

Breakpoint 3, invoke_hook_smalltalk (hook=GST_ABOUT_TO_QUIT) at comp.c:453
453  if (!_gst_kernel_initialized)
(gdb) bt
#0  invoke_hook_smalltalk (hook=GST_ABOUT_TO_QUIT) at comp.c:453
#1  0x0014717c in _gst_invoke_hook (hook=GST_ABOUT_TO_QUIT) at comp.c:496
#2  0x0013682d in gst_invoke_hook (hook=GST_ABOUT_TO_QUIT) at gstpub.c:138
#3  0x08049880 in main (argc=2, argv=0xbffff934) at gst-tool.c:549

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

output (1K) Download Attachment