Re: plugin question

jon klein <[email protected]> Tue, 14 Dec 2004 09:07:49 -0500
Newsgroups gmane.comp.breve
Message-ID <[email protected]>
On Dec 14, 2004, at 7:39 AM, Marc Szymanski wrote:

> Dear all,
>
> I have problem with a plugin I implemented. After I included the 
> plugin with
>
>> @plugin "libmylib.so" (entryPoint)
>
> And do not call any function defined by the plugin, no simulation 
> window pops
> up after the "+ init" method of the controller was called. No linker 
> error
> message occures. When I remove the plugin the window pops up.

It's hard to say exactly, but my guess would be that the plugin entry 
point
function is getting called, but is never returning.  This could either 
be
an endless loop in the plugin initialization code, or it could be 
something
fishy with the dynamic loading.

If you have GDB installed, you could run breve with GDB and try to see 
where
it's getting hung up.

- jon klein

_______________________________________________
breve mailing list
[email protected]
http://lists.spiderland.org/mailman/listinfo/breve