help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] regression: c binding varargs handing.


From: Robert Collins
Subject: Re: [Help-smalltalk] regression: c binding varargs handing.
Date: Sun, 19 Sep 2004 19:50:47 +1000

On Sun, 2004-09-19 at 09:39 +0200, Paolo Bonzini wrote:
> > stopped working. The GtkTreeViewColumn newWith.. call started triggering
> > a sigsegv in gtk.
> 
> Is this i686-pc-linux-gnu?  I'll try to reproduce it with printf.

Theres a similar thing occuring in 
BDialog>>chooseFile:parent:label:default: (you'll need the latest code
from my bindings branch... I've just reinstated a required header to the
list to be scanned).

    dialog := GTK.GtkFileChooserDialog new: aLabel parent: (parent
container) action: action varargs: 
       {GTK.Gtk gtkStockCancel. GTK.Gtk gtkResponseCancel.
        button.   GTK.Gtk gtkResponseAccept.
        nil}.
appears to be the culprit.

Rob

-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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