help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Could this be a bug?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Could this be a bug?
Date: Fri, 18 Mar 2011 18:55:53 +0100

On Fri, Mar 18, 2011 at 16:34, FDominicus <address@hidden> wrote:
> I tried to follow the GTK Tutorial at:
> http://bioskop.fr/gtk_tutorial/
> This is the program I tried:
> #!/usr/local/bin/gst
>
> Eval [
>        PackageLoader fileInPackage: 'GTK'.
>        window := GTK.GtkWindow new: GTK.Gtk gtkWindowToplevel.
>        window show.
>        GTK.Gtk main
> ]
>
> If I try to run it:
> gst base.st
> Loading package GLib
> Loading package Cairo
> Loading package GTK
> /home/local/share/smalltalk/GTK.star#VFS.ZipFile/Funcs.st:20: Abgebrochen
> zsh: segmentation fault (core dumped)  gst base.st
>
>
> a core dump is probably not a "good" thing ;-(

1) What is the output of gst --version?

2) Can you include the packages/gtk/Funcs.st file from your build directory?

3) Can you try branch "stable-3.2" instead of master?

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]