Re: [E-devel] e17 segfault with forecast/weather module (opensolaris)

2008-08-13 Thread Michael Jennings
On Wednesday, 13 August 2008, at 21:25:56 (+0200), _doof wrote: > for weather, it's no longer segfault but in log, i have lot of message > ERROR: Couldn't parse info from rssweather.com > > and it doesnt show information on my city Use an ICAO airport code, not a city. Like LFPG for Charles De

Re: [E-devel] e17 segfault with forecast/weather module (opensolaris)

2008-08-13 Thread _doof
thanks, for weather, it's no longer segfault but in log, i have lot of message ERROR: Couldn't parse info from rssweather.com and it doesnt show information on my city forecast is for me, it's work well ++ On Wed, Aug 13, 2008 at 7:34 AM, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > _doof

Re: [E-devel] e17 segfault with forecast/weather module (opensolaris)

2008-08-12 Thread Sebastian Dransfeld
_doof wrote: > hi > > sorry i'm not a developer then i dont have patch > > each time i load this module (forecast and weather), e17 segfault on this > line : > > e_mod_main.c : > snprintf(env, sizeof(env), "%s", getenv("http_proxy")); > > it's because getenv('http_proxy') return NULL value

[E-devel] e17 segfault with forecast/weather module (opensolaris)

2008-08-12 Thread _doof
hi sorry i'm not a developer then i dont have patch each time i load this module (forecast and weather), e17 segfault on this line : e_mod_main.c : snprintf(env, sizeof(env), "%s", getenv("http_proxy")); it's because getenv('http_proxy') return NULL value than i add 3 lines : char *p;