OK. I try with svn.

Cheers

2012/10/2 Michaël Bouchaud <[email protected]>

> I think it's an issue from trac, not updated ...
>
> 2012/10/2 Gabriele Piccini <[email protected]>
>
> > Hi, I'm very happy you fixed the bug but, excuse me again, I can't find
> any
> > r77279 release in
> > http://trac.enlightenment.org/e/browser/trunk/PROTO/entrance?order=name
> >
> >
> >
> > 2012/10/1 Michaël Bouchaud <[email protected]>
> >
> > > Fixed now :)
> > > r77279
> > >
> > > 2012/9/27 Gabriele Piccini <[email protected]>
> > >
> > > > Hi,
> > > > finally gdb has said something..
> > > > but I typed
> > > >
> > > > bash>gdb entrance
> > > > gdb>run -t
> > > > gdb>bt
> > > >
> > > > perhaps I have some bash settings wrong
> > > >
> > > > however the output is:
> > > >
> > > > (gdb) bt
> > > > #0  0x00007ffff6592823 in __select_nocancel () from /lib64/libc.so.6
> > > > #1  0x00007ffff7547a21 in _ecore_main_select (timeout=<value
> optimized
> > > > out>) at ecore_main.c:1444
> > > > #2  0x00007ffff7548415 in _ecore_main_loop_iterate_internal
> > (once_only=0)
> > > > at ecore_main.c:1872
> > > > #3  0x00007ffff7548747 in ecore_main_loop_begin () at
> ecore_main.c:934
> > > > #4  0x000000000040628f in main (argc=<value optimized out>,
> argv=<value
> > > > optimized out>) at entrance.c:343
> > > >
> > > > before this entrance had an error SIGUSER1
> > > >
> > > > I hope this help
> > > >
> > > > Cheers
> > > > Gabriele
> > > >
> > > >
> > > > 2012/9/26 Michaël Bouchaud <[email protected]>
> > > >
> > > > > -t isn't an option for gdb but for entrance. the option for gdb is
> > > > --args.
> > > > > so just type in your term
> > > > >
> > > > >   'gdb entrance --args entrance -t'
> > > > >
> > > > > And my bad,
> > > > > 2012/9/26 Gabriele Piccini <[email protected]>
> > > > >
> > > > > >  Hi Michael,
> > > > > > I use Slackware 13.37.
> > > > > > when I type gdb I have "gdb: option '-t' is ambiguous" hence it
> > could
> > > > be
> > > > > a
> > > > > > type mismatch .
> > > > > > >From man page I tried to type:
> > > > > >
> > > > > > gdb entrance
> > > > > > gdb> run
> > > > > > gdb> t ---- says there's no thread
> > > > > > gdb> bt -- says there's no stack
> > > > > >
> > > > > > I want to say again that I have issue when I launch entrance from
> > > init;
> > > > > > when I launch entrance from bash in multiuser runlevel all works
> (
> > > > when I
> > > > > > exit from e17 entrance is bounced again).
> > > > > > In the first example if I delete entrance files in /var/run
> > entrance
> > > > > starts
> > > > > > well.
> > > > > >
> > > > > > I'm very confused.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Thanks for your time again :-)
> > > > > > Cheers
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 09/25/2012 11:26 PM, Michaël Bouchaud wrote:
> > > > > >
> > > > > > What linux distro do you use ?
> > > > > > If you want gdb entrance
> > > > > > launch as is
> > > > > > gdb --args entrance -t
> > > > > > Warning, when X start you need to switch to your vt, where you
> > launch
> > > > > > entrance. Gdb grab a signal at this moment from X, press 'c' to
> > > > continue.
> > > > > > After that, if you got another signal, this is very bad. Press
> 'bt'
> > > to
> > > > > have
> > > > > > the backtrace, and send it to me :).
> > > > > >
> > > > > > 2012/9/25 Gabriele Piccini <[email protected]> <
> > > [email protected]>
> > > > > >
> > > > > >  Hi All,
> > > > > > I tryed the last version (77048) and hoped last fix will work...
> > but
> > > it
> > > > > is
> > > > > > not been.. entrance.pid in /run is the guilty.
> > > > > > If I remove it when init respaws entrance all works.
> > > > > > I tryed to attach gdb to the process on entrance but the command
> bt
> > > > does
> > > > > > not display nothing..
> > > > > >
> > > > > > I wish to use the native login manager for e17 hence I wish go
> > ahead.
> > > > > >
> > > > > > Anyone??
> > > > > >
> > > > > > Cheers
> > > > > >
> > > > > >
> > > > > > 2012/9/21 Gabriele Piccini <[email protected]> <
> > > [email protected]>
> > > > > >
> > > > > >  Hi, could you give me some advice how to do with gdb??
> > > > > > I'm very noob..
> > > > > >
> > > > > > The strange thing is when I launch entrance (daemon or not) on
> the
> > > > > >
> > > > > >  command
> > > > > >
> > > > > >  line all go fine
> > > > > >
> > > > > > 2012/9/17 Michaël Bouchaud <[email protected]> <[email protected]>
> > > > > >
> > > > > >  Please up.
> > > > > > But entrance just wait for end of run of the window manager, he
> > never
> > > > be
> > > > > > killed by it.
> > > > > > The entrance client is closed when the wm take the hand on x11.
> > > > > > If you stil have the problem, I think you have segv or something
> > very
> > > > > >
> > > > > >  bad.
> > > > > >
> > > > > >  So if you can attach a gdb session on the pid of entrance and
> send
> > > me
> > > > > >
> > > > > >  back
> > > > > >
> > > > > >  the backtrace. It will helpfull.
> > > > > >
> > > > > >
> > > > > > 2012/9/15 Gabriele Piccini <[email protected]> <
> > > [email protected]>
> > > > > >
> > > > > >  Hi,
> > > > > > here the log.
> > > > > > I wait the response.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 09/14/2012 11:16 AM, Michaël Bouchaud wrote:
> > > > > >
> > > > > >
> > > > > >  Could you send me your log. Something goes wrong,
> > > > > >
> > > > > > 2012/9/14 Gabriele Piccini<[email protected]> <
> > [email protected]
> > > >
> > > > > >
> > > > > >  Hi Michael,
> > > > > >
> > > > > >  I think my problem is how I launch entrance..: I put the
> > executable
> > > > > >
> > > > > >   path
> > > > > >
> > > > > >   link into the rc (rc.4 in my case) respawing file of init.
> > > > > > When e17 kill the entrance client, init respaws entrance but
> since
> > > > > >
> > > > > >    in
> > > > > >
> > > > > >    var/run there is entrance.pid file it fails.
> > > > > >
> > > > > > With another LM as SLIM the same procedure works.
> > > > > >
> > > > > > I'm confused
> > > > > >
> > > > > > hints??
> > > > > >
> > > > > > 2012/9/14 Michaël Bouchaud<[email protected]> <[email protected]>
> > > > > >
> > > > > >  Ho the wiki is wrong. I didn't know there was a wiki on
> entrance.
> > > > > >
> > > > > >  This page was made for the old version of entrance.
> > > > > > I will fix it !
> > > > > > Read the readme
> > > > > >
> > > > > > 2012/9/14 Gabriele Piccini<[email protected]> <
> > [email protected]
> > > >
> > > > > >
> > > > > >  Hi All,
> > > > > >
> > > > > >  I compiled entrance from svn, hence modified my init script but
> > > > > >
> > > > > >    when I
> > > > > >
> > > > > >    close e17 I have some errors from init saying the boot is too
> > fast
> > > > > >
> > > > > >    and
> > > > > >
> > > > > >     a
> > > > > >
> > > > > >   session of entrance is run.
> > > > > >
> > > > > >  I understood problem is file in /var/run  entrance.pid which I
> > > > > >
> > > > > >    delete
> > > > > >
> > > > > >    entrace respawing regularly.
> > > > > > I wish to know if entrance is still supported because I find some
> > > > > > difference from what is in the wiki.
> > > > > >
> > > > > > hint??
> > > > > >
> > > > > >
> > > > > >  ------------------------------**------------------------------**
> > > > > >
> > > > > >  ------------------
> > > > > >
> > > > > >
> > > > > >  Got visibility?
> > > > > >
> > > > > >  Most devs has no idea what their production app looks like.
> > > > > > Find out how fast your code is with AppDynamics
> > > > > > Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y<
> > > > > >
> > > > > >    http://ad.doubleclick.net/clk;262219671;13503038;y>
> > > > > >
> > > > > >    ?
> > http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html
> > > <
> > > > > >
> > > > > >    http://info.appdynamics.com/FreeJavaPerformanceDownload.html>
> > > > > >
> > > > > >    ______________________________**_________________
> > > > > > enlightenment-users mailing listenlightenment-users@lists.**
> > > > > > sourceforge.net<
> > > > > >
> > > > > >    [email protected]>
> > > > > >
> > > > > >
> > > > >
> https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
> > > > > > <
> > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> > > > > > <
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users>
> > > > > >
> > > > > >     --
> > > > > > Michaël Bouchaud (yoz)<[email protected]> <[email protected]>
> > > > > >
> > > > > >
> > > > > >  ------------------------------**------------------------------**
> > > > > >
> > > > > >  ------------------
> > > > > >
> > > > > >
> > > > > >  Got visibility?
> > > > > > Most devs has no idea what their production app looks like.
> > > > > > Find out how fast your code is with AppDynamics
> > > > > > Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y<
> > > > > >
> > > > > >   http://ad.doubleclick.net/clk;262219671;13503038;y>
> > > > > >
> > > > > >   ?
> > http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html<
> > > > > >
> > > > > >   http://info.appdynamics.com/FreeJavaPerformanceDownload.html>
> > > > > >
> > > > > >   ______________________________**_________________
> > > > > > enlightenment-users mailing listenlightenment-users@lists.**
> > > > > > sourceforge.net<
> > > > > >
> > > > > >   [email protected]>
> > > > > >
> > > > > >
> > > > >
> https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
> > > > > >
> > > > > >  <
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> > > > > > <
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users>
> > > > > >
> > > > > >
>  ------------------------------**------------------------------**
> > > > > >
> > > > > >  ------------------
> > > > > > Got visibility?
> > > > > > Most devs has no idea what their production app looks like.
> > > > > > Find out how fast your code is with AppDynamics
> > > > > > Lite.http://ad.doubleclick.net/clk;**262219671;13503038;y<
> > > > > >
> > > > > >   http://ad.doubleclick.net/clk;262219671;13503038;y>
> > > > > >
> > > > > >   ?
> > http://info.appdynamics.com/**FreeJavaPerformanceDownload.**html<
> > > > > >
> > > > > >   http://info.appdynamics.com/FreeJavaPerformanceDownload.html>
> > > > > >
> > > > > >   ______________________________**_________________
> > > > > > enlightenment-users mailing listenlightenment-users@lists.**
> > > > > > sourceforge.net<
> > > > > >
> > > > > >   [email protected]>
> > > > > >
> > > > > >
> > > > >
> https://lists.sourceforge.net/**lists/listinfo/enlightenment-**users
> > <
> > > > > >
> > > > > >
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>  
> ------------------------------------------------------------------------------
> > > > > >
> > > > > >   How fast is your code?
> > > > > > 3 out of 4 devs don\\\'t know how their code performs in
> > production.
> > > > > > Find out how slow your code is with AppDynamics
> > > > > > Lite.
> > > > > >
> > > > >
> > > >
> > >
> >
> http://ad.doubleclick.net/clk;262219672;13503038;z?http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> > > > > > _______________________________________________
> > > > > > enlightenment-users mailing
> > > > > > [email protected]://
> > > > > > lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > > >
> > > > > >  --
> > > > > > Michaël Bouchaud (yoz) <[email protected]> <[email protected]>
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > > >
> > > > > >  Live Security Virtual Conference
> > > > > > Exclusive live event will cover all the ways today's security and
> > > > > > threat landscape has changed and how IT managers can respond.
> > > > > >
> > > > > >  Discussions
> > > > > >
> > > > > >  will include endpoint security, mobile security and the latest
> in
> > > > > >
> > > > > >  malware
> > > > > >
> > > > > >  threats.
> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > > > > _______________________________________________
> > > > > > enlightenment-users mailing
> > > > > > [email protected]://
> > > > > > lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > > > Live Security Virtual Conference
> > > > > > Exclusive live event will cover all the ways today's security and
> > > > > > threat landscape has changed and how IT managers can respond.
> > > > Discussions
> > > > > > will include endpoint security, mobile security and the latest in
> > > > malware
> > > > > > threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > > > > _______________________________________________
> > > > > > enlightenment-users mailing
> > > > > > [email protected]://
> > > > > > lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > > > Live Security Virtual Conference
> > > > > > Exclusive live event will cover all the ways today's security and
> > > > > > threat landscape has changed and how IT managers can respond.
> > > > Discussions
> > > > > > will include endpoint security, mobile security and the latest in
> > > > malware
> > > > > > threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > > > > _______________________________________________
> > > > > > enlightenment-users mailing list
> > > > > > [email protected]
> > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Michaël Bouchaud (yoz) <[email protected]>
> > > > >
> > > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > > Live Security Virtual Conference
> > > > > Exclusive live event will cover all the ways today's security and
> > > > > threat landscape has changed and how IT managers can respond.
> > > Discussions
> > > > > will include endpoint security, mobile security and the latest in
> > > malware
> > > > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > > > _______________________________________________
> > > > > enlightenment-users mailing list
> > > > > [email protected]
> > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > > >
> > > >
> > > >
> > >
> >
> ------------------------------------------------------------------------------
> > > > Everyone hates slow websites. So do we.
> > > > Make your web apps faster with AppDynamics
> > > > Download AppDynamics Lite for free today:
> > > > http://ad.doubleclick.net/clk;258768047;13503038;j?
> > > > http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> > > > _______________________________________________
> > > > enlightenment-users mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > >
> > >
> > >
> > >
> > > --
> > > Michaël Bouchaud (yoz) <[email protected]>
> > >
> > >
> >
> ------------------------------------------------------------------------------
> > > Got visibility?
> > > Most devs has no idea what their production app looks like.
> > > Find out how fast your code is with AppDynamics Lite.
> > > http://ad.doubleclick.net/clk;262219671;13503038;y?
> > > http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> > > _______________________________________________
> > > enlightenment-users mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> >
> ------------------------------------------------------------------------------
> > Don't let slow site performance ruin your business. Deploy New Relic APM
> > Deploy New Relic app performance management and know exactly
> > what is happening inside your Ruby, Python, PHP, Java, and .NET app
> > Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
>
> --
> Michaël Bouchaud (yoz) <[email protected]>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to