Core dump when moving image

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

Core dump when moving image

Mark Meyer
Hi,
I tried creating a custom image. Copying the standard image from
~/share/st/gst.im to another folder yields however the following:

mark@nereide:~/dev/gst-dev$ gst -I ./gst.im
gst: Aborted
gst: Error occurred while not in byte code interpreter!!
/lib/libc.so.6[0x2b7d9ddfa7d0]
/lib/libc.so.6(gsignal+0x35)[0x2b7d9ddfa765]
/lib/libc.so.6(abort+0x110)[0x2b7d9ddfc1c0]
/home/mark//lib/libgst.so.7[0x2b7d9d4cb168]
/home/mark//lib/libgst.so.7[0x2b7d9d49d97b]
gst(main+0x9b)[0x4014eb]
/lib/libc.so.6(__libc_start_main+0xf4)[0x2b7d9dde6b44]
gst[0x401069]
Aborted (core dumped)

Is this expected behaviour?

Regards, Mark



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Core dump when moving image

Paolo Bonzini-2
Mark Meyer wrote:

> Hi,
> I tried creating a custom image. Copying the standard image from
> ~/share/st/gst.im to another folder yields however the following:
>
> mark@nereide:~/dev/gst-dev$ gst -I ./gst.im
> gst: Aborted
> gst: Error occurred while not in byte code interpreter!!
> /lib/libc.so.6[0x2b7d9ddfa7d0]
> /lib/libc.so.6(gsignal+0x35)[0x2b7d9ddfa765]
> /lib/libc.so.6(abort+0x110)[0x2b7d9ddfc1c0]
> /home/mark//lib/libgst.so.7[0x2b7d9d4cb168]
> /home/mark//lib/libgst.so.7[0x2b7d9d49d97b]
> gst(main+0x9b)[0x4014eb]
> /lib/libc.so.6(__libc_start_main+0xf4)[0x2b7d9dde6b44]
> gst[0x401069]
> Aborted (core dumped)
>
> Is this expected behaviour?

No. :-)

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Core dump when moving image

Paolo Bonzini-2
Mark Meyer wrote:

> On Wed, 2008-01-30 at 10:28 +0100, Paolo Bonzini wrote:
>> No. :-)
>
> Hmm, gdb bt tells me
>
> #0  0x00002ac6f0d63765 in raise () from /lib/libc.so.6
> #1  0x00002ac6f0d651c0 in abort () from /lib/libc.so.6
> #2  0x00002ac6f0403964 in load_normal_oops (imageFd=5) at save.c:635
> #3  0x00002ac6f0402b30 in load_snapshot (imageFd=5) at save.c:489
> #4  0x00002ac6f0402a12 in _gst_load_from_file (
>     fileName=0x606320 "/home/mark/dev/gst-dev/gst.im") at save.c:451
> #5  0x00002ac6f03b7d43 in _gst_initialize (
>     kernel_dir=0x2ac6f0470cd0 "/home/mark/share/smalltalk/kernel",
>     image_file=0x7fffba91f869 "gst.im", flags=0) at files.c:482
> #6  0x00002ac6f03b6d31 in gst_initialize (kernel_dir=0x0,
>     image_file=0x7fffba91f867 "./gst.im", flags=0) at gstpub.c:134
> #7  0x00000000004015ec in main (argc=3, argv=0x7fffba91def8) at

Would you send me the image?  Also, are you on i686 or what?

Finally, before sending it, can you check (e.g. with cmp) that it is
still the same as the installed image?

Thanks!

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Core dump when moving image

Mark Meyer

On Wed, 2008-01-30 at 11:30 +0100, Paolo Bonzini wrote:
> Aha, that explains it.  Can you send me the old one so that I check,
> just in case?  Crashing is not nice anyway.

The old one should be available on sosofo.homeip.net/gst.im

Thanks, Mark



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