Sorry for the delay in following up on this.
I've just stumbled across this message again,
and spotted a couple of things that look dangerous:
> mobileAgentTable_get_first_data_point(void **my_loop_context,
> void **my_data_context,
>
> > I´ve analysed and found that the hooks
> > (if table is empty the firts else the next hook) return and the error
> > apears before the handler function be called.
>
> You're using the iterator handler then?
Yes.
> What is the code for your MIB?
> In particular, the initialisation code (whe
On Sat, 2005-09-24 at 12:22 -0300, Jordan Janeiro Lopes da Silva wrote:
>I´ve analysed and found that the hooks
> (if table is empty the firts else the next hook) return and the error
> apears before the handler function be called.
You're using the iterator handler
Hi,
I´m developed a MIB containing 2 tables and generated 2 disinct modules. A
control table and a result table. I compiled then togehter sucessfuly. The
problem is everytime I run the agent and try to use snmptable, the agent
stops with a segmantation fault error. I´ve analysed and found that t