Re: [E-devel] E18 CFBugs

2013-05-25 Thread Luca Galli
On Thu, 23 May 2013 15:34:22 +0100
Tom Hacohen tom.haco...@samsung.com wrote:

 On 23/05/13 15:13, Luca Galli wrote:
  On Thu, 23 May 2013 14:16:44 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 23/05/13 14:09, Luca Galli wrote:
  On Thu, 23 May 2013 09:53:03 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 22/05/13 15:09, Luca Galli wrote:
  On Wed, 22 May 2013 12:52:16 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 21/05/13 22:53, Luca Galli wrote:
  Still segfaulting
 
  Could you please try the attached patch?
 
  --
  Tom.
 
 
  Now i can navigate through directories without problems but e freezes 
  when I try to close the e_fm window, and pager has become strangely 
  white...
  Valgrind log and white pager shot attached.
 
  Could you please tell me how to reproduce this? It's really hard to
  debug like this. What's your setup and how do you trigger the issue?
 
  I'm using Debian unstable. There could be something wrong in my config
  files because if I move my .e directory away, with a blank conf the
  problem is gone even without your patch.
  Seems like I'm the only one with this bug, so I must be bugged :)
 
  Looks like it. I mean the bug looks general, but I wonder how come you
  are the only one that has it.
 
  --
  Tom.
 
 
  Can providing you my .e bugged directory help resolve the problem in any 
  way?
 
 You can try. :)
 
 --
 Tom.

I finally found where the problem is, or at least how to reproduce it:
just enable sigle click in file manager options and open 2
directories, the second one will make e segfault.

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] failed to build econnman with stable efl

2013-05-25 Thread Vasiliy Tolstov
If someone interesting i'm create (possible missing patch, but all
compiles and works fine):

diff --git a/Makefile.am b/Makefile.am
index a65ebf2..03bc405 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,9 +28,9 @@ EDJE_CC = @edje_cc@
 EDJE_FLAGS_VERBOSE_ =
 EDJE_FLAGS_VERBOSE_0 =
 EDJE_FLAGS_VERBOSE_1 = -v
-EDJE_FLAGS = $(EDJE_FLAGS_VERBOSE_$(V)) -id $(top_srcdir)/data/theme
-fd $(top_srcdir)/data/theme
-AM_V_EDJ = $(am__v_EDJ_$(V))
-am__v_EDJ_ = $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY))
+EDJE_FLAGS := $(EDJE_FLAGS_VERBOSE_$(V)) -id $(top_srcdir)/data/theme
-fd $(top_srcdir)/data/theme
+AM_V_EDJ := $(am__v_EDJ_$(V))
+am__v_EDJ_ := $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY))
 am__v_EDJ_0 = @echo   EDJ$@;

 THEME_IMAGES = \

2013/5/23 Vasiliy Tolstov v.tols...@selfip.ru:
 I'm try to create econnman ubuntu package and stuck at compiling econnman:
 https://launchpadlibrarian.net/140505486/buildlog_ubuntu-precise-amd64.econnman_0.0.1-1ppa1~precise_FAILEDTOBUILD.txt.gz

 Makefile:174: *** Recursive variable `am__v_EDJ_' references itself
 (eventually).  Stop.



 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru



-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs

2013-05-25 Thread thomasg
On Sat, May 25, 2013 at 2:02 PM, Luca Galli ji...@fastwebnet.it wrote:
 On Thu, 23 May 2013 15:34:22 +0100
 Tom Hacohen tom.haco...@samsung.com wrote:

 On 23/05/13 15:13, Luca Galli wrote:
  On Thu, 23 May 2013 14:16:44 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 23/05/13 14:09, Luca Galli wrote:
  On Thu, 23 May 2013 09:53:03 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 22/05/13 15:09, Luca Galli wrote:
  On Wed, 22 May 2013 12:52:16 +0100
  Tom Hacohen tom.haco...@samsung.com wrote:
 
  On 21/05/13 22:53, Luca Galli wrote:
  Still segfaulting
 
  Could you please try the attached patch?
 
  --
  Tom.
 
 
  Now i can navigate through directories without problems but e freezes 
  when I try to close the e_fm window, and pager has become strangely 
  white...
  Valgrind log and white pager shot attached.
 
  Could you please tell me how to reproduce this? It's really hard to
  debug like this. What's your setup and how do you trigger the issue?
 
  I'm using Debian unstable. There could be something wrong in my config
  files because if I move my .e directory away, with a blank conf the
  problem is gone even without your patch.
  Seems like I'm the only one with this bug, so I must be bugged :)
 
  Looks like it. I mean the bug looks general, but I wonder how come you
  are the only one that has it.
 
  --
  Tom.
 
 
  Can providing you my .e bugged directory help resolve the problem in any 
  way?

 You can try. :)

 --
 Tom.

 I finally found where the problem is, or at least how to reproduce it:
 just enable sigle click in file manager options and open 2
 directories, the second one will make e segfault.

I can reproduce this as well, here's a backtrace: http://bpaste.net/show/101864/

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel