help-smalltalk
[Top][All Lists]
Advanced

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

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


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

"1) What is the output of gst --version?"
was included in my posting:

gst --version
GNU Smalltalk version 3.2.3-96ea7ed
Copyright 2009 Free Software Foundation, Inc.


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

Wow this is  mighty large:
"Automatically generated, do not edit!"
!GTypeInterface class methodsFor: 'C call-outs'!
peek: instanceClass ifaceType: ifaceType
    <cCall: 'g_type_interface_peek' returning: #cObject
        args: #( #cObject #long )>! !

!GTypeInterface class methodsFor: 'C call-outs'!
peekParent: gIface
    <cCall: 'g_type_interface_peek_parent' returning: #cObject
        args: #( #cObject )>! !

!GTypeInterface class methodsFor: 'C call-outs'!
addPrerequisite: interfaceType prerequisiteType: prerequisiteType
    <cCall: 'g_type_interface_add_prerequisite' returning: #void
        args: #( #long #long )>! !

!GTypeInterface class methodsFor: 'C call-outs'!
prerequisites: interfaceType nPrerequisites: nPrerequisites
    ! !

!GTypeInstance methodsFor: 'C call-outs'!
getPrivate: privateType
    ! !

!GTypeInterface class methodsFor: 'C call-outs'!
getPlugin: instanceType interfaceType: interfaceType
    <cCall: 'g_type_interface_get_plugin' returning: #{GTypePlugin}
        args: #( #long #long )>! !


I just included up to line 20 where the crash happens.




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




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



reply via email to

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