Re: New version of w3m 0.5.2 Crashes - GDB help needed (SOLVED)

2011-01-08 Thread Bob Heckel
On Fri, Jan 7, 2011 at 20:09, wrote: > Setting LANG to any value prevents the crash. That's great news that you've identified the problem. > Can w3m be changed so that it wont crash in this instance? Absolutely - either through a configuration setting or a patch. I'll upversion once it's worki

Re: New version of w3m 0.5.2 Crashes - GDB help needed (SOLVED)

2011-01-07 Thread Eric Blake
On 01/07/2011 06:09 PM, nyc4...@aol.com wrote: > It appears that it crashes if LANG is not defined > > When function term.c:check_cygwin_console:239 is called and > the following is evaluated with environment variable LANG undefined: > > if (strncmp(getenv("LANG"), "ja", 2) == 0) { Yep, ge

Re: New version of w3m 0.5.2 Crashes - GDB help needed (SOLVED)

2011-01-07 Thread nyc4bos
nyc4...@aol.com writes: > Bob Heckel writes: > >> On Wed, Jan 5, 2011 at 16:22, Christopher Faylor wrote: >>> On Wed, Jan 05, 2011 at 04:16:37PM -0500, nyc4bosaol.com wrote: nyc4bosaol.com writes: Bob created a debug version of w3m for me. Here's what I see: The cra