All of lore.kernel.org
 help / color / mirror / Atom feed
* EFL_SRCREV bump breaks GPE/enlightenment
@ 2011-01-17 17:29 Neil MacMunn
  2011-01-17 18:58 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Neil MacMunn @ 2011-01-17 17:29 UTC (permalink / raw)
  To: openembedded-devel

Changing to EFL_SRCRV 55319 causes display problems for buttons and the 
workspace manager. Mousing over the main menu causes Xinit.d to restart.

before crash:

# ps fax
<snip>
   955 ?        Ss     0:00 gpe-dm
   958 tty3     Ss+    0:00  \_ Xorg -br -pn -dpi 100 :0 -noreset
   959 ?        S      0:00  \_ run-parts /etc/X11/Xinit.d
  1036 ?        S<L    0:03      \_ /usr/bin/enlightenment
<snip>

after:

#ps fax
<snip>
   955 ?        Ss     0:00 gpe-dm
   958 tty3     Ss+    0:01  \_ Xorg -br -pn -dpi 100 :0 -noreset
  1100 ?        S      0:00  \_ run-parts /etc/X11/Xinit.d
  1139 ?        S<L    0:03      \_ /usr/bin/enlightenment
<snip>

Reverted changes to e-base.bbclass seems to fix the problem

# git revert 004321e0878162331908acda8bdaaa31a2aa6278
# git revert 2c7181fda31fa0bc215b5425ef872361944f4ae5

I'm using the omap3-desktop-image on a Gumstix Overo.


Neil



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: EFL_SRCREV bump breaks GPE/enlightenment
  2011-01-17 17:29 EFL_SRCREV bump breaks GPE/enlightenment Neil MacMunn
@ 2011-01-17 18:58 ` Martin Jansa
  2011-01-30 22:08   ` Neil MacMunn
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2011-01-17 18:58 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]

On Mon, Jan 17, 2011 at 09:29:04AM -0800, Neil MacMunn wrote:
> Changing to EFL_SRCRV 55319 causes display problems for buttons and the 
> workspace manager. Mousing over the main menu causes Xinit.d to restart.
> 
> before crash:
> 
> # ps fax
> <snip>
>    955 ?        Ss     0:00 gpe-dm
>    958 tty3     Ss+    0:00  \_ Xorg -br -pn -dpi 100 :0 -noreset
>    959 ?        S      0:00  \_ run-parts /etc/X11/Xinit.d
>   1036 ?        S<L    0:03      \_ /usr/bin/enlightenment
> <snip>
> 
> after:
> 
> #ps fax
> <snip>
>    955 ?        Ss     0:00 gpe-dm
>    958 tty3     Ss+    0:01  \_ Xorg -br -pn -dpi 100 :0 -noreset
>   1100 ?        S      0:00  \_ run-parts /etc/X11/Xinit.d
>   1139 ?        S<L    0:03      \_ /usr/bin/enlightenment
> <snip>
> 
> Reverted changes to e-base.bbclass seems to fix the problem
> 
> # git revert 004321e0878162331908acda8bdaaa31a2aa6278
> # git revert 2c7181fda31fa0bc215b5425ef872361944f4ae5
> 
> I'm using the omap3-desktop-image on a Gumstix Overo.

does it segfault or something? I haven't seen it with illume2 profiles,
but I'm not using gpe-dm..

Would be great if you can provide info and debug it with e devs
(#edevelop on freenode), if you bisect which efl commit caused it, they will
be able to fix it sooner.

Regards,
 
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: EFL_SRCREV bump breaks GPE/enlightenment
  2011-01-17 18:58 ` Martin Jansa
@ 2011-01-30 22:08   ` Neil MacMunn
  2011-01-31 13:09     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Neil MacMunn @ 2011-01-30 22:08 UTC (permalink / raw)
  To: openembedded-devel

>
> does it segfault or something? I haven't seen it with illume2 profiles,
> but I'm not using gpe-dm..

I don't see any messages about what's happening but I seem to remember 
something about a missing function in a .so. There was another EFL_SRCRV 
change recently so I undid my revisions and accepted all of the upstream 
changes. Unfortunately still no luck.


> Would be great if you can provide info and debug it with e devs
> (#edevelop on freenode), if you bisect which efl commit caused it, they will
> be able to fix it sooner.
>
> Regards,
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: EFL_SRCREV bump breaks GPE/enlightenment
  2011-01-30 22:08   ` Neil MacMunn
@ 2011-01-31 13:09     ` Martin Jansa
  2011-02-02 23:01       ` Neil MacMunn
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2011-01-31 13:09 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Sun, Jan 30, 2011 at 02:08:50PM -0800, Neil MacMunn wrote:
> >
> > does it segfault or something? I haven't seen it with illume2 profiles,
> > but I'm not using gpe-dm..
> 
> I don't see any messages about what's happening but I seem to remember 
> something about a missing function in a .so. There was another EFL_SRCRV 
> change recently so I undid my revisions and accepted all of the upstream 
> changes. Unfortunately still no luck.

Have you tried to remove ~/.e first?

Someone reported similar segfault and removing ~/.e helped him.
Otherwise "something about a missing function in a .so." doesn't help me
much to reproduce it.. :/.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: EFL_SRCREV bump breaks GPE/enlightenment
  2011-01-31 13:09     ` Martin Jansa
@ 2011-02-02 23:01       ` Neil MacMunn
  0 siblings, 0 replies; 5+ messages in thread
From: Neil MacMunn @ 2011-02-02 23:01 UTC (permalink / raw)
  To: openembedded-devel

On 11-01-31 05:09 AM, Martin Jansa wrote:
> On Sun, Jan 30, 2011 at 02:08:50PM -0800, Neil MacMunn wrote:
>>>
>>> does it segfault or something? I haven't seen it with illume2 profiles,
>>> but I'm not using gpe-dm..
>>
>> I don't see any messages about what's happening but I seem to remember
>> something about a missing function in a .so. There was another EFL_SRCRV
>> change recently so I undid my revisions and accepted all of the upstream
>> changes. Unfortunately still no luck.
>
> Have you tried to remove ~/.e first?

Yes. The problem occurs on a fresh install.

> Someone reported similar segfault and removing ~/.e helped him.
> Otherwise "something about a missing function in a .so." doesn't help me
> much to reproduce it.. :/.
>

This is the only relevant log entry that I could find.

overo gpe-dm: gpe-dm: session pid 1409 exited with status 1

I put a video of the desktop at http://74.3.164.55/evidence/nocrash.html 
that shows the display problems. If I mouse over the menu any faster it 
crashes.

--
Neil



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-02 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 17:29 EFL_SRCREV bump breaks GPE/enlightenment Neil MacMunn
2011-01-17 18:58 ` Martin Jansa
2011-01-30 22:08   ` Neil MacMunn
2011-01-31 13:09     ` Martin Jansa
2011-02-02 23:01       ` Neil MacMunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.