help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Could this be a bug?


From: FDominicus
Subject: [Help-smalltalk] Could this be a bug?
Date: Fri, 18 Mar 2011 08:34:12 -0700 (PDT)

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 ;-(

--
View this message in context: 
http://forum.world.st/Could-this-be-a-bug-tp3387533p3387533.html
Sent from the Gnu mailing list archive at Nabble.com.



reply via email to

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