help-smalltalk
[Top][All Lists]
Advanced

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

Re: Re : Re : [Help-smalltalk] Passing a struct to a c-callout


From: Holger Hans Peter Freyther
Subject: Re: Re : Re : [Help-smalltalk] Passing a struct to a c-callout
Date: Fri, 18 Feb 2011 11:01:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

On 02/18/2011 10:54 AM, Mathieu Suen wrote:

> I do not have error. instead I get those NSlog:
> 2011-02-18 10:46:56.986 gst[60568:903] NSWindow does not support 
> nonactivating 
> panel styleMask 0x80
> 2011-02-18 10:46:56.988 gst[60568:903] NSWindow does not support HUD 
> styleMask 
> 0x2000

my hint would be start gst. Then attach with gdb to it (gdb -p `pidof gst`)
and set a breakpoint in this objective c function, then execute your program
and use gdb to inspect your arguments. Maybe you see a pattern of what is
going wrong, e.g. the size of the SEL is wrong or such.



reply via email to

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