Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-09-01 Thread Thomas Köckerbauer
Am Montag, 1. September 2008 06:26:26 schrieb Thomas Bertani:
 In you case when does it crash?For me it crashes when startx occcurres...
 but I don't know if it is the same problem...


Just before the icons should appear, I still could see the boots and the 
progress indicator in the background and got the SIGSEGV message in front. 
When I pressed recover in that window the X-server restarted and no 
boots/progress indicator showed up but I could see the gadget icons of illume 
(not the application icons) when the message appeared again.

You can check if you have the same problem I got by doing a
opkg list|grep libefreet0
If you have an entry saying
libefreet0 - 1:0.5.0.043+cvs20080702-r0 - The Enlightenment freedesktop.org 
library
you should get rid of this version.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-09-01 Thread Michael Zanetti
On Monday 01 September 2008 06:26:26 Thomas Bertani wrote:
 In you case when does it crash?For me it crashes when startx occcurres...
 but I don't know if it is the same problem...

Yes, It crashes while loading X. I can see already the upper icon bar. Just 
before the rest of the screen (the application icons) should appear I get the 
fat white MessageBox saying that enlightenment has crashed. If I press retry, 
X will restart ending up in the same situation. If I press cancel, X will stop 
and I'm stuck at the terminal.

I think it is the same problem.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-09-01 Thread Thomas Bertani
2008/9/1 Michael Zanetti [EMAIL PROTECTED]

 On Monday 01 September 2008 06:26:26 Thomas Bertani wrote:
  In you case when does it crash?For me it crashes when startx occcurres...
  but I don't know if it is the same problem...

 Yes, It crashes while loading X. I can see already the upper icon bar. Just
 before the rest of the screen (the application icons) should appear I get
 the
 fat white MessageBox saying that enlightenment has crashed. If I press
 retry,
 X will restart ending up in the same situation. If I press cancel, X will
 stop
 and I'm stuck at the terminal.

 I think it is the same problem.


no... for me it crashes after the percentage bar, after that the screen
became black and nothing more appends...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-09-01 Thread The Rasterman
On Mon, 1 Sep 2008 09:56:02 +0200 Michael Zanetti [EMAIL PROTECTED]
babbled:

 On Monday 01 September 2008 06:26:26 Thomas Bertani wrote:
  In you case when does it crash?For me it crashes when startx occcurres...
  but I don't know if it is the same problem...
 
 Yes, It crashes while loading X. I can see already the upper icon bar. Just 
 before the rest of the screen (the application icons) should appear I get the 
 fat white MessageBox saying that enlightenment has crashed. If I press retry, 
 X will restart ending up in the same situation. If I press cancel, X will
 stop and I'm stuck at the terminal.
 
 I think it is the same problem.

all i can imagine is that in the whole mess of testing, dev, stable feeds etc.
some package has not been built right and with the right version. i reflash
(cleanly) the dev build images i made and they work - this segv did exist and i
fixed it. so either a change has not been pushed through from dev or its
something new - but i haven't been able to reproduce on a clean image.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


2008.8: Enlightenment crashing at bootup after upgrade

2008-08-31 Thread Thomas Köckerbauer
Hi

Sorry that I'm not replying in the thread, but I don't have the original mail 
anymore.

I have the same problem, since I updated today enlightenment crashes with 
SIGSEV every time when it starts (I can see the gadget icons, but the 
application icons do not yet show up).
I've installed the debug version, attached a debugger and got the backtrace of 
the segfault, here it is:

Program received signal SIGSEGV, Segmentation fault.
0x404e1ce4 in strlen () from /lib/libc.so.6
(gdb) bt
#0  0x404e1ce4 in strlen () from /lib/libc.so.6
#1  0x404b3400 in _IO_vfprintf_internal (s=0xbe9ece80, 
format=0x400f6488 %s %s %s, ap=value optimized out) at vfprintf.c:1568
#2  0x404d43d8 in _IO_vsnprintf (string=0xbe9ecfa8 hicolor battery , 
maxlen=4096, format=0x400f6488 %s %s %s, args=0xbe9ecf9c)
at vsnprintf.c:120
#3  0x404b9fd0 in __snprintf (s=0x30 Address 0x30 out of bounds, maxlen=48, 
format=0x19aaf8 battery) at snprintf.c:35
#4  0x400ea264 in efreet_icon_path_find (theme_name=0x11a248 hicolor, 
icon=0x19aaf8 battery, size=0x30 Address 0x30 out of bounds)
at efreet_icon.c:342
#5  0x0005f060 in e_util_icon_theme_icon_add ()
#6  0x000ad018 in e_fm2_icon_get ()
#7  0x000ad5d4 in _e_fm2_icon_icon_direct_set ()
#8  0x000adc44 in _e_fm2_icon_realize ()
#9  0x000addac in _e_fm2_regions_eval ()
#10 0x000ae008 in _e_fm2_regions_populate ()
#11 0x000ae158 in _e_fm2_cb_resize_job ()
#12 0x400947f8 in _ecore_job_event_handler () from /usr/lib/libecore_job.so.0
#13 0x404204a0 in _ecore_event_call () from /usr/lib/libecore.so.0
#14 0x40426fa8 in _ecore_main_loop_iterate_internal () 
from /usr/lib/libecore.so.0
#15 0x4042701c in ecore_main_loop_begin () from /usr/lib/libecore.so.0
#16 0x00029b78 in main ()

I did not have a closer look yet, but maybe raster already has an idea ;)


Cheers,
Thomas

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-08-31 Thread Thomas Köckerbauer
Ok, I've found the problem.

It seems that the opkg upgrade did not update the efreet library since the 
version number of the new version in svn is lower then the version number of 
the old version in cvs (which I think got from the scaredycat repository):

libefreet0 - 1:0.0.3.043+svnr35579-r2 - The Enlightenment freedesktop.org 
library
libefreet0 - 1:0.5.0.043+cvs20080702-r0 - The Enlightenment freedesktop.org 
library

The API of the efreet library also seem to have changed, see: 
http://trac.enlightenment.org/e/changeset/35492

This explains following lines in the stacktrace:
#3  0x404b9fd0 in __snprintf (s=0x30 Address 0x30 out of bounds, maxlen=48, 
format=0x19aaf8 battery) at snprintf.c:35
#4  0x400ea264 in efreet_icon_path_find (theme_name=0x11a248 hicolor, 
icon=0x19aaf8 battery, size=0x30 Address 0x30 out of bounds)
at efreet_icon.c:342

The efreet library I had installed still expected a string as size argument 
but got an integer which was used as address.

Solution: manually install the new libefreet0 package, which is actually quite 
difficult since the -force-downgrade does not really work.
I did the following:
Add a '#' in front of all entries that provide the library 
in /etc/opkg/armv4t-feed.conf
Download 
http://downloads.openmoko.org/repository/Om2008.8/armv4t/libefreet0_0.0.3.043+svnr35579-r2_armv4t.opk
Since opkg does not seem to work with the .okg file extension I had to rename 
it end with .ipk
Remove the old version: opkg remove -force-depends libefreet0
Install the new version: opkg install 
libefreet0_0.0.3.043+svnr35579-r2_armv4t.ipk


Cheers,
Thomas



Am Sonntag, 31. August 2008 20:43:58 schrieb Thomas Köckerbauer:
 Hi

 Sorry that I'm not replying in the thread, but I don't have the original
 mail anymore.

 I have the same problem, since I updated today enlightenment crashes with
 SIGSEV every time when it starts (I can see the gadget icons, but the
 application icons do not yet show up).
 I've installed the debug version, attached a debugger and got the backtrace
 of the segfault, here it is:

 Program received signal SIGSEGV, Segmentation fault.
 0x404e1ce4 in strlen () from /lib/libc.so.6
 (gdb) bt
 #0  0x404e1ce4 in strlen () from /lib/libc.so.6
 #1  0x404b3400 in _IO_vfprintf_internal (s=0xbe9ece80,
 format=0x400f6488 %s %s %s, ap=value optimized out) at vfprintf.c:1568
 #2  0x404d43d8 in _IO_vsnprintf (string=0xbe9ecfa8 hicolor battery ,
 maxlen=4096, format=0x400f6488 %s %s %s, args=0xbe9ecf9c)
 at vsnprintf.c:120
 #3  0x404b9fd0 in __snprintf (s=0x30 Address 0x30 out of bounds,
 maxlen=48, format=0x19aaf8 battery) at snprintf.c:35
 #4  0x400ea264 in efreet_icon_path_find (theme_name=0x11a248 hicolor,
 icon=0x19aaf8 battery, size=0x30 Address 0x30 out of bounds)
 at efreet_icon.c:342
 #5  0x0005f060 in e_util_icon_theme_icon_add ()
 #6  0x000ad018 in e_fm2_icon_get ()
 #7  0x000ad5d4 in _e_fm2_icon_icon_direct_set ()
 #8  0x000adc44 in _e_fm2_icon_realize ()
 #9  0x000addac in _e_fm2_regions_eval ()
 #10 0x000ae008 in _e_fm2_regions_populate ()
 #11 0x000ae158 in _e_fm2_cb_resize_job ()
 #12 0x400947f8 in _ecore_job_event_handler () from
 /usr/lib/libecore_job.so.0 #13 0x404204a0 in _ecore_event_call () from
 /usr/lib/libecore.so.0 #14 0x40426fa8 in _ecore_main_loop_iterate_internal
 ()
 from /usr/lib/libecore.so.0
 #15 0x4042701c in ecore_main_loop_begin () from /usr/lib/libecore.so.0
 #16 0x00029b78 in main ()

 I did not have a closer look yet, but maybe raster already has an idea ;)


 Cheers,
 Thomas

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-08-31 Thread Thomas Bertani
In you case when does it crash?For me it crashes when startx occcurres...
but I don't know if it is the same problem...
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


2008.8: Enlightenment crashing at bootup after upgrade

2008-08-30 Thread Michael Zanetti
Hi all,

I ran into this problem now for the second time. The first time I had 
installed 2008.8 with zeckes feed. After a some days opkg update  opkg 
upgrade destroyed my enlightenment installation. At startup it crashes 
(SIGSEV) leaving me with a MessageBox with options for retrying or exiting. 
Retry doesn't help.

Because of this I decided to re-flash my Neo and installed 2008.8-update 
(original feeds). The first 2 days everything was working fine. Today I 
executed an opkg update  opkg upgrade and I'm stuck with the same problem.

Has anyone an Idea how to restore enlightenment, so that I don't have to re-
flash and start from the beginning?

I have already tried to reinstall e-wm and illume via opkg -force-reinstall. 
Didn't fix it...

Thanks in advance,
Michael

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: 2008.8: Enlightenment crashing at bootup after upgrade

2008-08-30 Thread Mikael Berthe
* Michael Zanetti [EMAIL PROTECTED] [2008-08-30 14:06 +0200]:
 Hi all,

Hi,

 I ran into this problem now for the second time. The first time I had 
 installed 2008.8 with zeckes feed. After a some days opkg update  opkg 
 upgrade destroyed my enlightenment installation. At startup it crashes 
 (SIGSEV) leaving me with a MessageBox with options for retrying or exiting. 

I've had the same problem.  I've eventually given up and I reflashed the
FreeRunner too.

I haven't had the problem again (yet)...

 Because of this I decided to re-flash my Neo and installed 2008.8-update 
 (original feeds). The first 2 days everything was working fine. Today I 
 executed an opkg update  opkg upgrade and I'm stuck with the same problem.

Today's opkg upgrade broke all Qtopia-based apps.  Qpe keeps crashing
and I'm getting the same white message box, but asking me if I want to
restart qpe... (which doesn't work, btw)

 I have already tried to reinstall e-wm and illume via opkg -force-reinstall. 
 Didn't fix it...

Raster told me he had pushed a new version to asu.dev but I don't know
if it went to testing or not yet.
-- 
MiKael

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community