[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: menu problems
From: |
Craig P Forbes |
Subject: |
Re: menu problems |
Date: |
Fri, 9 May 2003 12:03:44 -0400 |
User-agent: |
Mutt/1.4i |
On Fri, May 09, 2003 at 10:19:11AM -0500, Rob Benton wrote:
> Well I will try another approach to endwin() then. The PREV/NEXT work
> pretty well for me but is there any reason that my call to free_menu()
> is ending with a SIGSEGV ? This is the error gdb returns:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x400268e2 in _nc_Disconnect_Items () from /usr/lib/libmenu.so.5
Probably due to the fact that you are putting 4 items into mlist which is
declared with size 3
-Craig