On Wed, 27 Apr 2011, Jorge Arellano Cid wrote:
On Wed, Apr 27, 2011 at 08:35:36PM +0000, corvid wrote:
I wrote:
Rob wrote:
BTW, building the latest 1.3 version with -O0 makes the segfault disappear.
Ah! I can reproduce this now with -O2. I'll see what's going on...
I can also reproduce it with -O2.
Does the attached fix it for you?
diff -r 165b50e3f996 src/menu.cc --- a/src/menu.cc Wed Apr 27 19:56:21 2011 +0000 +++ b/src/menu.cc Wed Apr 27 20:34:25 2011 +0000 @@ -671,6 +671,7 @@ FL_MENU_RADIO|FL_MENU_DIVIDER,0,0,0,0}, {"small icons", 0,Menu_panel_change_cb,(void*)10, FL_MENU_TOGGLE,0,0,0,0}, + {0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0} };
Yes it does!
Patch applied! and all is well. Thank you everyone! Niiice browser! -- Duke