bug-ncurses
[Top][All Lists]
Advanced

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

Re: help to design ui for jabber client:)


From: Avery Pennarun
Subject: Re: help to design ui for jabber client:)
Date: Sun, 2 Dec 2007 14:36:18 -0500

On 02/12/2007, worwan <address@hidden> wrote:
> But i guess i
> have somewhere some memory issue..cos i figured out, that  cmd_form =
> new_form(cmd_field); returns null...and errno is set to -4 =>
> E_SYSTEM_ERROR.

Try using valgrind if you want to search for memory errors.  It's
unlikely that this is your problem, however, or it would just crash
rather than politely giving you error codes.

I don't think new_form() sets errno, according to the man page, so
looking at its value is probably misleading.

Have fun,

Avery




reply via email to

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