Re: [E-devel] E17 freeze on network plug

2008-06-22 Thread Massimo Maiurana
Viktor Kojouharov, il 17/06/2008 07:57, scrisse: > Thanks. Since I suspend often, if there's a decrease in the segfaults, > then that fix works :) > still crashing here :( -- Massimo Maiurana massimoragusa.linux.it http://massimo.solira.org GPG keyID #7044D601 Ar

Re: [E-devel] E17 freeze on network plug

2008-06-17 Thread Damon LaCrosse
Christopher Michael <[EMAIL PROTECTED]> writes: Viktor Kojouharov wrote: I did put in a fix recently to the weather module for these "freezing" issues. From the responses I got, and the fact that people are no longer having that issue with weather module, I do believe it is solved (a

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Viktor Kojouharov
On Mon, 2008-06-16 at 15:59 -0700, Christopher Michael wrote: > Viktor Kojouharov wrote: > > On Mon, 2008-06-16 at 15:21 -0700, Christopher Michael wrote: > >> Viktor Kojouharov wrote: > >>> This is more likely a bug in ecore_con and ecore_con dns, than in > >>> forecasts. Furthermore, both weather

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Christopher Michael
Viktor Kojouharov wrote: > On Mon, 2008-06-16 at 15:21 -0700, Christopher Michael wrote: >> Viktor Kojouharov wrote: >>> This is more likely a bug in ecore_con and ecore_con dns, than in >>> forecasts. Furthermore, both weather and forecasts will experience these >>> segfaults, since ecore_con is u

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Viktor Kojouharov
On Mon, 2008-06-16 at 15:21 -0700, Christopher Michael wrote: > Viktor Kojouharov wrote: > > This is more likely a bug in ecore_con and ecore_con dns, than in > > forecasts. Furthermore, both weather and forecasts will experience these > > segfaults, since ecore_con is used identically in both. And

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Christopher Michael
Viktor Kojouharov wrote: > This is more likely a bug in ecore_con and ecore_con dns, than in > forecasts. Furthermore, both weather and forecasts will experience these > segfaults, since ecore_con is used identically in both. And it seems > that every segfault ends in some SSL_ function being calle

Re: [E-devel] E17 freeze on network plug

2008-06-16 Thread Viktor Kojouharov
This is more likely a bug in ecore_con and ecore_con dns, than in forecasts. Furthermore, both weather and forecasts will experience these segfaults, since ecore_con is used identically in both. And it seems that every segfault ends in some SSL_ function being called from ecore_con and friends. On

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Massimo Maiurana
JC Wong, il 15/06/2008 12:33, scrisse: > I been running forecasts module for quite sometime now, but so far > didn't give me any freeze or segfault, can you provide more info howto > generate the problem. Thanks. in my case e17 segfaults a few minutes after resuming the system fron an hibernated

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread JC Wong
Massimo Maiurana wrote on Sun, Jun 15, 2008 at 11:51:13AM +0200 > Viktor Kojouharov, il 15/06/2008 11:00, scrisse: > > > I am the author of the forecasts module. There are no features to be > > added to that module, and the current problem is one that I have trouble > > solving. > > I've experien

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Massimo Maiurana
Viktor Kojouharov, il 15/06/2008 11:00, scrisse: > I am the author of the forecasts module. There are no features to be > added to that module, and the current problem is one that I have trouble > solving. I've experienced various e17 segfaults with forecasts module loaded, and also I sent a cou

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Viktor Kojouharov
On Sun, 2008-06-15 at 01:41 -0700, Christopher Michael wrote: > Have you tried e_modules/weather instead ? It doesn't freeze. > > The author of the forecasts module has been gone for some time now...so > I do not believe that forecasts is being actively maintained right now. > > Just fyi. > > d

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Christopher Michael
Have you tried e_modules/weather instead ? It doesn't freeze. The author of the forecasts module has been gone for some time now...so I do not believe that forecasts is being actively maintained right now. Just fyi. dh Viktor Kojouharov wrote: > On Sun, 2008-06-15 at 00:14 -0700, Christopher M

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Viktor Kojouharov
On Sun, 2008-06-15 at 00:14 -0700, Christopher Michael wrote: > Viktor Kojouharov wrote: > > On Sat, 2008-06-14 at 23:59 -0700, Christopher Michael wrote: > >> Viktor Kojouharov wrote: > >>> I've noticed that e crashes when the network status changes, due to > >>> ecore_con, when it calls SSL_write

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Christopher Michael
Viktor Kojouharov wrote: > On Sat, 2008-06-14 at 23:59 -0700, Christopher Michael wrote: >> Viktor Kojouharov wrote: >>> I've noticed that e crashes when the network status changes, due to >>> ecore_con, when it calls SSL_write with a foobared pointer. I don't know >>> whether that's doe to forecas

Re: [E-devel] E17 freeze on network plug

2008-06-15 Thread Viktor Kojouharov
On Sat, 2008-06-14 at 23:59 -0700, Christopher Michael wrote: > Viktor Kojouharov wrote: > > I've noticed that e crashes when the network status changes, due to > > ecore_con, when it calls SSL_write with a foobared pointer. I don't know > > whether that's doe to forecasts or another network module

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Christopher Michael
Viktor Kojouharov wrote: > I've noticed that e crashes when the network status changes, due to > ecore_con, when it calls SSL_write with a foobared pointer. I don't know > whether that's doe to forecasts or another network module, as it happens > at the beginning of the main loop cycle. > What mod

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Viktor Kojouharov
I've noticed that e crashes when the network status changes, due to ecore_con, when it calls SSL_write with a foobared pointer. I don't know whether that's doe to forecasts or another network module, as it happens at the beginning of the main loop cycle. On Sun, 2008-06-15 at 03:49 +, Brian '

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Brian 'morlenxus' Miculcy
Hi, this is a bug in the forecasts module... Greets, Brian 'morlenxus' Miculcy On Sun, Jun 15, 2008 at 01:51:08AM +0200, Damon LaCrosse wrote: > HiQ, > > for a while now I've been experienced a quite odd freeze in E17. In > practice, after five or six seconds I configured a network device on my

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Christopher Michael
Hmmm, no problems here. Damon LaCrosse wrote: > HiQ, > > for a while now I've been experienced a quite odd freeze in E17. In > practice, after five or six seconds I configured a network device on my > linux box, E17 freezes. This occurs with any interface, let it ethernet, > wifi or point-to-poin