[190] in bug-owl
crash on solaris
daemon@ATHENA.MIT.EDU (Derrick J Brashear)
Sat Jun 21 22:19:21 2003
Date: Sat, 21 Jun 2003 22:16:25 -0400 (EDT)
From: Derrick J Brashear <shadow@dementia.org>
To: bug-owl@mit.edu
Message-ID: <Pine.LNX.4.53.0306212212220.1287@scully.trafford.dementia.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
patch how you wish. I get:
#0 0xff02dd24 in wmove () from /usr/lib/libcurses.so.1
#1 0xff01d36c in werase () from /usr/lib/libcurses.so.1
#2 0x0003f83c in owl_function_makemsg (fmt=0x0) at functions.c:729
#3 0x0004691c in owl_variable_style_set (v=0x1585bc, newval=0x134ca0)
at variable.c:371
#4 0x00046a30 in owl_variable_dict_setup (vd=0x166670) at variable.c:440
#5 0x00036af8 in owl_global_init (g=0x166594) at global.c:38
#6 0x00030470 in main (argc=0, argv=0xffbef128, env=0xffbef9bc) at owl.c:132
note that owl_variable_dict_setup is called in owl_global_init before
_owl_global_setup_windows, so you're passing around nulls. curses on
solaris apparently hates this.